Searched defs:resolution (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 168 … JSHandle<JSTaggedValue> resolution = ResolveElementOfObject(thread, jsHclass, exportName, module); in ResolveExportObject() local 193 …JSHandle<JSTaggedValue> resolution = ResolveLocalExport(thread, localExportEntriesTv, exportName, … in ResolveExport() local 201 JSHandle<JSTaggedValue> resolution = ResolveIndirectExport(thread, indirectExportEntriesTv, in ResolveExport() local 310 JSHandle<JSTaggedValue> resolution = in InitializeEnvironment() local 551 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationEnvironmentSetup() local 630 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationArrayEnvironmentSetup() local 680 JSHandle<JSTaggedValue> resolution = in GetModuleNamespace() local 1074 JSTaggedValue resolution = FindByExport(exportEntriesTv, key, dictionary); in GetModuleValue() local 1196 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
|