| Index: src/codegen-ia32.h
|
| ===================================================================
|
| --- src/codegen-ia32.h (revision 715)
|
| +++ src/codegen-ia32.h (working copy)
|
| @@ -374,6 +374,10 @@
|
| // should be generated or not.
|
| void RecordStatementPosition(Node* node);
|
|
|
| + // Is the given jump target the actual (ie, non-shadowed) function return
|
| + // target?
|
| + bool IsActualFunctionReturn(JumpTarget* target);
|
| +
|
| bool is_eval_; // Tells whether code is generated for eval.
|
| Handle<Script> script_;
|
| List<DeferredCode*> deferred_;
|
|
|