| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 45748500939bbd7ee82cdec3b3bb621dcd5c6303..7091c49aa03cefcf1e5c159a79d924c26b4e7a89 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6749,7 +6749,6 @@ class SharedFunctionInfo: public HeapObject {
|
| inline FunctionTemplateInfo* get_api_func_data();
|
| inline void set_api_func_data(FunctionTemplateInfo* data);
|
| inline bool HasBytecodeArray();
|
| - inline bool IsInterpreted();
|
| inline BytecodeArray* bytecode_array();
|
| inline void set_bytecode_array(BytecodeArray* bytecode);
|
| inline void ClearBytecodeArray();
|
|
|