Lines Matching refs:js_check_stack_overflow
1589 static inline BOOL js_check_stack_overflow(JSRuntime *rt, size_t alloca_size) in js_check_stack_overflow() function
1600 static inline BOOL js_check_stack_overflow(JSRuntime *rt, size_t alloca_size) in js_check_stack_overflow() function
15991 if (js_check_stack_overflow(rt, sizeof(arg_buf[0]) * arg_count)) in js_call_c_function()
16124 if (js_check_stack_overflow(ctx->rt, sizeof(JSValue) * arg_count)) in js_call_bound_function()
16266 if (js_check_stack_overflow(rt, alloca_size)) in JS_CallInternal()
18952 if (js_check_stack_overflow(ctx->rt, 0)) in async_func_resume()
20651 if (js_check_stack_overflow(s->ctx->rt, 0)) { in next_token()
21198 if (js_check_stack_overflow(s->ctx->rt, 0)) { in json_next_token()
34538 if (js_check_stack_overflow(s->ctx->rt, 0)) { in JS_WriteObjectRec()
35721 if (js_check_stack_overflow(ctx->rt, 0)) in JS_ReadObjectRec()
42414 return js_check_stack_overflow(ctx->rt, alloca_size); in lre_check_stack_overflow()
43606 if (js_check_stack_overflow(ctx->rt, 0)) { in internalize_json_property()
44331 if (js_check_stack_overflow(ctx->rt, 0)) { in get_proxy_method()