test262/test
Dan Ehrenberg 9d2451eb72 Reinforce test for the use of ToLength(lastIndex) in RegExp
Previously, test262 had only a test that ensured that ToLength (for
example, rather than ToInteger) was used in test'ing a RegExp, not
in calls to exec. Although in the ES5 and ES2015 specs there is only
one code path, in some implementations, ToLength is called in from
separate code paths. This patch makes a new test for exec'ing a
RegExp and ensures that ToLength is called.
2015-07-21 14:26:32 -07:00
..
annexB Merge pull request #385 from anba/license 2015-07-17 11:03:07 -07:00
built-ins Reinforce test for the use of ToLength(lastIndex) in RegExp 2015-07-21 14:26:32 -07:00
harness
intl402
language Merge pull request #386 from anba/issue-383/test-failures 2015-07-17 13:06:38 -07:00