Home
last modified time | relevance | path

Searched refs:new_target (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/
A Dpoint.c46 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 Dquickjs-atom.h145 DEF(new_target, "new.target")
A Dquickjs.c15889 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 Dquickjs.h771 JSValueConst new_target,
913 …JSValue (*constructor_magic)(JSContext *ctx, JSValueConst new_target, int argc, JSValueConst *argv…
A Dquickjs-libc.c3218 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 Dquickjs_libc.c3549 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