Searched defs:resolution (Results 1 – 7 of 7) 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 | 178 JSHandle<JSTaggedValue> resolution(thread, JSTaggedValue::Hole()); in ResolveExportObject() local 250 …JSHandle<JSTaggedValue> resolution = ResolveLocalExport(thread, localExportEntriesTv, exportName, … in ResolveExport() local 258 JSHandle<JSTaggedValue> resolution = ResolveIndirectExport(thread, indirectExportEntriesTv, in ResolveExport() local 746 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationEnvironmentSetup() local 827 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationArrayEnvironmentSetup() local 873 JSHandle<JSTaggedValue> resolution = in GetModuleNamespace() local 1409 JSTaggedValue resolution = FindByExport(exportEntriesTv, key, dictionary); in GetModuleValue() local 1545 JSHandle<JSTaggedValue> resolution; in GetStarResolution() local 1716 JSHandle<JSTaggedValue> resolution = in CheckResolvedBinding() local 1754 JSHandle<JSTaggedValue> resolution = in CheckResolvedIndexBinding() local
|
| D | js_module_source_text.h | 186 inline static CString GetResolveErrorReason(const JSHandle<JSTaggedValue> &resolution) in GetResolveErrorReason()
|
| D | module_manager_helper.cpp | 212 JSHandle<JSTaggedValue> resolution = in UpdateBindingAndGetModuleValue() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 54 JSHandle<JSTaggedValue> resolution = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 1605 JSHandle<JSTaggedValue> resolution = in HWTEST_F_L0() local 1650 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast( in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 2735 …NITIZE static ets_status DeferredResolve(EtsEnv *env, ets_deferred deferred, ets_object resolution) in DeferredResolve()
|