/ark/js_runtime/ecmascript/ |
D | js_invoker.h | 33 … JsInvoker(const JSThread *thread, JSTaggedValue func, JSTaggedValue obj, JSTaggedValue newTarget) in JsInvoker()
|
D | js_function.cpp | 276 … const JSTaggedType argv[], const JSHandle<JSTaggedValue> &newTarget) in Construct() 323 … const JSTaggedType argv[], const JSHandle<JSTaggedValue> &newTarget) in ConstructInternal() 443 const JSHandle<JSTaggedValue> &newTarget) in ConstructInternal() 522 JSHandle<JSTaggedValue> newTarget) in GetInstanceJSHClass() 607 JSHandle<JSTaggedValue> newTarget) in GetInstanceDynClass()
|
D | js_promise.cpp | 102 JSHandle<JSTaggedValue> newTarget(thread, JSTaggedValue::Undefined()); in NewPromiseCapability() local
|
D | js_array.cpp | 61 const JSHandle<JSTaggedValue> &newTarget) in ArrayCreate() 159 JSHandle<JSTaggedValue> newTarget(thread, JSTaggedValue::Undefined()); in ArraySpeciesCreate() local
|
/ark/js_runtime/ecmascript/interpreter/ |
D | slow_runtime_helper.cpp | 39 JSHandle<JSTaggedValue> newTarget(thread, JSTaggedValue::Undefined()); in CallBoundFunction() local 44 … JSHandle<JSTaggedValue> newTarget, uint32_t argc, const JSTaggedType argv[]) in NewObject() 246 … JSHandle<JSTaggedValue> newTarget, JSHandle<JSTaggedValue> preArgs, in Construct()
|
/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_weak_map_test.cpp | 82 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in CreateBuiltinsWeakMap() local 100 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in HWTEST_F_L0() local
|
D | builtins_weak_set_test.cpp | 81 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in CreateBuiltinsWeakSet() local 99 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in HWTEST_F_L0() local
|
D | builtins_set_test.cpp | 85 JSHandle<JSFunction> newTarget(env->GetBuiltinsSetFunction()); in CreateBuiltinsSet() local 102 JSHandle<JSFunction> newTarget(env->GetBuiltinsSetFunction()); in HWTEST_F_L0() local 299 JSHandle<JSFunction> newTarget(env->GetBuiltinsSetFunction()); in HWTEST_F_L0() local
|
D | builtins_map_test.cpp | 84 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in CreateBuiltinsMap() local 102 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in HWTEST_F_L0() local 286 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in HWTEST_F_L0() local
|
/ark/js_runtime/ecmascript/ic/ |
D | invoke_cache.cpp | 22 JSTaggedValue newTarget, JSTaggedValue initialHClass) in SetMonoConstuctCacheSlot() 79 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
|
/ark/js_runtime/ecmascript/builtins/ |
D | builtins_boolean.cpp | 34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BooleanConstructor() local
|
D | builtins_proxy.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ProxyConstructor() local
|
D | builtins_plural_rules.cpp | 34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in PluralRulesConstructor() local
|
D | builtins_weak_set.cpp | 35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakSetConstructor() local
|
D | builtins_collator.cpp | 36 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CollatorConstructor() local
|
D | builtins_weak_map.cpp | 35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakMapConstructor() local
|
D | builtins_relative_time_format.cpp | 28 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in RelativeTimeFormatConstructor() local
|
D | builtins_number_format.cpp | 38 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in NumberFormatConstructor() local
|
D | builtins_bigint.cpp | 28 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BigIntConstructor() local
|
D | builtins_arraybuffer.cpp | 42 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ArrayBufferConstructor() local 215 …uiltinsArrayBuffer::AllocateArrayBuffer(JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, in AllocateArrayBuffer()
|
D | builtins_symbol.cpp | 39 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SymbolConstructor() local
|
D | builtins_set.cpp | 36 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SetConstructor() local
|
D | builtins_date_time_format.cpp | 35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DateTimeFormatConstructor() local
|
/ark/js_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 46 JSHandle<JSTaggedValue> newTarget = BuiltinsBase::GetNewTarget(argv); in TypedArrayConstructor() local 333 const JSHandle<JSTaggedValue> &newTarget) in AllocateTypedArray() 359 … const JSHandle<JSTaggedValue> &newTarget, int32_t length) in AllocateTypedArray()
|
D | error_helper.cpp | 136 JSMutableHandle<JSTaggedValue> newTarget(BuiltinsBase::GetNewTarget(argv)); in ErrorCommonConstructor() local
|