Searched refs:getter_magic (Results 1 – 2 of 2) sorted by relevance
919 JSValue (*getter_magic)(JSContext *ctx, JSValueConst this_val, int magic); member996 …NFIGURABLE, JS_DEF_CGETSET_MAGIC, magic, .u = { .getset = { .get = { .getter_magic = fgetter }, .s…
15820 ret_val = func.getter_magic(ctx, this_obj, p->u.cfunc.magic); in js_call_c_function()
Completed in 100 milliseconds