Searched refs:new_target (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/ |
A D | point.c | 46 JSValueConst new_target, in js_point_ctor() argument 62 proto = JS_GetPropertyStr(ctx, new_target, "prototype"); in js_point_ctor()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-atom.h | 145 DEF(new_target, "new.target")
|
A D | quickjs.c | 15889 new_target = this_obj; in js_call_bound_function() 15891 new_target = bf->func_obj; in js_call_bound_function() 35798 if (!JS_IsUndefined(new_target) && in js_object_constructor() 37182 if (JS_IsUndefined(new_target)) in js_error_constructor() 41547 if (JS_IsUndefined(new_target)) { in js_regexp_constructor() 43563 new_target = argv[2]; in js_reflect_construct() 43567 new_target = func; in js_reflect_construct() 44494 args[2] = new_target; in js_proxy_call_constructor() 44675 if (!JS_IsUndefined(new_target)) in js_symbol_constructor() 47551 if (JS_IsUndefined(new_target)) { in js_date_constructor() [all …]
|
A D | quickjs.h | 771 JSValueConst new_target, 913 …JSValue (*constructor_magic)(JSContext *ctx, JSValueConst new_target, int argc, JSValueConst *argv…
|
A D | quickjs-libc.c | 3218 static JSValue js_worker_ctor_internal(JSContext *ctx, JSValueConst new_target, in js_worker_ctor_internal() argument 3226 if (JS_IsUndefined(new_target)) { in js_worker_ctor_internal() 3229 proto = JS_GetPropertyStr(ctx, new_target, "prototype"); in js_worker_ctor_internal() 3250 static JSValue js_worker_ctor(JSContext *ctx, JSValueConst new_target, in js_worker_ctor() argument 3297 obj = js_worker_ctor_internal(ctx, new_target, in js_worker_ctor()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 3549 static JSValue js_worker_ctor_internal(JSContext *ctx, JSValueConst new_target, in js_worker_ctor_internal() argument 3557 if (JS_IsUndefined(new_target)) { in js_worker_ctor_internal() 3560 proto = JS_GetPropertyStr(ctx, new_target, "prototype"); in js_worker_ctor_internal() 3584 static JSValue js_worker_ctor(JSContext *ctx, JSValueConst new_target, in js_worker_ctor() argument 3635 obj = js_worker_ctor_internal(ctx, new_target, in js_worker_ctor()
|
Completed in 117 milliseconds