Lines Matching refs:array
58 | `Member* members` | Pointer to array of members (owned) |4 |8 |
65 | `Value* values` | Pointer to array of values (owned) |4 |8 |
260 S -> array | object
261 array -> [ values ]
270 value -> STRING | NUMBER | NULL | BOOLEAN | object | array
284 | array | [ |
301 | array | , $ } ] |
316 | S | array | object | | | |…
317 | array | [ values ] | | | | |…
326 | value | array | object | | | |…
341 Besides, extra states are added for productions involved with `array` and `object`.
342 In this way the generation of array values or object members would be a single state transition,
350 Second, the iterative parser also keeps track of array's value count and object's member count