Home
last modified time | relevance | path

Searched defs:newTarget (Results 1 - 25 of 96) sorted by relevance

1234

/arkcompiler/ets_runtime/test/moduletest/allocatearraybuffer/
H A Dallocatearraybuffer.js22 var newTarget = function() {}.bind(null); function
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_require.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CjsRequireConstructor() local
H A Dbuiltins_boolean.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BooleanConstructor() local
H A Dbuiltins_proxy.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ProxyConstructor() local
H A Dbuiltins_weak_ref.cpp26 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakRefConstructor() local
H A Dbuiltins_finalization_registry.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in FinalizationRegistryConstructor() local
H A Dbuiltins_collator.cpp36 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CollatorConstructor() local
H A Dbuiltins_displaynames.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DisplayNamesConstructor() local
H A Dbuiltins_list_format.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ListFormatConstructor() local
H A Dbuiltins_number_format.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in NumberFormatConstructor() local
H A Dbuiltins_plural_rules.cpp33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in PluralRulesConstructor() local
H A Dbuiltins_relative_time_format.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in RelativeTimeFormatConstructor() local
H A Dbuiltins_segmenter.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SegmenterConstructor() local
H A Dbuiltins_weak_map.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakMapConstructor() local
H A Dbuiltins_weak_set.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakSetConstructor() local
H A Dbuiltins_bigint.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BigIntConstructor() local
H A Dbuiltins_date_time_format.cpp38 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DateTimeFormatConstructor() local
H A Dbuiltins_reflect.cpp73 JSHandle<JSTaggedValue> newTarget = in ReflectConstruct() local
88 ReflectConstructInternal(JSThread *thread, JSHandle<JSTaggedValue> target, JSHandle<TaggedArray> args, JSHandle<JSTaggedValue> newTarget) ReflectConstructInternal() argument
[all...]
H A Dbuiltins_set.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SetConstructor() local
H A Dbuiltins_shared_set.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in Constructor() local
H A Dbuiltins_symbol.cpp35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SymbolConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.cpp23 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTarget) in GenProxyConstructor() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_primitive_ref.cpp22 StringCreate(JSThread *thread, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &newTarget) StringCreate() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.cpp88 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 Dtest_helper.h152 static EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSHandle<JSFunction>& newTarget, in CreateEcmaRuntimeCallInfo() argument

Completed in 10 milliseconds

1234