Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.h395 class NegativeMatchAheadOpCode : public RegExpOpCode { class
397 NegativeMatchAheadOpCode() : RegExpOpCode(OP_NEGATIVE_MATCH_AHEAD, RegExpOpCode::OP_SIZE_FIVE) {} in NegativeMatchAheadOpCode() function in panda::ecmascript::NegativeMatchAheadOpCode
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.h389 class NegativeMatchAheadOpCode : public RegExpOpCode { class
391 NegativeMatchAheadOpCode() : RegExpOpCode(OP_NEGATIVE_MATCH_AHEAD, RegExpOpCode::OP_SIZE_FIVE) {} in NegativeMatchAheadOpCode() function in ark::NegativeMatchAheadOpCode

Completed in 2 milliseconds