Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h47 OP_NOT_WORD_BOUNDARY, enumerator
279 NotWordBoundaryOpCode() : RegExpOpCode(OP_NOT_WORD_BOUNDARY, RegExpOpCode::OP_SIZE_ONE) {} in NotWordBoundaryOpCode()
Dregexp_executor.cpp124 case RegExpOpCode::OP_NOT_WORD_BOUNDARY: in ExecuteInternal()
Dregexp_executor.h129 ((opCode == RegExpOpCode::OP_NOT_WORD_BOUNDARY) && in HandleOpWordBoundary()