Home
last modified time | relevance | path

Searched refs:GetNewTarget (Results 1 - 25 of 76) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/ir/base/
H A DmetaProperty.cpp50 pg->GetNewTarget(this); in Compile()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.h174 static inline JSHandle<JSTaggedValue> GetNewTarget(EcmaRuntimeCallInfo *msg) in GetNewTarget() function in panda::ecmascript::base::BuiltinsBase
176 return msg->GetNewTarget(); in GetNewTarget()
H A Derror_helper.cpp133 JSHandle<JSTaggedValue> newTarget = BuiltinsBase::GetNewTarget(argv); in ErrorCommonConstructor()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbuiltins_base_test.cpp77 EXPECT_TRUE(BuiltinsBase::GetNewTarget(ecmaRuntimeCallInfo1)->IsUndefined()); in HWTEST_F_L0()
90 EXPECT_TRUE(BuiltinsBase::GetNewTarget(ecmaRuntimeCallInfo2)->IsJSGlobalObject()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_require.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CjsRequireConstructor()
H A Dbuiltins_boolean.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BooleanConstructor()
H A Dbuiltins_weak_ref.cpp26 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakRefConstructor()
H A Dbuiltins_number_format.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in NumberFormatConstructor()
62 if (GetNewTarget(argv)->IsUndefined() && thisValue->IsJSObject()) { in NumberFormatConstructor()
H A Dbuiltins_finalization_registry.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in FinalizationRegistryConstructor()
H A Dbuiltins_proxy.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ProxyConstructor()
H A Dbuiltins_collator.cpp36 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in CollatorConstructor()
H A Dbuiltins_displaynames.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DisplayNamesConstructor()
H A Dbuiltins_plural_rules.cpp33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in PluralRulesConstructor()
H A Dbuiltins_segmenter.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SegmenterConstructor()
H A Dbuiltins_date_time_format.cpp38 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DateTimeFormatConstructor()
66 if (GetNewTarget(argv)->IsUndefined() && thisValue->IsJSObject()) { in DateTimeFormatConstructor()
H A Dbuiltins_list_format.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ListFormatConstructor()
H A Dbuiltins_relative_time_format.cpp29 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in RelativeTimeFormatConstructor()
H A Dbuiltins_weak_map.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakMapConstructor()
H A Dbuiltins_weak_set.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in WeakSetConstructor()
H A Dbuiltins_bigint.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BigIntConstructor()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_runtime_call_info.h178 inline JSHandle<JSTaggedValue> GetNewTarget() const
201 JSHandle<JSTaggedValue> newTarget = GetNewTarget();
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.h58 inline GateRef GetNewTarget(GateRef sp);
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h75 static JSTaggedValue GetNewTarget(JSTaggedType *sp);
H A Dinterpreter_assembly.h50 static JSTaggedValue GetNewTarget(JSTaggedType *sp);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.h55 inline GateRef GetNewTarget(GateRef info) in GetNewTarget() function in panda::ecmascript::kungfu::BuiltinsStubBuilder

Completed in 10 milliseconds

1234