Home
last modified time | relevance | path

Searched defs:newTarget (Results 1 – 25 of 52) sorted by relevance

123

/ark/js_runtime/ecmascript/
Djs_invoker.h33 … JsInvoker(const JSThread *thread, JSTaggedValue func, JSTaggedValue obj, JSTaggedValue newTarget) in JsInvoker()
Djs_function.cpp276 … 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()
Djs_promise.cpp102 JSHandle<JSTaggedValue> newTarget(thread, JSTaggedValue::Undefined()); in NewPromiseCapability() local
Djs_array.cpp61 const JSHandle<JSTaggedValue> &newTarget) in ArrayCreate()
159 JSHandle<JSTaggedValue> newTarget(thread, JSTaggedValue::Undefined()); in ArraySpeciesCreate() local
/ark/js_runtime/ecmascript/interpreter/
Dslow_runtime_helper.cpp39 JSHandle<JSTaggedValue> newTarget(thread, JSTaggedValue::Undefined()); in CallBoundFunction() local
44JSHandle<JSTaggedValue> newTarget, uint32_t argc, const JSTaggedType argv[]) in NewObject()
246JSHandle<JSTaggedValue> newTarget, JSHandle<JSTaggedValue> preArgs, in Construct()
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_map_test.cpp82 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in CreateBuiltinsWeakMap() local
100 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in HWTEST_F_L0() local
Dbuiltins_weak_set_test.cpp81 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in CreateBuiltinsWeakSet() local
99 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in HWTEST_F_L0() local
Dbuiltins_set_test.cpp85 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
Dbuiltins_map_test.cpp84 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/
Dinvoke_cache.cpp22 JSTaggedValue newTarget, JSTaggedValue initialHClass) in SetMonoConstuctCacheSlot()
79 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BooleanConstructor() local
Dbuiltins_proxy.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ProxyConstructor() local
Dbuiltins_plural_rules.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in PluralRulesConstructor() local
Dbuiltins_weak_set.cpp35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakSetConstructor() local
Dbuiltins_collator.cpp36 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CollatorConstructor() local
Dbuiltins_weak_map.cpp35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakMapConstructor() local
Dbuiltins_relative_time_format.cpp28 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in RelativeTimeFormatConstructor() local
Dbuiltins_number_format.cpp38 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in NumberFormatConstructor() local
Dbuiltins_bigint.cpp28 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BigIntConstructor() local
Dbuiltins_arraybuffer.cpp42 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ArrayBufferConstructor() local
215 …uiltinsArrayBuffer::AllocateArrayBuffer(JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, in AllocateArrayBuffer()
Dbuiltins_symbol.cpp39 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SymbolConstructor() local
Dbuiltins_set.cpp36 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SetConstructor() local
Dbuiltins_date_time_format.cpp35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DateTimeFormatConstructor() local
/ark/js_runtime/ecmascript/base/
Dtyped_array_helper.cpp46 JSHandle<JSTaggedValue> newTarget = BuiltinsBase::GetNewTarget(argv); in TypedArrayConstructor() local
333 const JSHandle<JSTaggedValue> &newTarget) in AllocateTypedArray()
359const JSHandle<JSTaggedValue> &newTarget, int32_t length) in AllocateTypedArray()
Derror_helper.cpp136 JSMutableHandle<JSTaggedValue> newTarget(BuiltinsBase::GetNewTarget(argv)); in ErrorCommonConstructor() local

123