Searched refs:generic_magic (Results 1 – 2 of 2) sorted by relevance
/third_party/quickjs/ |
D | quickjs.h | 937 …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 } } } }
|
D | quickjs.c | 16063 ret_val = func.generic_magic(ctx, this_obj, argc, arg_buf, in js_call_c_function()
|