Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.h301 class DotsOpCode : public RegExpOpCode { class
303 DotsOpCode() : RegExpOpCode(OP_DOTS, RegExpOpCode::OP_SIZE_ONE) {} in DotsOpCode() function in panda::ecmascript::DotsOpCode
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.h296 class DotsOpCode : public RegExpOpCode { class
298 DotsOpCode() : RegExpOpCode(OP_DOTS, RegExpOpCode::OP_SIZE_ONE) {} in DotsOpCode() function in ark::DotsOpCode

Completed in 2 milliseconds