- Dec 21, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
- Dec 20, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Rick Waldron authored
-
Frank Yung-Fong Tang authored
-
- Dec 17, 2018
-
-
Leo Balter authored
-
Peter Marshall authored
-
- Dec 15, 2018
-
-
⭐caitp⭐ authored
This makes v8's _monkeyYaml happy --- without it, the info block never ends, and we fail to parse the `features` key. An explicit indentation marker isn't used because monkeyYaml doesn't supported it, and adding it might slightly slow things down. Using PyYAML instead was considered, but after trying it, I don't think it looks viable. [simple test cases](https://gist.github.com/caitp/4a59a67f671907c11051a1b7bd5fdaae)
-
Peter Marshall authored
- Dec 10, 2018
-
-
Kubilay Kahveci authored
-
Peter Wong authored
- Changes associated with spec changes (tc39/proposal-string-matchall#41) - Update spec comments - Added test verifying error thrown when `regexp[Symbol.matchAll]` is not callable - Added test verifying `ToString` is called on `receiver`
-
- Dec 06, 2018
-
- Dec 05, 2018
-
-
André Bargull authored
-
- Nov 30, 2018
-
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
- Nov 28, 2018
-
-
Gus Caplan authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Ms2ger authored
-
- Nov 26, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Ms2ger authored
-
Gus Caplan authored
- `Proxy/getOwnPropertyDescriptor/call-parameters.js` Fixes a call to `Object.getOwnPropertyDescriptor` without the prop param. Not actually a huge problem, as the test wasn't depending on it. - `Proxy/getOwnPropertyDescriptor/result-type-is-not-object-nor-undefined` This test asserted that `function() {}` should throw with the following spec step, which is incorrect, as functions are typed as `Object` in the spec. """ 1. If Type(trapResultObj) is neither Object nor Undefined, throw a TypeError exception. """
-
- Nov 23, 2018
-
-
Jon Coppeard authored
-
- Nov 22, 2018
-
-
Jon Coppeard authored
-
- Nov 20, 2018
-
-
Rick Waldron authored
-