http://codereview.chromium.org/466033/diff/7001/7006 File src/fast-codegen.cc (right):
http://codereview.chromium.org/466033/diff/7001/7006#newcode284 src/fast-codegen.cc:284: NestedStatement* current = nesting_stack_; Fixed http://codereview.chromium.org/466033/diff/7001/7006#newcode357 src/fast-codegen.cc:357: increment_loop_depth(); Fixed http://codereview.chromium.org/466033/diff/7001/7006#newcode400 src/fast-codegen.cc:400: Iteration loop_stamt(this, stmt, &exit, &test); Odd typo. Fixed. http://codereview.chromium.org/466033/diff/7001/7007 File src/fast-codegen.h (right): http://codereview.chromium.org/466033/diff/7001/7007#newcode91 src/fast-codegen.h:91: // Generate code to leave the nested statement. This includes It's documented here now, and I'll put it on the functions that are called as well. http://codereview.chromium.org/466033/diff/7001/7007#newcode106 src/fast-codegen.h:106: FastCodeGenerator *codegen_; Fixed http://codereview.chromium.org/466033/diff/7001/7007#newcode107 src/fast-codegen.h:107: NestedStatement *previous_; Fixed http://codereview.chromium.org/466033/diff/7001/7007#newcode124 src/fast-codegen.h:124: Statement* statement() { return target_; } Fixed. http://codereview.chromium.org/466033 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
