You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda e15c57066c Remove an error check after calling action code
The error check was useful when actions could have returned |null| to
trigger a match failure. This is no longer supported so the check isn't
needed anymore.

Speed impact
------------
Before:     1022.70 kB/s
After:      1035.45 kB/s
Difference: 1.24%

Size impact
-----------
Before:     975434 b
After:      931540 b
Difference: -4.50%

(Measured by /tools/impact with Node.js v0.6.18 on x86_64 GNU/Linux.)
11 years ago
..
generate-bytecode.spec.js Remove an error check after calling action code 11 years ago
remove-proxy-rules.spec.js Plugin API: Split compiler passes into stages 12 years ago
report-left-recursion.spec.js Plugin API: Split compiler passes into stages 12 years ago
report-missing-rules.spec.js Plugin API: Split compiler passes into stages 12 years ago