|
Implement [Generator].prototype.return.
Note:
- for-of does not yet call it.
- yield* is not yet properly supported. The planned desugaring of yield* will
address this.
BUG= v8:3566
LOG=n
Total comments: 5
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+420 lines, -56 lines) |
Patch |
 |
M |
src/compiler/ast-graph-builder.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/arm/full-codegen-arm.cc
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/arm64/full-codegen-arm64.cc
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/full-codegen.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/full-codegen.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/ia32/full-codegen-ia32.cc
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/mips/full-codegen-mips.cc
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/mips64/full-codegen-mips64.cc
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen/x64/full-codegen-x64.cc
|
View
|
1
2
3
4
|
6 chunks |
+18 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/js/generator.js
|
View
|
1
2
3
|
4 chunks |
+40 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/runtime/runtime.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime/runtime-generator.cc
|
View
|
1
|
3 chunks |
+18 lines, -5 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/es6/generators-runtime.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
test/mjsunit/harmony/generators.js
|
View
|
1
2
3
|
1 chunk |
+252 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/test262/test262.status
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
Total messages: 21 (8 generated)
|