- Apr 22, 2016
-
-
Mike Pennisi authored
Implement suggested modification to naming scheme.
-
- Mar 29, 2016
-
-
Mike Pennisi authored
Files whose name ends in `_.js` are not themselves valid Test262 tests and should not be interpreted as such by test runners. --- The tests for the GetBindingValue method of the module Environment Record are very minimal. This is because GetBindingValue is necessary to assert any aspect of binding creation/initialization/mutation. In this way, GetBindingValue is being implicitly tested by every test that references a binding value.
-
- Mar 11, 2016
-
-
Mike Pennisi authored
The project's expected frontmatter tag name changed while these files were under review.
-
- Feb 19, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
Assert that ImportDeclaration and ExportDeclaration match only the ModuleItem symbol. According to the definition of HostResolveImportedModule, it is acceptable for an implementation to throw a SyntaxError in the event that a requested module can neither be found nor created: > If a Module Record corresponding to the pair referencingModule, > specifier does not exist or cannot be created, an exception must be > thrown. In order to reliably detect a SyntaxError in response to the correct interpretation of the grammar (and not a SyntaxError from an *incorrect* interpretation of the grammar followed by a failure to resolve the requested module), the ModuleSpecifier of ExportDeclarations should describe a valid resource.
-