Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 3e5121b47eb0afa51f433b46917d04d266068258..ee6850b69827fb8cb0476ad89129843eac339c47 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -6238,11 +6238,6 @@ bool JSFunction::is_compiled() { |
| } |
| -int JSFunction::NumberOfLiterals() { |
| - return literals()->length(); |
| -} |
| - |
| - |
|
mvstanton
2016/05/24 14:35:09
Two way to look something up === at least one brok
|
| ACCESSORS(JSProxy, target, JSReceiver, kTargetOffset) |
| ACCESSORS(JSProxy, handler, Object, kHandlerOffset) |
| ACCESSORS(JSProxy, hash, Object, kHashOffset) |