Home
last modified time | relevance | path

Searched refs:js_add_slow (Results 1 – 1 of 1) sorted by relevance

/third_party/quickjs/
Dquickjs.c13477 static no_inline __exception int js_add_slow(JSContext *ctx, JSValue *sp) in js_add_slow() function
14308 static no_inline __exception int js_add_slow(JSContext *ctx, JSValue *sp) in js_add_slow() function
17928 if (js_add_slow(ctx, sp)) in JS_CallInternal()
17969 if (js_add_slow(ctx, ops + 2)) in JS_CallInternal()