Searched defs:GlobalScope (Results 1 – 4 of 4) sorted by relevance
60 varbinder::GlobalScope *Program::GlobalScope() in GlobalScope() function in panda::es2panda::parser::Program66 const varbinder::GlobalScope *Program::GlobalScope() const in GlobalScope() function in panda::es2panda::parser::Program
399 export class GlobalScope extends VariableScope { class
801 explicit GlobalScope(ArenaAllocator *allocator) in GlobalScope() function
811 explicit GlobalScope(ArenaAllocator *allocator) : FunctionScope(allocator, nullptr) in GlobalScope() function