Lines Matching full:bracket
1171 To make this correct we make the dot and bracket assign nodes emit the information to indicate
1172 the failure range is the dot/bracket accessor.
1489 Merge pre&post bracket nodes to simplify the parse tree.
14556 - implement codegen for bracket accessor and bracket assign
20774 fixed without trying to treat bracket nodes like dot nodes. That wasn't needed.
20776 legal character in a number. The same is not true of a bracket. Eventually we
20796 Function.toString does not parenthesise numbers for the bracket accessor
20799 parenthesised properly, so it was a trivial extension to extend that to the bracket nodes.
20800 I renamed the enum type to reflect the fact that it is now used for both dot and bracket
20897 - Factor out bracket and dot streaming into static inline functions.
22352 checkEscape, and also store the bracket count at the end of the compile.
22375 checkEscape, and also store the bracket count at the end of the compile.
23546 a pointer to the beginning of a bracket and advances to the end of the
23547 bracket.
23862 (jsRegExpCompile): Changed call site to call the appropriate bracket or branch version of
23964 branch and the other on an anchor. The old function would only work on a bracket.
23965 Also removed unneeded parameters; the anchored check does not require the bracket
23970 was beacuse the old function would only work on a bracket.
23972 (jsRegExpCompile): Changed to call the appropriate branch or bracket flavor of the
23973 functions based on whether we compiled an outer bracket. Also removed inaccurate comments
24161 jsRegExpCompile should not add implicit non-capturing bracket
24177 from the compiled regular expression. If no outer bracket is needed,
29282 the bracket.
29330 the bracket and PrecAssignment for the right side.