test262/test/built-ins
Rick Waldron 8aacff591c Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
..
Array Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
ArrayBuffer Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
ArrayIteratorPrototype Update tests to use APIs defined by included files 2019-09-25 13:59:24 -04:00
ArrowFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
AsyncArrowFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
AsyncFromSyncIteratorPrototype Use Promise chaining 2020-06-03 13:25:03 -04:00
AsyncFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
AsyncGeneratorFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
AsyncGeneratorPrototype Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
AsyncIteratorPrototype/Symbol.asyncIterator s/es6id/esid 2018-02-15 10:46:28 -05:00
Atomics Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
BigInt Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Boolean Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
DataView Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Date Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Error Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
FinalizationRegistry Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Function Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
GeneratorFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
GeneratorPrototype Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
Infinity Improve coverage: value props of the global object 2019-09-27 15:39:10 -04:00
IteratorPrototype/Symbol.iterator Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
JSON Clean up some existing constructor checks; eliminate duplicate checks 2020-10-06 12:01:34 -04:00
Map Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
MapIteratorPrototype Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
Math Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
NaN Improve coverage: value props of the global object 2019-09-27 15:39:10 -04:00
NativeErrors Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Number Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Object Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Promise Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
Proxy Clean up some existing constructor checks; eliminate duplicate checks 2020-10-06 12:01:34 -04:00
Reflect Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
RegExp Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
RegExpStringIteratorPrototype Fleshed out tests for Symbol.matchAll, String.p.matchAll, RegExp.p[@@matchAll], and %RegExpStringIteratorPrototype% 2018-03-17 22:48:31 -05:00
Set Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
SetIteratorPrototype Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
SharedArrayBuffer Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
String Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
StringIteratorPrototype Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412) 2018-02-09 12:09:47 -05:00
Symbol Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
ThrowTypeError Assign "name" property to all anonymous functions (#2299) 2019-08-15 10:58:40 -04:00
TypedArray Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
TypedArrayConstructors Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
WeakMap Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
WeakRef Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
WeakSet Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
decodeURI Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
decodeURIComponent Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
encodeURI Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
encodeURIComponent Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
eval Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
global Remove duplicate tests (#2377) 2019-09-27 16:31:44 -04:00
isFinite Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
isNaN Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
parseFloat Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
parseInt Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739 2020-10-06 12:01:34 -04:00
undefined Improve coverage: value props of the global object 2019-09-27 15:39:10 -04:00