Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 61aadc63a93df93c20275cf46580719bb9fef61f..77684bf7909cb48762f8747f38a8a73c2323d3c7 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2490,6 +2490,11 @@ class V8_EXPORT Function : public Object { |
int GetScriptColumnNumber() const; |
/** |
+ * Tells whether this function is builtin. |
+ */ |
+ bool IsBuiltin() const; |
+ |
+ /** |
* Returns scriptId object. |
*/ |
V8_DEPRECATED("Use ScriptId instead", Handle<Value> GetScriptId()) const; |