Home
last modified time | relevance | path

Searched refs:CONSUME_RANGE (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-bytecode.h36 // - CONSUME_RANGE: Check whether the codepoint of the current character is
99 CONSUME_RANGE, member
112 result.opcode = CONSUME_RANGE; in ConsumeRange()
122 // This is encoded as the empty CONSUME_RANGE of characters 0xFFFF <= c <= in Fail()
170 // Payload of CONSUME_RANGE:
184 // payload of CONSUME_RANGE consists of two 16-bit values `min` and `max`, so
185 // this wouldn't fit. We could encode the payload of a CONSUME_RANGE
197 // valid payloads for a CONSUME_RANGE instruction. If we want to fit
H A Dexperimental-bytecode.cc28 case RegExpInstruction::CONSUME_RANGE: { in operator <<()
29 os << "CONSUME_RANGE ["; in operator <<()
H A Dexperimental-interpreter.cc367 // Run an active thread `t` until it executes a CONSUME_RANGE or ACCEPT
369 // - If processing of `t` can't continue because of CONSUME_RANGE, it is
380 case RegExpInstruction::CONSUME_RANGE: { in RunActiveThread()
451 DCHECK_EQ(inst.opcode, RegExpInstruction::CONSUME_RANGE); in FlushBlockedThreads()

Completed in 3 milliseconds