Home
last modified time | relevance | path

Searched refs:etsScript (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/
DBUILD.gn206 "ir/ets/etsScript.cpp",
DCMakeLists.txt267 ir/ets/etsScript.cpp
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp223 auto *etsScript = AllocNode<ir::ETSScript>(Allocator(), std::move(statements), GetProgram()); in ParseETSGlobalScript() local
224 etsScript->SetRange({startLoc, Lexer()->GetToken().End()}); in ParseETSGlobalScript()
225 GetProgram()->SetAst(etsScript); in ParseETSGlobalScript()