Searched defs:resolution (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 169 … JSHandle<JSTaggedValue> resolution = ResolveElementOfObject(thread, jsHclass, exportName, module); in ResolveExportObject() local 194 …JSHandle<JSTaggedValue> resolution = ResolveLocalExport(thread, localExportEntriesTv, exportName, … in ResolveExport() local 202 JSHandle<JSTaggedValue> resolution = ResolveIndirectExport(thread, indirectExportEntriesTv, in ResolveExport() local 311 JSHandle<JSTaggedValue> resolution = in InitializeEnvironment() local 552 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationEnvironmentSetup() local 631 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationArrayEnvironmentSetup() local 681 JSHandle<JSTaggedValue> resolution = in GetModuleNamespace() local 1075 JSTaggedValue resolution = FindByExport(exportEntriesTv, key, dictionary); in GetModuleValue() local 1197 JSHandle<JSTaggedValue> resolution = in GetStarResolution() local 1364 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
|