Searched refs:global_ (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ | ||
H A D | tsModuleDeclarationBuilder.h | 49 global_ = global; in SetGlobal() 62 TSModuleDeclaration::ConstructorFlags {declare_, global_, isExternalAmbient_}); in Build() 70 bool global_ = false; member in ark::es2panda::ir::TSModuleDeclarationBuilder |
/arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
H A D | tsModuleDeclaration.h | 44 global_(global), in TSModuleDeclaration() 76 return global_; in Global() 95 bool global_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSModuleDeclaration |
H A D | tsModuleDeclaration.cpp | 40 {"global", global_}}); in Dump() |
/arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
H A D | tsModuleDeclaration.h | 41 global_(flags.global), in TSModuleDeclaration() 84 return global_; in Global() 122 bool global_; member in ark::es2panda::ir::TSModuleDeclaration |
H A D | tsModuleDeclaration.cpp | 68 {"global", global_}}); in Dump() |
Completed in 2 milliseconds