/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_promise_test.cpp | 69 JSHandle<JSTaggedValue> reject(thread, reactions->GetRejectFunction()); in HWTEST_F_L0() local 85 JSHandle<JSPromiseReactionsFunction> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local 124 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_async_from_sync_iterator.cpp | 96 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Throw() local 123 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Throw() local 199 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Return() local
|
D | builtins_promise_job.cpp | 121 JSHandle<JSTaggedValue> reject(thread, resolvingFunctions->GetRejectFunction()); in PromiseResolveThenableJob() local 142 JSHandle<JSPromiseReactionsFunction> reject(GetCallArg(argv, 1)); // 1 : reject method in DynamicImportJob() local 235 …e BuiltinsPromiseJob::CatchException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> reject) in CatchException()
|
D | builtins_promise_handler.cpp | 113 …JSHandle<JSPromiseReactionsFunction> reject = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstr… in Reject() local 159 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 1); in Executor() local
|
D | builtins_promise.cpp | 89 JSHandle<JSTaggedValue> reject(thread, resolvingFunction->GetRejectFunction()); in PromiseConstructor() local 310 JSHandle<JSTaggedValue> reject(thread, promiseCapability->GetReject()); in Reject() local 343 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 0); in Catch() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_dynamic_import.cpp | 28 …uleType, JSHandle<JSPromiseReactionsFunction> resolve, JSHandle<JSPromiseReactionsFunction> reject) in ExecuteNativeModule()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_generator_object.cpp | 108 JSHandle<JSTaggedValue> reject(thread, capability->GetReject()); in AsyncGeneratorReject() local 267 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in AsyncGeneratorEnqueue() local
|
D | js_promise.cpp | 49 JSHandle<JSPromiseReactionsFunction> reject = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
|
/arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
D | micro_job_queue_test.cpp | 245 JSHandle<JSTaggedValue> reject(thread, capbility2->GetReject()); in HWTEST_F_L0() local
|
D | pending_job_test.cpp | 124 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 424 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 457 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 1188 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1962 JSHandle<JSTaggedValue> reject(thread, capacity->GetReject()); in Reject() local 1987 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(handler); in Catch() local 2051 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(onRejected); in Then() local
|