Home
last modified time | relevance | path

Searched defs:GlobalScope (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.cpp60 varbinder::GlobalScope *Program::GlobalScope() in GlobalScope() function in panda::es2panda::parser::Program
66 const varbinder::GlobalScope *Program::GlobalScope() const in GlobalScope() function in panda::es2panda::parser::Program
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts399 export class GlobalScope extends VariableScope { class
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h801 explicit GlobalScope(ArenaAllocator *allocator) in GlobalScope() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h811 explicit GlobalScope(ArenaAllocator *allocator) : FunctionScope(allocator, nullptr) in GlobalScope() function