Searched refs:LocalName (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | moduleContext.cpp | 37 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 D | js_module_entry.h | 30 ACCESSORS(LocalName, IMPORT_NAME_OFFSET, SIZE); 43 ACCESSORS(LocalName, LOCAL_NAME_OFFSET, LOCAL_INDEX_OFFSET);
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | declaration.h | 349 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 D | scope.cpp | 700 varbinder::Variable *variable = FindLocal(decl->LocalName(), varbinder::ResolveBindingOptions::BINDINGS); in ExportAnalysis()
|
Completed in 6 milliseconds