Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.h937 …JSValue (*generic_magic)(JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv, int … member
1018 …DEF_CFUNC, magic, .u = { .func = { length, JS_CFUNC_generic_magic, { .generic_magic = func1 } } } }
Dquickjs.c16063 ret_val = func.generic_magic(ctx, this_obj, argc, arg_buf, in js_call_c_function()