Added function * support (part of generators feature).

This commit is contained in:
Ingvar Stepanyan
2014-07-26 05:43:48 +03:00
committed by Marijn Haverbeke
parent 4f24e13fd5
commit b8a3300a21
2 changed files with 42 additions and 10 deletions

View File

@@ -14696,10 +14696,10 @@ test("(function () { yield* 10 })", {
end: {line: 1, column: 24}
}
},
range: [15, 25],
range: [15, 24],
loc: {
start: {line: 1, column: 15},
end: {line: 1, column: 25}
end: {line: 1, column: 24}
}
}],
range: [13, 26],