| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 40 JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, in NewRuntimeCallInfoBase() 70 JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, in NewRuntimeCallInfo() 79 JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfo() 89 JSTaggedValue newTarget = info->GetNewTargetValue(); in ReBuildRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/moduletest/allocatearraybuffer/ |
| D | allocatearraybuffer.js | 22 var newTarget = function() {}.bind(null); function
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_queue_test.cpp | 83 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor()); in CreateJSAPIQueue() local 101 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_weak_ref.cpp | 29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakRefConstructor() local
|
| D | builtins_cjs_require.cpp | 34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CjsRequireConstructor() local
|
| D | builtins_proxy.cpp | 33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ProxyConstructor() local
|
| D | builtins_sharedarraybuffer.cpp | 39 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SharedArrayBufferConstructor() local 98 JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) in AllocateSharedArrayBuffer()
|
| D | builtins_boolean.cpp | 35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BooleanConstructor() local
|
| D | builtins_finalization_registry.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in FinalizationRegistryConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_primitive_ref.cpp | 27 const JSHandle<JSTaggedValue> &newTarget) in StringCreate()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | invoke_cache.cpp | 23 JSTaggedValue newTarget, JSTaggedValue initialHClass) in SetMonoConstuctCacheSlot() 80 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_optimize_common.cpp | 37 void X64InsnVisitor::ModifyJumpTarget(BB &newTarget, BB &bb) in ModifyJumpTarget()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| D | jsvaluerefislightweightmapandset_fuzzer.cpp | 128 JSHandle<JSFunction> newTarget(thread, result1); in ConstructobjectLightWeightMap() local 154 JSHandle<JSFunction> newTarget(thread, result1); in ConstructobjectLightWeightSet() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_set_test.cpp | 84 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
|
| D | builtins_map_test.cpp | 84 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in CreateBuiltinsMap() local 103 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in HWTEST_F_L0() local 297 JSHandle<JSFunction> newTarget(env->GetBuiltinsMapFunction()); in HWTEST_F_L0() local
|
| D | builtins_weak_set_test.cpp | 80 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in CreateBuiltinsWeakSet() local 99 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakSetFunction()); in HWTEST_F_L0() local
|
| D | builtins_weak_map_test.cpp | 82 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in CreateBuiltinsWeakMap() local 101 JSHandle<JSFunction> newTarget(env->GetBuiltinsWeakMapFunction()); in HWTEST_F_L0() local
|
| D | builtins_collator_test.cpp | 69 JSHandle<JSFunction> newTarget(env->GetCollatorFunction()); in HWTEST_F_L0() local 111 JSHandle<JSFunction> newTarget(env->GetCollatorFunction()); in JSCollatorCreateWithLocaleTest() local 132 JSHandle<JSFunction> newTarget(env->GetCollatorFunction()); in JSCollatorCreateWithLocaleAndOptionsTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_optimize_common.cpp | 56 void AArch64InsnVisitor::ModifyJumpTarget(BB &newTarget, BB &bb) in ModifyJumpTarget()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/ |
| D | containerslightweightsetclear_fuzzer.cpp | 69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/ |
| D | containerslightweightset_fuzzer.cpp | 71 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetisempty_fuzzer/ |
| D | containerslightweightsetisempty_fuzzer.cpp | 69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/ |
| D | containerslistadd_fuzzer.cpp | 71 JSHandle<JSFunction> newTarget(thread, InitializeContainersList(thread)); in CreateJSAPIList() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistinsert_fuzzer/ |
| D | containerslistinsert_fuzzer.cpp | 71 JSHandle<JSFunction> newTarget(thread, InitializeContainersList(thread)); in CreateJSAPIList() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/ |
| D | containerslightweightsethashash_fuzzer.cpp | 69 JSHandle<JSFunction> newTarget(thread, InitializeLightWeightSetConstructor(thread)); in CreateJSAPILightWeightSet() local
|