Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 2572) |
+++ src/objects.h (working copy) |
@@ -3175,6 +3175,9 @@ |
// function. |
inline bool IsBoilerplate(); |
+ // Tells whether this function is builtin. |
+ inline bool IsBuiltin(); |
+ |
// [literals]: Fixed array holding the materialized literals. |
// |
// If the function contains object, regexp or array literals, the |