Home
last modified time | relevance | path

Searched refs:GetConstructor (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp41 …omiseReactionsFunction> resolve = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstructor(argv)); in Resolve()
113 …romiseReactionsFunction> reject = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstructor(argv)); in Reject()
142 …romiseExecutorFunction> executor = JSHandle<JSPromiseExecutorFunction>::Cast(GetConstructor(argv)); in Executor()
175 JSHandle<JSPromiseAllResolveElementFunction>::Cast(GetConstructor(argv)); in ResolveElementFunction()
225 JSHandle<JSAsyncAwaitStatusFunction> func(GetConstructor(argv)); in AsyncAwaitFulfilled()
236 JSHandle<JSAsyncAwaitStatusFunction> func(GetConstructor(argv)); in AsyncAwaitRejected()
244 JSHandle<JSPromiseValueThunkOrThrowerFunction>::Cast(GetConstructor(argv)); in valueThunkFunction()
253 JSHandle<JSPromiseValueThunkOrThrowerFunction>::Cast(GetConstructor(argv)); in throwerFunction()
266 JSHandle<JSPromiseFinallyFunction> thenFinally(GetConstructor(argv)); in ThenFinally()
281 JSHandle<JSTaggedValue> thenFinallyConstructor(thread, thenFinally->GetConstructor()); in ThenFinally()
[all …]
Dbuiltins_collator.cpp38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in CollatorConstructor()
122 …dle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousCollator()
Dbuiltins_weak_ref.cpp41 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakRefConstructor()
Dbuiltins_boolean.cpp42 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor()
Dbuiltins_number_format.cpp40 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in NumberFormatConstructor()
200 …dle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in NumberFormatInternalFormatNumber()
Dbuiltins_proxy.cpp88 JSHandle<JSTaggedValue> proxy = GetConstructor(argv); in InvalidateProxyFunction()
Dbuiltins_finalization_registry.cpp44 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in FinalizationRegistryConstructor()
Dbuiltins_plural_rules.cpp35 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in PluralRulesConstructor()
Dbuiltins_date_time_format.cpp38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DateTimeFormatConstructor()
149 …dle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousDateTimeFormat()
Dbuiltins_displaynames.cpp45 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DisplayNamesConstructor()
Dbuiltins_list_format.cpp46 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in ListFormatConstructor()
Dbuiltins_weak_map.cpp42 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakMapConstructor()
Dbuiltins_weak_set.cpp41 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakSetConstructor()
Dbuiltins_relative_time_format.cpp39 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in RelativeTimeFormatConstructor()
Dbuiltins_global.cpp532 JSHandle<JSBoundFunction> boundFunc(GetConstructor(msg)); in CallJsBoundFunction()
544 JSHandle<JSProxy> proxy(GetConstructor(msg)); in CallJsProxy()
Dbuiltins_errors.cpp138 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in AggregateErrorConstructor()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbuiltins_base_test.cpp100 EXPECT_TRUE(BuiltinsBase::GetConstructor(ecmaRuntimeCallInfo1)->IsUndefined()); in HWTEST_F_L0()
113 EXPECT_TRUE(BuiltinsBase::GetConstructor(ecmaRuntimeCallInfo2)->IsJSFunction()); in HWTEST_F_L0()
Dtyped_array_helper_test.cpp339 HWTEST_F_L0(TypedArrayHelperTest, GetConstructor) in HWTEST_F_L0() argument
362 JSHandle<JSTaggedValue> constructor1 = TypedArrayHelper::GetConstructor(thread, int8ArrayVal); in HWTEST_F_L0()
363 …JSHandle<JSTaggedValue> constructor2 = TypedArrayHelper::GetConstructor(thread, bigUint64ArrayVal); in HWTEST_F_L0()
364 …JSHandle<JSTaggedValue> constructor3 = TypedArrayHelper::GetConstructor(thread, uint8ClampedArrayV… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h37 static inline JSHandle<JSTaggedValue> GetConstructor(EcmaRuntimeCallInfo *msg) in GetConstructor() function
Dtyped_array_helper.h51 …inline static JSHandle<JSTaggedValue> GetConstructor(JSThread *thread, const JSHandle<JSTaggedValu…
Dtyped_array_helper-inl.h95 JSHandle<JSTaggedValue> TypedArrayHelper::GetConstructor(JSThread *thread, const JSHandle<JSTaggedV… in GetConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub.cpp27 stubBuilder_ = static_cast<StubBuilder*>(callSignature_->GetConstructor()(&env_)); in Stub()
Dassembler_module.cpp49 cs->GetConstructor()(nullptr)); in GenerateStubsX64()
66 cs->GetConstructor()(nullptr)); in GenerateStubsAarch64()
/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp101 … JSHandle<JSAsyncFromSyncIterUnwarpFunction>::Cast((base::BuiltinsBase::GetConstructor(argv))); in AsyncFromSyncIterUnwarpFunction()
Djs_async_generator_object.cpp343 … JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(base::BuiltinsBase::GetConstructor(argv)); in ProcessorFulfilledFunc()
359 … JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(base::BuiltinsBase::GetConstructor(argv)); in ProcessorRejectedFunc()

123