Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.h385 class MatchAheadOpCode : public RegExpOpCode { class
387 MatchAheadOpCode() : RegExpOpCode(OP_MATCH_AHEAD, RegExpOpCode::OP_SIZE_FIVE) {} in MatchAheadOpCode() function in panda::ecmascript::MatchAheadOpCode
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.h379 class MatchAheadOpCode : public RegExpOpCode { class
381 MatchAheadOpCode() : RegExpOpCode(OP_MATCH_AHEAD, RegExpOpCode::OP_SIZE_FIVE) {} in MatchAheadOpCode() function in ark::MatchAheadOpCode

Completed in 3 milliseconds