Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_entry.h42 ACCESSORS(ExportName, LOCAL_EXPORT_ENTRY_OFFSET, LOCAL_NAME_OFFSET);
56 ACCESSORS(ExportName, INDIRECT_EXPORT_ENTRY_OFFSET, MODULE_REQUEST_OFFSET);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DmoduleContext.cpp67 pg->StoreModuleVar(exportDecl, decls.front()->ExportName()); in CompileExports()
76 pg->StoreModuleVar(decl->Node(), decl->ExportName()); in CompileExports()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h376 const util::StringView &ExportName() const in ExportName() function in ark::es2panda::ark::es2panda::varbinder::ExportDecl
H A Dscope.cpp706 auto result = exportedNames.insert(decl->ExportName()); in ExportAnalysis()
713 localExports_.insert({variable, decl->ExportName()}); in ExportAnalysis()

Completed in 3 milliseconds