Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.h49 bool isSuccess_ = false; member
Dregexp_executor.cpp620 result.isSuccess_ = isSuccess; in GetResult()
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp568 if (!matchResult.isSuccess_) { in RegExpReplaceFast()
1290 if (!matchResult.isSuccess_) { in RegExpBuiltinExec()