Home
last modified time | relevance | path

Searched refs:GetConstructor (Results 1 - 25 of 63) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_handler.cpp37 JSHandle<JSPromiseReactionsFunction> resolve = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstructor(argv)); in Resolve()
109 JSHandle<JSPromiseReactionsFunction> reject = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstructor(argv)); in Reject()
138 JSHandle<JSPromiseExecutorFunction> executor = JSHandle<JSPromiseExecutorFunction>::Cast(GetConstructor(argv)); in Executor()
171 JSHandle<JSPromiseAllResolveElementFunction>::Cast(GetConstructor(argv)); in ResolveElementFunction()
221 JSHandle<JSAsyncAwaitStatusFunction> func(GetConstructor(argv)); in AsyncAwaitFulfilled()
232 JSHandle<JSAsyncAwaitStatusFunction> func(GetConstructor(argv)); in AsyncAwaitRejected()
240 JSHandle<JSPromiseValueThunkOrThrowerFunction>::Cast(GetConstructor(argv)); in valueThunkFunction()
249 JSHandle<JSPromiseValueThunkOrThrowerFunction>::Cast(GetConstructor(argv)); in throwerFunction()
262 JSHandle<JSPromiseFinallyFunction> thenFinally(GetConstructor(argv)); in ThenFinally()
277 JSHandle<JSTaggedValue> thenFinallyConstructor(thread, thenFinally->GetConstructor()); in ThenFinally()
[all...]
H A Dbuiltins_collator.cpp35 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in CollatorConstructor()
119 JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousCollator()
H A Dbuiltins_boolean.cpp38 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor()
H A Dbuiltins_weak_ref.cpp38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakRefConstructor()
H A Dbuiltins_number_format.cpp33 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in NumberFormatConstructor()
195 JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in NumberFormatInternalFormatNumber()
H A Dbuiltins_finalization_registry.cpp42 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in FinalizationRegistryConstructor()
H A Dbuiltins_proxy.cpp84 JSHandle<JSTaggedValue> proxy = GetConstructor(argv); in InvalidateProxyFunction()
H A Dbuiltins_displaynames.cpp38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DisplayNamesConstructor()
H A Dbuiltins_plural_rules.cpp32 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in PluralRulesConstructor()
H A Dbuiltins_segmenter.cpp39 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in SegmenterConstructor()
H A Dbuiltins_date_time_format.cpp37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DateTimeFormatConstructor()
150 JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousDateTimeFormat()
H A Dbuiltins_list_format.cpp41 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in ListFormatConstructor()
H A Dbuiltins_relative_time_format.cpp37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in RelativeTimeFormatConstructor()
H A Dbuiltins_weak_map.cpp37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakMapConstructor()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbuiltins_base_test.cpp57 * function set msgs,check result returned through "GetConstructor","GetFunction","GetThis","GetCallArg"
76 EXPECT_TRUE(BuiltinsBase::GetConstructor(ecmaRuntimeCallInfo1)->IsUndefined()); in HWTEST_F_L0()
89 EXPECT_TRUE(BuiltinsBase::GetConstructor(ecmaRuntimeCallInfo2)->IsJSFunction()); in HWTEST_F_L0()
H A Dtyped_array_helper_test.cpp323 HWTEST_F_L0(TypedArrayHelperTest, GetConstructor) in HWTEST_F_L0()
346 JSHandle<JSTaggedValue> constructor1 = TypedArrayHelper::GetConstructor(thread, int8ArrayVal); in HWTEST_F_L0()
347 JSHandle<JSTaggedValue> constructor2 = TypedArrayHelper::GetConstructor(thread, bigUint64ArrayVal); in HWTEST_F_L0()
348 JSHandle<JSTaggedValue> constructor3 = TypedArrayHelper::GetConstructor(thread, uint8ClampedArrayVal); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub.cpp27 stubBuilder_ = static_cast<StubBuilder*>(callSignature_->GetConstructor()(&env_)); in Stub()
H A Dassembler_module.cpp51 cs->GetConstructor()(nullptr)); in GenerateStubsX64()
70 cs->GetConstructor()(nullptr)); in GenerateStubsAarch64()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlitecg.cpp101 auto *cgfuncPhaseManager = static_cast<CgFuncPM *>(cgPMInfo->GetConstructor()(cgPhaseManager.get())); in DoCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dmaple_phase_support.h79 MaplePhase_t GetConstructor() const in GetConstructor() function in maple::MaplePhaseInfo
/arkcompiler/ets_runtime/ecmascript/
H A Djs_async_from_sync_iterator.cpp94 JSHandle<JSAsyncFromSyncIterUnwarpFunction>::Cast((base::BuiltinsBase::GetConstructor(argv))); in AsyncFromSyncIterUnwarpFunction()
H A Djs_async_generator_object.cpp337 JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(base::BuiltinsBase::GetConstructor(argv)); in ProcessorFulfilledFunc()
353 JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(base::BuiltinsBase::GetConstructor(argv)); in ProcessorRejectedFunc()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.h164 static inline JSHandle<JSTaggedValue> GetConstructor(EcmaRuntimeCallInfo *msg) in GetConstructor() function in panda::ecmascript::base::BuiltinsBase
H A Dtyped_array_helper.h80 inline static JSHandle<JSTaggedValue> GetConstructor(JSThread *thread, const JSHandle<JSTaggedValue> &obj);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase_manager.cpp272 auto *phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(transformPhaseMempool.get())); in RunTransformPhase()
299 phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(anasPhaseMempool)); in RunAnalysisPhase()

Completed in 22 milliseconds

123