Home
last modified time | relevance | path

Searched refs:LocalName (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DmoduleContext.cpp37 varbinder::Variable *v = scope->FindLocal(decl->LocalName(), varbinder::ResolveBindingOptions::BINDINGS); in CompileImports()
42 varbinder::ConstScopeFindResult result(decl->LocalName(), scope, 0, v); in CompileImports()
75 pg->LoadObjByName(decl->Node(), decl->LocalName()); in CompileExports()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_entry.h30 ACCESSORS(LocalName, IMPORT_NAME_OFFSET, SIZE);
43 ACCESSORS(LocalName, LOCAL_NAME_OFFSET, LOCAL_INDEX_OFFSET);
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h349 const util::StringView &LocalName() const in LocalName() function in ark::es2panda::ark::es2panda::varbinder::ImportDecl
381 const util::StringView &LocalName() const in LocalName() function in ark::es2panda::ark::es2panda::varbinder::ExportDecl
H A Dscope.cpp700 varbinder::Variable *variable = FindLocal(decl->LocalName(), varbinder::ResolveBindingOptions::BINDINGS); in ExportAnalysis()

Completed in 6 milliseconds