Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp_executor.cpp35 RegExpMatchResult<PandaString> RegExpExecutor::GetResult(bool isSuccess, bool hasIndices) const in GetResult()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp128 bool isSuccess = ParseSpecialReg(tempPregIdx); in ParseStmtRegassign() local
135 bool isSuccess = ParsePseudoReg(regAssign->GetPrimType(), tempPregIdx); in ParseStmtRegassign() local
2478 bool isSuccess = ParseSpecialReg(tempPregIdx); in ParseExprRegread() local
2484 bool isSuccess = ParsePseudoReg(regRead->GetPrimType(), tempPregIdx); in ParseExprRegread() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h30 bool isSuccess = false; member
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1682 bool isSuccess = Matcher(thread, regexp, strBuffer, stringLength, lastIndex, isUtf16); in RegExpExecInternal() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp895 bool isSuccess = true; in SetPropertyForDataDescriptor() local