Searched defs:resolution (Results 1 – 8 of 8) 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 | 118 JSHandle<JSTaggedValue> resolution(thread, JSTaggedValue::Hole()); in ResolveExportObject() local 186 …JSHandle<JSTaggedValue> resolution = ResolveLocalExport(thread, localExportEntriesTv, exportName, … in ResolveExport() local 194 JSHandle<JSTaggedValue> resolution = ResolveIndirectExport(thread, indirectExportEntriesTv, in ResolveExport() local 659 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationEnvironmentSetup() local 732 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationArrayEnvironmentSetup() local 779 JSHandle<JSTaggedValue> resolution = in GetModuleNamespace() local 1316 JSTaggedValue resolution = FindByExport(exportEntriesTv, key, dictionary); in GetModuleValue() local 1449 JSHandle<JSTaggedValue> resolution; in GetStarResolution() local 1614 JSHandle<JSTaggedValue> resolution = in CheckResolvedBinding() local 1655 JSHandle<JSTaggedValue> resolution = in CheckResolvedIndexBinding() local
|
| D | js_module_source_text.h | 182 inline static CString GetResolveErrorReason(const JSHandle<JSTaggedValue> &resolution) in GetResolveErrorReason()
|
| D | module_manager_helper.cpp | 217 JSHandle<JSTaggedValue> resolution = in UpdateBindingAndGetModuleValue() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 2921 JSHandle<JSTaggedValue> resolution = in HWTEST_F_L0() local 2970 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast( in HWTEST_F_L0() local 3642 JSHandle<JSTaggedValue> resolution = in HWTEST_F_L0() local 3677 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(recordIndexBinding); in HWTEST_F_L0() local 3704 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local 3728 JSHandle<JSTaggedValue> resolution = in HWTEST_F_L0() local 3763 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(recordIndexBinding); in HWTEST_F_L0() local 3790 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local 3817 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local 3841 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 54 JSHandle<JSTaggedValue> resolution = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 3933 JSVM_Status OH_JSVM_ResolveDeferred(JSVM_Env env, JSVM_Deferred deferred, JSVM_Value resolution) in OH_JSVM_ResolveDeferred() 3944 JSVM_Status OH_JSVM_RejectDeferred(JSVM_Env env, JSVM_Deferred deferred, JSVM_Value resolution) in OH_JSVM_RejectDeferred()
|
| /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()
|