Home
last modified time | relevance | path

Searched refs:isGlobal (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp411 bool isGlobal = globalValue.ToBoolean(); in Match() local
413 if (!isGlobal) { in Match()
746 bool isGlobal = globalValue.ToBoolean(); in Replace() local
750 if (isGlobal) { in Replace()
771 if (isGlobal && !functionalReplace && thisObj->IsJSRegExp()) { in Replace()
828 if (!isGlobal) { in Replace()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h398 GateRef isGlobal = Equal(objType, in TaggedIsJSGlobalObject() local
400 return LogicAnd(isHeapObj, isGlobal); in TaggedIsJSGlobalObject()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp335 bool isGlobal = false; in ParseTsAmbientExternalModuleDeclaration() local
339 isGlobal = true; in ParseTsAmbientExternalModuleDeclaration()
367 …uleDecl = AllocNode<ir::TSModuleDeclaration>(localCtx.GetScope(), name, body, isDeclare, isGlobal); in ParseTsAmbientExternalModuleDeclaration()