Home
last modified time | relevance | path

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

12345678910

/arkcompiler/ets_runtime/test/moduletest/allocatearraybuffer/
Dallocatearraybuffer.js22 var newTarget = function() {}.bind(null); function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp40 …, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> newTarget, in NewRuntimeCallInfo()
73 JSTaggedValue newTarget = info->GetNewTargetValue(); in ReBuildRuntimeCallInfo() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp83 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor()); in CreateJSAPIQueue() local
101 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_ref.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakRefConstructor() local
Dbuiltins_cjs_require.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CjsRequireConstructor() local
Dbuiltins_proxy.cpp33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ProxyConstructor() local
Dbuiltins_boolean.cpp35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BooleanConstructor() local
Dbuiltins_sharedarraybuffer.cpp39 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SharedArrayBufferConstructor() local
98 JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) in AllocateSharedArrayBuffer()
Dbuiltins_finalization_registry.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in FinalizationRegistryConstructor() local
/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp27 const JSHandle<JSTaggedValue> &newTarget) in StringCreate()
/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp23 JSTaggedValue newTarget, JSTaggedValue initialHClass) in SetMonoConstuctCacheSlot()
80 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp84 JSHandle<JSFunction> newTarget(env->GetBuiltinsSetFunction()); in CreateBuiltinsSet() local
102 JSHandle<JSFunction> newTarget(env->GetBuiltinsSetFunction()); in HWTEST_F_L0() local
308 JSHandle<JSFunction> newTarget(env->GetBuiltinsSetFunction()); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp84 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in CreateBuiltinsMap() local
103 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in HWTEST_F_L0() local
298 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in HWTEST_F_L0() local
Dbuiltins_weak_map_test.cpp82 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in CreateBuiltinsWeakMap() local
101 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in HWTEST_F_L0() local
Dbuiltins_weak_set_test.cpp80 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in CreateBuiltinsWeakSet() local
99 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/
Dcontainerslightweightsetentries_fuzzer.cpp69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/
Dcontainerstreesetconstructor_fuzzer.cpp70 JSHandle<JSFunction> newTarget(thread, InitializeTreeSetConstructor(thread)); in CreateJSAPITreeSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/
Dcontainerslightweightsethashash_fuzzer.cpp69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
Dcontainerslightweightmapentries_fuzzer.cpp71 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightMapConstructor(thread)); in CreateJSAPILightWeightMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetiteratorobj_fuzzer/
Dcontainerslightweightsetgetiteratorobj_fuzzer.cpp69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetequal_fuzzer/
Dcontainerslightweightsetequal_fuzzer.cpp69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapisempty_fuzzer/
Dcontainerstreemapisempty_fuzzer.cpp70 JSHandle<JSFunction> newTarget(thread, InitializeTreeMapConstructor(thread)); in CreateJSAPITreeMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/
Dcontainerslightweightsetvalues_fuzzer.cpp69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetremove_fuzzer/
Dcontainerslightweightsetremove_fuzzer.cpp69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/
Dcontainerslightweightsettostring_fuzzer.cpp69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local

12345678910