Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts399 export class GlobalScope extends VariableScope { class
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h684 explicit GlobalScope(ArenaAllocator *allocator) : FunctionScope(allocator, nullptr) in GlobalScope() function