Skip to content
Snippets Groups Projects
  1. Jul 31, 2015
  2. Jul 30, 2015
  3. Jul 29, 2015
  4. Jul 28, 2015
  5. Jul 27, 2015
  6. Jul 24, 2015
  7. Jul 23, 2015
  8. Jul 22, 2015
    • Brian Terlson's avatar
      Merge pull request #361 from bocoup/function-name · d2c6a3f1
      Brian Terlson authored
      Add tests for function `name` attribute
      d2c6a3f1
    • Brian Terlson's avatar
      Merge pull request #354 from bocoup/es6-regexp-y · 43cf648a
      Brian Terlson authored
      Add tests for RegExp `y` flag
      43cf648a
    • Mike Pennisi's avatar
      Add tests for function `name` attribute · 2fe07413
      Mike Pennisi authored
      This change set includes tests for most invocations of the
      SetFunctionName abstract operation in the ES2015 specification.
      Practical testing considerations preclude the introduction of tests for
      certain invocations:
      
      - The project is still vetting methods to sustainably test the semantics
        of the Destructuring Binding pattern across all valid productions.
        - 13.3.3.6 Runtime Semantics: IteratorBindingInitialization
        - 13.3.3.7 Runtime Semantics: KeyedBindingInitialization
      - Without a loader, there is no way to access a function object declared
        in an ExportDeclaration, so `name` assignment cannot be tested in
        these cases
        - 14.1.19 Runtime Semantics: InstantiateFunctionObject
        - 14.4.12 Runtime Semantics: InstantiateFunctionObject
        - 14.5.15 Runtime Semantics: BindingClassDeclarationEvaluation
        - 15.2.3.11 Runtime Semantics: Evaluation
      2fe07413
    • Mike Pennisi's avatar
      Add tests for RegExp `y` flag · 946121ec
      Mike Pennisi authored
      946121ec
  9. Jul 21, 2015
  10. Jul 17, 2015
Loading