Home
last modified time | relevance | path

Searched defs:isGlobal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp239 bool isGlobal = false; in ParseAmbientExternalModuleDeclaration() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp619 bool isGlobal = GetFlag(thread, regexp, RegExpParser::FLAG_GLOBAL, isFastPath); in RegExpMatch() local
1023 bool isGlobal = false; in ReplaceInternal() local
Dbuiltins_string.cpp662 … bool isGlobal = BuiltinsRegExp::GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); in MatchAll() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp316 bool isGlobal = typeName == "_GLOBAL"; in IsSystemType() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp344 bool isGlobal = false; in ParseTsAmbientExternalModuleDeclaration() local