Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c15071 static JSValue js_build_rest(JSContext *ctx, int first, int argc, JSValueConst *argv) in js_build_rest() function
16462 *sp++ = js_build_rest(ctx, first, argc, (JSValueConst *)argv); in JS_CallInternal()