We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80733f9 commit db61e3cCopy full SHA for db61e3c
1 file changed
quickjs.h
@@ -532,9 +532,6 @@ JS_EXTERN JSValue JS_GetFunctionProto(JSContext *ctx);
532
the callback raises an exception via JS_Throw* but returns 0, the
533
engine still treats it as a request to abort.
534
535
- The filename / funcname pointers passed to the callback are only valid
536
- for the duration of the callback invocation; do not store them.
537
-
538
OP_debug opcodes are only emitted at statement boundaries when a debug
539
trace handler is registered at parse time. Therefore only code that
540
is parsed (e.g. by JS_Eval / JS_Compile) AFTER JS_SetDebugTraceHandler
0 commit comments