quickjs-emscripten › Globals › QuickJSEvalOptions
Options for QuickJS.evalCode.
- QuickJSEvalOptions
• shouldInterrupt? : ShouldInterruptHandler
Defined in quickjs.ts:695
Interrupt evaluation if shouldInterrupt
returns true
.
See shouldInterruptAfterDeadline.