Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.h261 class LineEndOpCode : public RegExpOpCode { class
263 LineEndOpCode() : RegExpOpCode(OP_LINE_END, RegExpOpCode::OP_SIZE_ONE) {} in LineEndOpCode() function in panda::ecmascript::LineEndOpCode
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.h256 class LineEndOpCode : public RegExpOpCode { class
258 LineEndOpCode() : RegExpOpCode(OP_LINE_END, RegExpOpCode::OP_SIZE_ONE) {} in LineEndOpCode() function in ark::LineEndOpCode

Completed in 4 milliseconds