Searched refs:JS_NewCatchOffset (Results 1 – 2 of 2) sorted by relevance
509 static js_force_inline JSValue JS_NewCatchOffset(JSContext *ctx, int32_t val) in JS_NewCatchOffset() function
17172 sp[0] = JS_NewCatchOffset(ctx, pc + diff - b->byte_code_buf); in JS_CallInternal()17215 *sp++ = JS_NewCatchOffset(ctx, 0); in JS_CallInternal()17229 *sp++ = JS_NewCatchOffset(ctx, 0); in JS_CallInternal()
Completed in 98 milliseconds