Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h920 JSValue (*setter_magic)(JSContext *ctx, JSValueConst this_val, JSValueConst val, int magic); member
996 …gic, .u = { .getset = { .get = { .getter_magic = fgetter }, .set = { .setter_magic = fsetter } } }…
A Dquickjs.c15823 ret_val = func.setter_magic(ctx, this_obj, arg_buf[0], p->u.cfunc.magic); in js_call_c_function()

Completed in 94 milliseconds