Lines Matching refs:js_check_stack_overflow
1590 static inline BOOL js_check_stack_overflow(JSRuntime *rt, size_t alloca_size) in js_check_stack_overflow() function
1601 static inline BOOL js_check_stack_overflow(JSRuntime *rt, size_t alloca_size) in js_check_stack_overflow() function
16001 if (js_check_stack_overflow(rt, sizeof(arg_buf[0]) * arg_count)) in js_call_c_function()
16134 if (js_check_stack_overflow(ctx->rt, sizeof(JSValue) * arg_count)) in js_call_bound_function()
16276 if (js_check_stack_overflow(rt, alloca_size)) in JS_CallInternal()
18968 if (js_check_stack_overflow(ctx->rt, 0)) in async_func_resume()
20667 if (js_check_stack_overflow(s->ctx->rt, 0)) { in next_token()
21214 if (js_check_stack_overflow(s->ctx->rt, 0)) { in json_next_token()
34554 if (js_check_stack_overflow(s->ctx->rt, 0)) { in JS_WriteObjectRec()
35737 if (js_check_stack_overflow(ctx->rt, 0)) in JS_ReadObjectRec()
42430 return js_check_stack_overflow(ctx->rt, alloca_size); in lre_check_stack_overflow()
43622 if (js_check_stack_overflow(ctx->rt, 0)) { in internalize_json_property()
44347 if (js_check_stack_overflow(ctx->rt, 0)) { in get_proxy_method()