Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.h298 DotsOpCode() : RegExpOpCode(OP_DOTS, RegExpOpCode::OP_SIZE_ONE) {} in DotsOpCode() function
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h304 DotsOpCode() : RegExpOpCode(OP_DOTS, RegExpOpCode::OP_SIZE_ONE) {} in DotsOpCode() function