Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.h241 class MatchEndOpCode : public RegExpOpCode { class
243 MatchEndOpCode() : RegExpOpCode(OP_MATCH_END, RegExpOpCode::OP_SIZE_ONE) {} in MatchEndOpCode() function in panda::ecmascript::MatchEndOpCode
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.h236 class MatchEndOpCode : public RegExpOpCode { class
238 MatchEndOpCode() : RegExpOpCode(OP_MATCH_END, RegExpOpCode::OP_SIZE_ONE) {} in MatchEndOpCode() function in ark::MatchEndOpCode

Completed in 3 milliseconds