Home
last modified time | relevance | path

Searched refs:Char32OpCode (Results 1 – 3 of 3) sorted by relevance

/ark/js_runtime/ecmascript/regexp/
Dregexp_opcode.h432 class Char32OpCode : public RegExpOpCode {
434 Char32OpCode() : RegExpOpCode(OP_CHAR32, RegExpOpCode::OP_SIZE_FIVE) {} in Char32OpCode() function
436 ~Char32OpCode() override = default;
437 NO_COPY_SEMANTIC(Char32OpCode);
438 NO_MOVE_SEMANTIC(Char32OpCode);
Dregexp_opcode.cpp58 static Char32OpCode g_char32Opcode = Char32OpCode(); // NOLINTNEXTLINE(fuchsia-statically-const…
166 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
173 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
Dregexp_parser.cpp301 Char32OpCode charOp; in ParseAlternative()
424 Char32OpCode charOp; in ParseAlternative()