Home
last modified time | relevance | path

Searched refs:ThrowUndeclaredExport (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp94 void Binder::ThrowUndeclaredExport(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowUndeclaredExport() function in panda::es2panda::binder::Binder
216 ThrowUndeclaredExport(it->AsExportSpecifier()->Local()->Start(), localName); in ValidateExportDecl()
226 ThrowUndeclaredExport(it->AsExportSpecifier()->Local()->Start(), localName); in ValidateExportDecl()
Dbinder.h96 …[[noreturn]] void ThrowUndeclaredExport(const lexer::SourcePosition &pos, const util::StringView &…