Searched defs:new_target (Results 1 – 4 of 4) 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()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 15872 JSValueConst *arg_buf = NULL, new_target; in js_call_bound_function() local 18627 JSValueConst new_target, in JS_CallConstructorInternal() 18674 JSValueConst new_target, in JS_CallConstructor2() 43556 JSValueConst func, array_arg, new_target; in js_reflect_construct() local 44473 JSValueConst new_target, in js_proxy_call_constructor() 49377 JSValueConst new_target, in js_float_env_constructor() 50393 JSValueConst new_target, in js_array_buffer_constructor3() 50457 JSValueConst new_target, in js_array_buffer_constructor2() 50493 JSValueConst new_target, in js_array_buffer_constructor() 52381 JSValueConst new_target, in js_typed_array_constructor() [all …]
|
A D | quickjs-libc.c | 3218 static JSValue js_worker_ctor_internal(JSContext *ctx, JSValueConst new_target, in js_worker_ctor_internal() 3250 static JSValue js_worker_ctor(JSContext *ctx, JSValueConst 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() 3584 static JSValue js_worker_ctor(JSContext *ctx, JSValueConst new_target, in js_worker_ctor()
|
Completed in 116 milliseconds