callsite icon indicating copy to clipboard operation
callsite copied to clipboard

node.js access to v8's "raw" CallSites -- useful for custom traces, c-style assertions, getting the line number in execution etc

Results 7 callsite issues
Sort by recently updated
recently updated
newest added

Can you please publish the latest version of this to npm? The license doesn't appear to be in package.json in the npm module.

I am working on a game that uses the callstack to perform security checks. I create virtual filenames to store a filename and an instance ID so I can locate...

Could you please release a new version to get rid of the npm warning: ``` npm WARN package.json [email protected] No repository field. ``` This has already been fixed, but until...

When in strict mode (`use strict` at the top of the file) `arguments.callee` throws an error. This came up for me because Babel's require-hook was transpiling this file - yes...

Sometimes we may just want to record current callee, then we set `Error.stackTraceLimit = 1`, so make it configurable.

What's the performance impact?

RT. The error messages show below: ``` ReferenceError: __line is not defined ReferenceError: __stack is not defined ReferenceError: __stack is not defined ```