Home
last modified time | relevance | path

Searched defs:resolve (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_promise_test.cpp44 JSHandle<JSTaggedValue> resolve(thread, reactions->GetResolveFunction(thread)); in HWTEST_F_L0() local
60 JSHandle<JSPromiseReactionsFunction> resolve(thread, capbility->GetResolve(thread)); in HWTEST_F_L0() local
81 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/
Dwebpack.config.js29 resolve: { property
Dpackage-lock.json1909 "resolve": "^1.22.4" string
3978 "resolve": "^1.1.6" string
4046 "resolve": "bin/resolve" string
5373 "resolve": "^1.20.0" string
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp137 JSHandle<JSPromiseReactionsFunction> resolve(GetCallArg(argv, 0)); in DynamicImportJob() local
277 …nsPromiseJob::HandleModuleException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> resolve, in HandleModuleException()
284 …nsPromiseJob::HandleModuleException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> resolve, in HandleModuleException()
Dbuiltins_async_iterator.cpp53 JSHandle<JSTaggedValue> resolve(thread, pcap->GetResolve(thread)); in Return() local
Dbuiltins_promise_handler.cpp34 …JSHandle<JSPromiseReactionsFunction> resolve = JSHandle<JSPromiseReactionsFunction>::Cast(GetConst… in Resolve() local
105 JSHandle<JSTaggedValue> resolve = GetCallArg(argv, 0); in Executor() local
324 JSHandle<JSTaggedValue> resolve(thread, promiseCapability->GetResolve(thread)); in PromiseResolve() local
Dbuiltins_async_from_sync_iterator.cpp168 JSHandle<JSTaggedValue> resolve(thread, pcap->GetResolve(thread)); in Return() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp31 JSHandle<JSPromiseReactionsFunction> resolve, in ExecuteNativeOrJsonModule()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-limit-extends.ts18 resolve: (value: T | PromiseLike<T>) => void; property in CustomPromise
/arkcompiler/ets_runtime/test/moduletest/promise/
Dpromise.js105 then: function(resolve) { argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_job_test.cpp94 …JSHandle<JSPromiseReactionsFunction> resolve(thread, resolvingFunctions->GetResolveFunction(thread… in HWTEST_F_L0() local
153 …JSHandle<JSPromiseReactionsFunction> resolve(thread, resolvingFunctions->GetResolveFunction(thread… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp197 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve(thread)); in HWTEST_F_L0() local
240 JSHandle<JSTaggedValue> resolve(thread, capbility1->GetResolve(thread)); in HWTEST_F_L0() local
Dpending_job_test.cpp161 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve(thread)); in HWTEST_F_L0() local
244 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp66 JSHandle<JSTaggedValue> resolve(thread, capability->GetResolve(thread)); in AsyncGeneratorResolve() local
319 JSHandle<JSTaggedValue> resolve(thread, promiseCapability->GetResolve(thread)); in PromiseResolve() local
Djs_promise.cpp38 JSHandle<JSPromiseReactionsFunction> resolve = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
Djs_async_function.cpp49 JSHandle<JSTaggedValue> resolve(thread, pcap->GetResolve(thread)); in AsyncFunctionAwait() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb175 def resolve method in Instruction
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb175 def resolve method in Instruction
/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Dpanda_types.h232 void (*resolve)(KVMDeferred *thiz, uint8_t *data, int32_t length); member
Dinterop-types.h69 void (*resolve)(struct InteropDeferred *thiz, uint8_t *data, int32_t length); member
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp285 auto makeWithId = [&p, &inst, &filePtr, &items, &myId, &data, this](Resolver resolve) { in MakeChangeWithId()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp717 Local<FunctionRef> resolve = FunctionRef::New(vm_, ResolvedCallback); in HWTEST_F_L0() local
734 Local<FunctionRef> resolve = FunctionRef::New(vm_, ResolvedCallback); in HWTEST_F_L0() local
Dffi_workload.cpp803 Local<FunctionRef> resolve = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local
821 Local<FunctionRef> resolve = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2078 JSTaggedValue resolve = capacity->GetResolve(thread); in Resolve() local
2105 JSHandle<JSTaggedValue> resolve(thread, capacity->GetResolve(thread)); in Resolve() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js22393 resolve(t, e, i = null) { method

12