Home
last modified time | relevance | path

Searched refs:charOp (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.cpp402 CharOpCode charOp; in ParseAlternative() local
403 charOp.EmitOpCode(&buffer_, atomValue); in ParseAlternative()
405 Char32OpCode charOp; in ParseAlternative() local
406 charOp.EmitOpCode(&buffer_, atomValue); in ParseAlternative()
529 Char32OpCode charOp; in ParseAlternative() local
530 charOp.EmitOpCode(&buffer_, matchedChar); in ParseAlternative()
532 CharOpCode charOp; in ParseAlternative() local
533 charOp.EmitOpCode(&buffer_, matchedChar); in ParseAlternative()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_parser.cpp371 CharOpCode charOp; in ParseAlternative() local
372 charOp.EmitOpCode(&buffer_, atomValue); in ParseAlternative()
374 Char32OpCode charOp; in ParseAlternative() local
375 charOp.EmitOpCode(&buffer_, atomValue); in ParseAlternative()
495 Char32OpCode charOp; in ParseAlternative() local
496 charOp.EmitOpCode(&buffer_, matchedChar); in ParseAlternative()
498 CharOpCode charOp; in ParseAlternative() local
499 charOp.EmitOpCode(&buffer_, matchedChar); in ParseAlternative()

Completed in 5 milliseconds