| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 5642c0fe886fe5785fc1bc06572005a38016b041..59427acfe1d0711afd2ff5f8809243ee47a4d2ef 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -709,8 +709,6 @@ class FullCodeGenerator: public AstVisitor {
|
| Isolate* isolate() const { return isolate_; }
|
| Zone* zone() const { return zone_; }
|
| Handle<Script> script() { return info_->script(); }
|
| - bool is_eval() { return info_->is_eval(); }
|
| - bool is_native() { return info_->is_native(); }
|
| LanguageMode language_mode() { return scope()->language_mode(); }
|
| bool has_simple_parameters() { return info_->has_simple_parameters(); }
|
| FunctionLiteral* literal() const { return info_->literal(); }
|
|
|