/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise_handler.cpp | 37 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 D | builtins_collator.cpp | 35 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in CollatorConstructor() 119 JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousCollator()
|
H A D | builtins_boolean.cpp | 38 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor()
|
H A D | builtins_weak_ref.cpp | 38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakRefConstructor()
|
H A D | builtins_number_format.cpp | 33 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in NumberFormatConstructor() 195 JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in NumberFormatInternalFormatNumber()
|
H A D | builtins_finalization_registry.cpp | 42 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in FinalizationRegistryConstructor()
|
H A D | builtins_proxy.cpp | 84 JSHandle<JSTaggedValue> proxy = GetConstructor(argv); in InvalidateProxyFunction()
|
H A D | builtins_displaynames.cpp | 38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DisplayNamesConstructor()
|
H A D | builtins_plural_rules.cpp | 32 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in PluralRulesConstructor()
|
H A D | builtins_segmenter.cpp | 39 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in SegmenterConstructor()
|
H A D | builtins_date_time_format.cpp | 37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DateTimeFormatConstructor() 150 JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousDateTimeFormat()
|
H A D | builtins_list_format.cpp | 41 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in ListFormatConstructor()
|
H A D | builtins_relative_time_format.cpp | 37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in RelativeTimeFormatConstructor()
|
H A D | builtins_weak_map.cpp | 37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakMapConstructor()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | builtins_base_test.cpp | 57 * 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 D | typed_array_helper_test.cpp | 323 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 D | stub.cpp | 27 stubBuilder_ = static_cast<StubBuilder*>(callSignature_->GetConstructor()(&env_)); in Stub()
|
H A D | assembler_module.cpp | 51 cs->GetConstructor()(nullptr)); in GenerateStubsX64() 70 cs->GetConstructor()(nullptr)); in GenerateStubsAarch64()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | litecg.cpp | 101 auto *cgfuncPhaseManager = static_cast<CgFuncPM *>(cgPMInfo->GetConstructor()(cgPhaseManager.get())); in DoCG()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
H A D | maple_phase_support.h | 79 MaplePhase_t GetConstructor() const in GetConstructor() function in maple::MaplePhaseInfo
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_async_from_sync_iterator.cpp | 94 JSHandle<JSAsyncFromSyncIterUnwarpFunction>::Cast((base::BuiltinsBase::GetConstructor(argv))); in AsyncFromSyncIterUnwarpFunction()
|
H A D | js_async_generator_object.cpp | 337 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 D | builtins_base.h | 164 static inline JSHandle<JSTaggedValue> GetConstructor(EcmaRuntimeCallInfo *msg) in GetConstructor() function in panda::ecmascript::base::BuiltinsBase
|
H A D | typed_array_helper.h | 80 inline static JSHandle<JSTaggedValue> GetConstructor(JSThread *thread, const JSHandle<JSTaggedValue> &obj);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
H A D | maple_phase_manager.cpp | 272 auto *phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(transformPhaseMempool.get())); in RunTransformPhase() 299 phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(anasPhaseMempool)); in RunAnalysisPhase()
|