Home
last modified time | relevance | path

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

/ark/runtime_core/libpandafile/
Dbytecode_instruction.h350 bool IsTerminator() const in IsTerminator() function
/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.h319 inline bool IsTerminator(uint32_t value) const in IsTerminator() function
Dregexp_executor.cpp121 if ((opCode == RegExpOpCode::OP_DOTS) && IsTerminator(currentChar)) { in HandleOpAll()