Home
last modified time | relevance | path

Searched defs:isGlobal (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_utils.cpp28 bool isGlobal = typeName == g_globalTypeName; in IsSystemTypeName() local
H A Dabc2program_key_data.cpp77 bool isGlobal = typeName == "_GLOBAL"; in IsSystemType() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp240 bool isGlobal = false; in ParseAmbientExternalModuleDeclaration() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp316 bool isGlobal = typeName == "_GLOBAL"; in IsSystemType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp618 bool isGlobal = GetFlag(thread, regexp, RegExpParser::FLAG_GLOBAL, isFastPath); in RegExpMatch() local
1022 bool isGlobal = false; in ReplaceInternal() local
H A Dbuiltins_string.cpp663 bool isGlobal = BuiltinsRegExp::GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); in MatchAll() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp367 bool isGlobal = false; in ParseTsAmbientExternalModuleDeclaration() local

Completed in 22 milliseconds