Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dearley-parser.h145 explicit Rule(std::vector<Symbol*> right_hand_side,
147 : right_hand_side_(std::move(right_hand_side)), action_(action) {} in right_hand_side_() argument