Searched defs:resolve (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_dynamic_import.cpp | 31 ExecuteNativeOrJsonModule(JSThread *thread, const CString &specifierString, ModuleTypes moduleType, JSHandle<JSPromiseReactionsFunction> resolve, JSHandle<JSPromiseReactionsFunction> reject, const JSPandaFile *jsPandaFile) ExecuteNativeOrJsonModule() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_promise.cpp | 35 JSHandle<JSPromiseReactionsFunction> resolve = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 175 def resolve method in Instruction
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 175 def resolve method in Instruction
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_promise_handler.cpp | 37 JSHandle<JSPromiseReactionsFunction> resolve = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstructor(argv)); in Resolve() local 154 JSHandle<JSTaggedValue> resolve = GetCallArg(argv, 0); in Executor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_first_tests.cpp | 704 Local<FunctionRef> resolve = FunctionRef::New(vm_, ResolvedCallback); in HWTEST_F_L0() local 721 Local<FunctionRef> resolve = FunctionRef::New(vm_, ResolvedCallback); in HWTEST_F_L0() local
|
| H A D | ffi_workload.cpp | 803 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_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 1936 JSTaggedValue resolve = capacity->GetResolve(); in Resolve() local
|
Completed in 42 milliseconds