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.cpp68 JSHandle<JSTaggedValue> resolve(thread, reactions->GetResolveFunction()); in HWTEST_F_L0() local
84 JSHandle<JSPromiseReactionsFunction> resolve(thread, capbility->GetResolve()); in HWTEST_F_L0() local
105 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve()); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/src/
DlexicalBinder.ts44 resolve(): void { method in LexicalBinder
/arkcompiler/ets_frontend/ts2panda/src/function/
DasyncFunctionBuilder.ts98 resolve(node: ts.Node | NodeKind, value: VReg): void { method in AsyncFunctionBuilder
DasyncGeneratorFunctionBuilder.ts333 resolve(node: ts.Node | NodeKind, value: VReg): void { method in AsyncGeneratorFunctionBuilder
/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp30 JSHandle<JSPromiseReactionsFunction> resolve, in ExecuteNativeOrJsonModule()
Djs_module_source_text.cpp1928 JSHandle<JSTaggedValue> resolve(thread, topLevelCapability->GetResolve()); in AsyncModuleExecutionFulfilled() local
1974 JSHandle<JSTaggedValue> resolve(thread, topLevelCapability->GetResolve()); in AsyncModuleExecutionFulfilled() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_iterator.cpp54 JSHandle<JSTaggedValue> resolve(thread, pcap->GetResolve()); in Return() local
Dbuiltins_promise_handler.cpp41 …JSHandle<JSPromiseReactionsFunction> resolve = JSHandle<JSPromiseReactionsFunction>::Cast(GetConst… in Resolve() local
158 JSHandle<JSTaggedValue> resolve = GetCallArg(argv, 0); in Executor() local
369 JSHandle<JSTaggedValue> resolve(thread, promiseCapability->GetResolve()); in PromiseResolve() local
Dbuiltins_async_from_sync_iterator.cpp170 JSHandle<JSTaggedValue> resolve(thread, pcap->GetResolve()); in Return() local
Dbuiltins_promise_job.cpp143 JSHandle<JSPromiseReactionsFunction> resolve(GetCallArg(argv, 0)); in DynamicImportJob() local
Dbuiltins_promise.cpp273 JSHandle<JSTaggedValue> resolve(thread, promiseCapability->GetResolve()); in Resolve() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp190 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve()); in HWTEST_F_L0() local
233 JSHandle<JSTaggedValue> resolve(thread, capbility1->GetResolve()); in HWTEST_F_L0() local
Dpending_job_test.cpp160 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve()); in HWTEST_F_L0() local
242 JSHandle<JSTaggedValue> resolve(thread, capbility->GetResolve()); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js35 resolve: { property
Dpackage-lock.json134 "resolve": "^1.14.2", string
3644 "resolve": "^1.9.0" string
3743 "resolve": { object
4311 "resolve": "1.x", string
4351 "resolve": "^1.1.7", string
4424 "resolve": "^1.3.2", string
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp75 JSHandle<JSTaggedValue> resolve(thread, capability->GetResolve()); in AsyncGeneratorResolve() local
324 JSHandle<JSTaggedValue> resolve(thread, promiseCapability->GetResolve()); in PromiseResolve() local
Djs_promise.cpp42 JSHandle<JSPromiseReactionsFunction> resolve = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
Djs_async_function.cpp51 JSHandle<JSTaggedValue> resolve(thread, pcap->GetResolve()); in AsyncFunctionAwait() local
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb175 def resolve method in Instruction
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb175 def resolve method in Instruction
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp202 auto makeWithId = [&](Resolver resolve) { in ProcessCodeData()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp655 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.cpp1204 JSHandle<JSTaggedValue> resolve(thread, capacity->GetResolve()); in Resolve() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js22393 resolve(t, e, i = null) { method
137148 b.resolve = function(t, e) { function
137205 i.resolve = function(t, e) { function in i

12