- Oct 03, 2018
-
-
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
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
- Jul 20, 2018
-
-
Rick Waldron authored
Follow up to https://github.com/tc39/test262/pull/1643
-
Thomas Wood authored
All other Proxy tests use the syntax `attr: function() {...}` for defining traps, ownKeys was unique in using the shorthand syntax. Change to longhand syntax for back-compat for partial implementations.
-
Thomas Wood authored
Proxy/deleteProperty/boolean-trap-result-boolean-true.js was missing a feature flag for the Reflect library.
-
Ivan Vyshnevskyi authored
-
- Jul 09, 2018
-
-
Leo Balter authored
-