| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index a2d23f069dafe1b8f1a3834a1d22cac71e307369..a6915f89968d9c5cc75b84f0c7031762cd24c364 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -675,6 +675,10 @@ class FullCodeGenerator: public AstVisitor {
|
| // This is used in loop headers where we want to break for each iteration.
|
| void SetExpressionAsStatementPosition(Expression* expr);
|
|
|
| + void SetCallPosition(Expression* expr, int argc);
|
| +
|
| + void SetConstructCallPosition(Expression* expr);
|
| +
|
| // Non-local control flow support.
|
| void EnterTryBlock(int handler_index, Label* handler);
|
| void ExitTryBlock(int handler_index);
|
|
|