Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(805)

Unified Diff: src/fast-codegen.h

Issue 501076: Fast-codegen: Adding support for try/catch and throw. (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/fast-codegen.h
diff --git a/src/fast-codegen.h b/src/fast-codegen.h
index 1ce759d7a6fcddc51fe85482dc53f0f2aef82ba8..7a4192bb57291b7ef9321dcb11dbcf3bbefa8895 100644
--- a/src/fast-codegen.h
+++ b/src/fast-codegen.h
@@ -279,7 +279,6 @@ class FastCodeGenerator: public AstVisitor {
// Non-local control flow support.
void EnterFinallyBlock();
void ExitFinallyBlock();
- void ThrowException();
// Loop nesting counter.
int loop_depth() { return loop_depth_; }

Powered by Google App Engine
This is Rietveld 408576698