mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Merge pull request #229 from bocoup/restructure-generator-tests-2
Restructure generator tests 2
This commit is contained in:
commit
b8711eb803
@ -5,6 +5,7 @@
|
|||||||
info: >
|
info: >
|
||||||
GeneratorMethod early SyntaxError when super is called
|
GeneratorMethod early SyntaxError when super is called
|
||||||
directly inside generator args
|
directly inside generator args
|
||||||
|
features: [generators]
|
||||||
es6id: 14.4.1
|
es6id: 14.4.1
|
||||||
author: Sam Mikes
|
author: Sam Mikes
|
||||||
description: GeneratorMethod error if HasDirectSuper in args
|
description: GeneratorMethod error if HasDirectSuper in args
|
@ -4,6 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
info: >
|
info: >
|
||||||
GeneratorMethod can reference SuperProperty in arg
|
GeneratorMethod can reference SuperProperty in arg
|
||||||
|
features: [generators]
|
||||||
es6id: 14.4.1
|
es6id: 14.4.1
|
||||||
author: Sam Mikes
|
author: Sam Mikes
|
||||||
description: GeneratorMethod uses SuperProperty (allowed)
|
description: GeneratorMethod uses SuperProperty (allowed)
|
@ -5,6 +5,7 @@
|
|||||||
info: >
|
info: >
|
||||||
GeneratorMethod early SyntaxError when super is called
|
GeneratorMethod early SyntaxError when super is called
|
||||||
directly inside generator body
|
directly inside generator body
|
||||||
|
features: [generators]
|
||||||
es6id: 14.4.1
|
es6id: 14.4.1
|
||||||
author: Sam Mikes
|
author: Sam Mikes
|
||||||
description: GeneratorMethod error if HasDirectSuper in body
|
description: GeneratorMethod error if HasDirectSuper in body
|
@ -4,6 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
info: >
|
info: >
|
||||||
GeneratorMethod can reference SuperProperty in body
|
GeneratorMethod can reference SuperProperty in body
|
||||||
|
features: [generators]
|
||||||
es6id: 14.4.1
|
es6id: 14.4.1
|
||||||
author: Sam Mikes
|
author: Sam Mikes
|
||||||
description: GeneratorMethod body uses SuperProperty (allowed)
|
description: GeneratorMethod body uses SuperProperty (allowed)
|
@ -5,6 +5,7 @@
|
|||||||
info: >
|
info: >
|
||||||
GeneratorMethod early SyntaxError when lexical declaration
|
GeneratorMethod early SyntaxError when lexical declaration
|
||||||
inside generator shadows parameter name
|
inside generator shadows parameter name
|
||||||
|
features: [generators]
|
||||||
es6id: 14.4.1
|
es6id: 14.4.1
|
||||||
author: Sam Mikes
|
author: Sam Mikes
|
||||||
description: GeneratorMethod error with lexical shadowing
|
description: GeneratorMethod error with lexical shadowing
|
@ -5,6 +5,7 @@
|
|||||||
info: >
|
info: >
|
||||||
GeneratorMethod early SyntaxError when lexical declaration
|
GeneratorMethod early SyntaxError when lexical declaration
|
||||||
inside generator shadows parameter name
|
inside generator shadows parameter name
|
||||||
|
features: [generators]
|
||||||
es6id: 14.4.1
|
es6id: 14.4.1
|
||||||
author: Sam Mikes
|
author: Sam Mikes
|
||||||
description: GeneratorMethod error with lexical shadowing
|
description: GeneratorMethod error with lexical shadowing
|
@ -4,6 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
info: >
|
info: >
|
||||||
Generator can be declared with GeneratorMethod syntax
|
Generator can be declared with GeneratorMethod syntax
|
||||||
|
features: [generators]
|
||||||
es6id: 14.4
|
es6id: 14.4
|
||||||
author: Sam Mikes
|
author: Sam Mikes
|
||||||
description: can declare generator methods
|
description: can declare generator methods
|
Loading…
x
Reference in New Issue
Block a user