Home
last modified time | relevance | path

Searched defs:currentIsWord (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h144 bool currentIsWord = IsWordChar(PeekChar(currentPtr_, inputEnd_)); in HandleOpWordBoundary() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.h130 bool currentIsWord = !IsEOF() && IsWordChar(PeekChar(currentPtr_, inputEnd_)); in HandleOpWordBoundary() local

Completed in 3 milliseconds