| /arkcompiler/ets_runtime/test/fuzztest/promiseref_fuzzer/ |
| D | promiseref_fuzzer.cpp | 41 Local<FunctionRef> reject = FunctionRef::New(vm, RejectCallback); in PromiseRefCatchFuzzTest() local 62 Local<FunctionRef> reject = FunctionRef::New(vm, RejectCallback); in PromiseRefThenFinallyFuzzTest() local 84 Local<FunctionRef> reject = FunctionRef::New(vm, RejectCallback); in PromiseRefThenWithTwoParameterFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 118 JSHandle<JSTaggedValue> reject(thread, resolvingFunctions->GetRejectFunction(thread)); in PromiseResolveThenableJob() local 138 JSHandle<JSPromiseReactionsFunction> reject(GetCallArg(argv, 1)); // 1 : reject method in DynamicImportJob() local 262 …e BuiltinsPromiseJob::CatchException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> reject) in CatchException() 278 JSHandle<JSPromiseReactionsFunction> reject, JSHandle<EcmaString> specifierString) in HandleModuleException() 285 JSHandle<JSPromiseReactionsFunction> reject, const CString &requestPath) in HandleModuleException()
|
| D | builtins_async_from_sync_iterator.cpp | 90 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject(thread)); in Throw() local 119 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject(thread)); in Throw() local 198 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject(thread)); in Return() local
|
| D | builtins_promise_handler.cpp | 60 …JSHandle<JSPromiseReactionsFunction> reject = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstr… in Reject() local 106 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 1); in Executor() local
|
| D | builtins_promise.cpp | 80 JSHandle<JSTaggedValue> reject(thread, resolvingFunction->GetRejectFunction(thread)); in PromiseConstructor() local 270 JSHandle<JSTaggedValue> reject(thread, promiseCapability->GetReject(thread)); in Reject() local 303 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 0); in Catch() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_promise_test.cpp | 45 JSHandle<JSTaggedValue> reject(thread, reactions->GetRejectFunction(thread)); in HWTEST_F_L0() local 61 JSHandle<JSPromiseReactionsFunction> reject(thread, capbility->GetReject(thread)); in HWTEST_F_L0() local 100 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_dynamic_import.cpp | 32 JSHandle<JSPromiseReactionsFunction> reject, in ExecuteNativeOrJsonModule()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-no-limit-extends.ts | 19 reject: (reason?: Error) => void; property in CustomPromise
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefispromisevalue_fuzzer/ |
| D | jsvaluerefispromisevalue_fuzzer.cpp | 48 Local<FunctionRef> reject = FunctionRef::New(vm, nativeFunc, deleter, ptr); in JSValueRefIsPromiseValueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_job_test.cpp | 95 …JSHandle<JSPromiseReactionsFunction> reject(thread, resolvingFunctions->GetRejectFunction(thread)); in HWTEST_F_L0() local 154 …JSHandle<JSPromiseReactionsFunction> reject(thread, resolvingFunctions->GetRejectFunction(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.cpp | 103 JSHandle<JSTaggedValue> reject(thread, capability->GetReject(thread)); in AsyncGeneratorReject() local 262 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject(thread)); in AsyncGeneratorEnqueue() local
|
| D | js_promise.cpp | 45 JSHandle<JSPromiseReactionsFunction> reject = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
|
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | micro_job_queue_test.cpp | 252 JSHandle<JSTaggedValue> reject(thread, capbility2->GetReject(thread)); in HWTEST_F_L0() local
|
| D | pending_job_test.cpp | 125 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/include/ |
| D | panda_types.h | 233 void (*reject)(KVMDeferred *thiz, const char *message); member
|
| D | interop-types.h | 70 void (*reject)(struct InteropDeferred *thiz, const char *message); member
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 658 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 675 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 718 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 735 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 1660 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 718 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local 733 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local 804 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local 822 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2132 JSTaggedValue reject = capacity->GetReject(thread); in Reject() local 2160 JSHandle<JSTaggedValue> reject(thread, capacity->GetReject(thread)); in Reject() local 6625 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(handler); in Catch() local 6706 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(onRejected); in Then() local
|