| /arkcompiler/ets_runtime/test/moduletest/allocatearraybuffer/ |
| H A D | allocatearraybuffer.js | 22 var newTarget = function() {}.bind(null); function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_cjs_require.cpp | 29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CjsRequireConstructor() local
|
| H A D | builtins_boolean.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BooleanConstructor() local
|
| H A D | builtins_proxy.cpp | 29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ProxyConstructor() local
|
| H A D | builtins_weak_ref.cpp | 26 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakRefConstructor() local
|
| H A D | builtins_finalization_registry.cpp | 29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in FinalizationRegistryConstructor() local
|
| H A D | builtins_collator.cpp | 36 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CollatorConstructor() local
|
| H A D | builtins_displaynames.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DisplayNamesConstructor() local
|
| H A D | builtins_list_format.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ListFormatConstructor() local
|
| H A D | builtins_number_format.cpp | 34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in NumberFormatConstructor() local
|
| H A D | builtins_plural_rules.cpp | 33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in PluralRulesConstructor() local
|
| H A D | builtins_relative_time_format.cpp | 29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in RelativeTimeFormatConstructor() local
|
| H A D | builtins_segmenter.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SegmenterConstructor() local
|
| H A D | builtins_weak_map.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakMapConstructor() local
|
| H A D | builtins_weak_set.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakSetConstructor() local
|
| H A D | builtins_bigint.cpp | 34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BigIntConstructor() local
|
| H A D | builtins_date_time_format.cpp | 38 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DateTimeFormatConstructor() local
|
| H A D | builtins_reflect.cpp | 73 JSHandle<JSTaggedValue> newTarget = in ReflectConstruct() local 88 ReflectConstructInternal(JSThread *thread, JSHandle<JSTaggedValue> target, JSHandle<TaggedArray> args, JSHandle<JSTaggedValue> newTarget) ReflectConstructInternal() argument [all...] |
| H A D | builtins_set.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SetConstructor() local
|
| H A D | builtins_shared_set.cpp | 34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in Constructor() local
|
| H A D | builtins_symbol.cpp | 35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SymbolConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_proxy_stub_builder.cpp | 23 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTarget)
in GenProxyConstructor() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_primitive_ref.cpp | 22 StringCreate(JSThread *thread, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &newTarget) StringCreate() argument
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter.cpp | 88 JSTaggedValue newTarget = info->GetNewTargetValue(); in ReBuildRuntimeCallInfo() local 37 NewRuntimeCallInfoBase( JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfoBase() argument 68 NewRuntimeCallInfo( JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument 76 NewRuntimeCallInfo( JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | test_helper.h | 152 static EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSHandle<JSFunction>& newTarget, in CreateEcmaRuntimeCallInfo() argument
|