summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-function.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/include/v8-function.h')
-rw-r--r--deps/v8/include/v8-function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/include/v8-function.h b/deps/v8/include/v8-function.h
index 2dc7e722bb..1e35bfc8bf 100644
--- a/deps/v8/include/v8-function.h
+++ b/deps/v8/include/v8-function.h
@@ -59,6 +59,7 @@ class V8_EXPORT Function : public Object {
void SetName(Local<String> name);
Local<Value> GetName() const;
+ V8_DEPRECATED("No direct replacement")
MaybeLocal<UnboundScript> GetUnboundScript() const;
/**