Searched defs:resolution (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | reg_alloc_linear_scan_doc.md | 26 #### Resolve instructions inputs and output 36 #### Adding spill-fill instructions
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 193 JSHandle<JSTaggedValue> resolution(thread, JSTaggedValue::Hole()); in ResolveExportObject() local 233 …JSHandle<JSTaggedValue> resolution = ResolveLocalExport(thread, localExportEntriesTv, exportName, … in ResolveExport() local 241 JSHandle<JSTaggedValue> resolution = ResolveIndirectExport(thread, indirectExportEntriesTv, in ResolveExport() local 448 JSHandle<JSTaggedValue> resolution = in InitializeEnvironment() local 731 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationEnvironmentSetup() local 810 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationArrayEnvironmentSetup() local 861 JSHandle<JSTaggedValue> resolution = in GetModuleNamespace() local 1408 JSTaggedValue resolution = FindByExport(exportEntriesTv, key, dictionary); in GetModuleValue() local 1529 JSHandle<JSTaggedValue> resolution = in GetStarResolution() local 1700 JSHandle<JSTaggedValue> resolution = in CheckResolvedBinding() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 58 JSHandle<JSTaggedValue> resolution = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 2671 …NITIZE static ets_status DeferredResolve(EtsEnv *env, ets_deferred deferred, ets_object resolution) in DeferredResolve()
|