- Nov 07, 2018
-
-
Mathias Bynens authored
Previously, these tests simply compared against an equivalent regular expression pattern by generating a large string containing either all code points up to U+FFFF or U+10FFFF, depending on the `u` flag, and then performing: str.replace(re, '') === str.replace(otherRe, ''); These two `String#replace` calls can be optimized into a single `RegExp#test` call by following the pattern used in the property escapes tests at https://github.com/mathiasbynens/unicode-property-escapes-tests.
-
- Nov 06, 2018
-
- Nov 02, 2018
-
-
Richard Gibson authored
-
Richard Gibson authored
-
Richard Gibson authored
-
Richard Gibson authored
RegExp.prototype is not a RegExp, and the algorithm only special-cases (same-realm) %RegExpPrototype%.
-
- Oct 26, 2018
-
-
Rick Waldron authored
-
- Oct 17, 2018
-
-
André Bargull authored
-
- Oct 03, 2018
-
-
Richard Gibson authored
-
Richard Gibson authored
-
Richard Gibson authored
-
Richard Gibson authored
* unpaired surrogate escape sequences
-
Richard Gibson authored
-
Richard Gibson authored
-
Richard Gibson authored
-
Richard Gibson authored
-
- Sep 26, 2018
-
-
Leo Balter authored
Fix #1794
-
André Bargull authored
-
- Sep 21, 2018
-
-
Kevin Gibbons authored
-
- Sep 19, 2018
-
-
Kevin Gibbons authored
-
Kevin Gibbons authored
-
- Sep 17, 2018
-
-
Leo Balter authored
-
- Sep 14, 2018
-
-
Andrew McCreight authored
-
- Sep 10, 2018
-
-
Leo Balter authored
-
- Aug 27, 2018
-
-
Ashley Hauck authored
-
- Aug 20, 2018
-
-
Leo Balter authored
-
rhuanjl authored
-
- Aug 19, 2018
-
-
André Bargull authored
$262.agent.MAX_TIME_EPSILON was intended to be used for callers like `Atomics.wait(typedArray, indexNumber, valueNumber, timeoutNumber)` where all parameters with the `Number` suffix denote values which are already Number values. It should not be used for `Atomics.wait(typedArray, indexObject, valueObject, timeoutObject)` where all parameters with the `Object` suffix denote values which are Object values, because in that case we'd require that `ToNumber(objectValue)` (potentially invoked multiple times) completes in less than 100 milliseconds (the default value for MAX_TIME_EPSILON). Also removes $262.agent.MAX_TIME_EPSILON because it is now no longer used.
-
- Aug 17, 2018
-
-
André Bargull authored
-
André Bargull authored
-
- Aug 13, 2018
-
-
Rick Waldron authored
-
Rick Waldron authored
-
Kevin Gibbons authored
-
Kevin Gibbons authored
-
- Jul 26, 2018
-
-
Jordan Harband authored
-
- Jul 25, 2018
-
-
Rick Waldron authored
-
- Jul 24, 2018
-
-
Thomas Wood authored
Additionally removed the `arrow-function` feature for test/language/eval-code/direct/new.target-fn.js as it is not testing arrow-functions, but they are mentioned in the preamble.
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-