Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc214 os_ << "label=\"$" << that->data_.u_submatch.current_position_register in VisitAction()
218 os_ << "label=\"$" << that->data_.u_submatch.current_position_register in VisitAction()
H A Dregexp-compiler.cc676 result->data_.u_submatch.stack_pointer_register = stack_reg; in BeginPositiveSubmatch()
677 result->data_.u_submatch.current_position_register = position_reg; in BeginPositiveSubmatch()
685 result->data_.u_submatch.stack_pointer_register = stack_reg; in BeginNegativeSubmatch()
686 result->data_.u_submatch.current_position_register = position_reg; in BeginNegativeSubmatch()
696 result->data_.u_submatch.stack_pointer_register = stack_reg; in PositiveSubmatchSuccess()
697 result->data_.u_submatch.current_position_register = position_reg; in PositiveSubmatchSuccess()
698 result->data_.u_submatch.clear_register_count = clear_register_count; in PositiveSubmatchSuccess()
699 result->data_.u_submatch.clear_register_from = clear_register_from; in PositiveSubmatchSuccess()
3395 data_.u_submatch.current_position_register, 0); in Emit()
3397 data_.u_submatch in Emit()
[all...]
H A Dregexp-nodes.h377 } u_submatch; member

Completed in 15 milliseconds