/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_handler.cpp | 41 …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 …]
|
D | builtins_collator.cpp | 38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in CollatorConstructor() 122 …dle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousCollator()
|
D | builtins_weak_ref.cpp | 41 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakRefConstructor()
|
D | builtins_boolean.cpp | 42 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor()
|
D | builtins_number_format.cpp | 40 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in NumberFormatConstructor() 200 …dle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in NumberFormatInternalFormatNumber()
|
D | builtins_proxy.cpp | 88 JSHandle<JSTaggedValue> proxy = GetConstructor(argv); in InvalidateProxyFunction()
|
D | builtins_finalization_registry.cpp | 44 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in FinalizationRegistryConstructor()
|
D | builtins_plural_rules.cpp | 35 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in PluralRulesConstructor()
|
D | builtins_date_time_format.cpp | 38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DateTimeFormatConstructor() 149 …dle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(argv)); in AnonymousDateTimeFormat()
|
D | builtins_displaynames.cpp | 45 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DisplayNamesConstructor()
|
D | builtins_list_format.cpp | 46 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in ListFormatConstructor()
|
D | builtins_weak_map.cpp | 42 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakMapConstructor()
|
D | builtins_weak_set.cpp | 41 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakSetConstructor()
|
D | builtins_relative_time_format.cpp | 39 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in RelativeTimeFormatConstructor()
|
D | builtins_global.cpp | 532 JSHandle<JSBoundFunction> boundFunc(GetConstructor(msg)); in CallJsBoundFunction() 544 JSHandle<JSProxy> proxy(GetConstructor(msg)); in CallJsProxy()
|
D | builtins_errors.cpp | 138 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in AggregateErrorConstructor()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | builtins_base_test.cpp | 100 EXPECT_TRUE(BuiltinsBase::GetConstructor(ecmaRuntimeCallInfo1)->IsUndefined()); in HWTEST_F_L0() 113 EXPECT_TRUE(BuiltinsBase::GetConstructor(ecmaRuntimeCallInfo2)->IsJSFunction()); in HWTEST_F_L0()
|
D | typed_array_helper_test.cpp | 339 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/ |
D | builtins_base.h | 37 static inline JSHandle<JSTaggedValue> GetConstructor(EcmaRuntimeCallInfo *msg) in GetConstructor() function
|
D | typed_array_helper.h | 51 …inline static JSHandle<JSTaggedValue> GetConstructor(JSThread *thread, const JSHandle<JSTaggedValu…
|
D | typed_array_helper-inl.h | 95 JSHandle<JSTaggedValue> TypedArrayHelper::GetConstructor(JSThread *thread, const JSHandle<JSTaggedV… in GetConstructor() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub.cpp | 27 stubBuilder_ = static_cast<StubBuilder*>(callSignature_->GetConstructor()(&env_)); in Stub()
|
D | assembler_module.cpp | 49 cs->GetConstructor()(nullptr)); in GenerateStubsX64() 66 cs->GetConstructor()(nullptr)); in GenerateStubsAarch64()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_from_sync_iterator.cpp | 101 … JSHandle<JSAsyncFromSyncIterUnwarpFunction>::Cast((base::BuiltinsBase::GetConstructor(argv))); in AsyncFromSyncIterUnwarpFunction()
|
D | js_async_generator_object.cpp | 343 … JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(base::BuiltinsBase::GetConstructor(argv)); in ProcessorFulfilledFunc() 359 … JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(base::BuiltinsBase::GetConstructor(argv)); in ProcessorRejectedFunc()
|