| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index fea849afaa242b3a4f25c3ca68fe8fac720f2b79..aa82b83915ca3f169cfb9a280fa4789f04c978bf 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6022,11 +6022,6 @@ bool JSFunction::IsOptimized() {
|
| }
|
|
|
|
|
| -bool JSFunction::IsOptimizable() {
|
| - return code()->kind() == Code::FUNCTION && !shared()->optimization_disabled();
|
| -}
|
| -
|
| -
|
| bool JSFunction::IsMarkedForOptimization() {
|
| return code() == GetIsolate()->builtins()->builtin(
|
| Builtins::kCompileOptimized);
|
|
|