- Feb 25, 2019
-
-
Leo Balter authored
-
Michael Maier authored
-
- Feb 19, 2019
-
-
Robin Templeton authored
-
Andy Wingo authored
Spec link: https://tc39.github.io/proposal-bigint/#sec-serializejsonproperty Thanks to André Bargull for the test: https://bugzilla.mozilla.org/show_bug.cgi?id=1528784
-
- Feb 14, 2019
-
-
Frank Yung-Fong Tang authored
-
Mike Pennisi authored
-
Caio Lima authored
-
Caio Lima authored
-
Caio Lima authored
-
Frank Yung-Fong Tang authored
Per https://tc39.github.io/ecma402/#sec-canonicalizelanguagetag 6.2.3 CanonicalizeLanguageTag ( locale ) The CanonicalizeLanguageTag abstract operation returns the canonical and case-regularized form of the locale argument (which must be a String value that is a structurally valid Unicode BCP 47 Locale Identifier as verified by the IsStructurallyValidLanguageTag abstract operation). A conforming implementation shall take the steps specified in the “BCP 47 Language Tag to Unicode BCP 47 Locale Identifier” algorithm, from Unicode Technical Standard #35 LDML § 3.3.1 BCP 47 Language Tag Conversion. And http://unicode.org/reports/tr35/#BCP_47_Language_Tag_Conversion " 2. If the BCP 47 primary language subtag matches the type attribute of a languageAlias element in Supplemental Data, replace the language subtag with the replacement value. If there are additional subtags in the replacement value, add them to the result, but only if there is no corresponding subtag already in the tag. " and https://www.unicode.org/repos/cldr/trunk/common/supplemental/supplementalMetadata.xml ... <languageAlias type="aar" replacement="aa" reason="overlong"/> <!-- [Afar] --> ... <languageAlias type="ces" replacement="cs" reason="overlong"/> <!-- [Czech] --> ... <languageAlias type="heb" replacement="he" reason="overlong"/> <!-- [Hebrew] -->
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
get all the test data from constructor-non-iana-canon.js
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
Split from intl402/Locale/constructor-non-iana-canon.js
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
Remove all the assertion of result of getCanonicalLocales from Locale directory and put them under Intl/getCanonicalLocales directory.
-
Leo Balter authored
- indirect eval - files renaming - space after comma
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Bradley Farias authored
-
- Feb 06, 2019
-
-
Leo Balter authored
Adding case where private field stores a function
-
Caio Lima authored
-
Caio Lima authored
-
Caio Lima authored
-
- Feb 04, 2019
-
-
Leo Balter authored
Import test changes from V8
-
Leo Balter authored
Merge pull request #2036 from test262-automation/javascriptcore-test262-automation-export-4146be18 Import test changes from JavaScriptCore
-
Ross Kirsling authored
-
Timothy Gu authored
Counterpart to language/expressions/object/prop-def-invalid-async-prefix.js.
-
Jake Champion authored
-
- Jan 31, 2019
-
-
Timothy Gu authored
-
- Jan 30, 2019
-
-
Adrian Heine né Lang authored
-
André Bargull authored
Spec PR: tc39/ecma262#1372
-
Leo Balter authored
Remove invalid private name tests and guard against missing bindings
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
-