Commit 0a61fa51 authored by Camillo Bruni's avatar Camillo Bruni Committed by V8 LUCI CQ

[api] Deprecate Local<v8::Context> v8::Object::CreationContext()

Bug: v8:11165
Change-Id: I7c00d2dc87b232b24c4760922936580347358778
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3395881
Auto-Submit: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78663}
parent ff2a8f39
...@@ -594,7 +594,7 @@ class V8_EXPORT Object : public Value { ...@@ -594,7 +594,7 @@ class V8_EXPORT Object : public Value {
/** /**
* Returns the context in which the object was created. * Returns the context in which the object was created.
*/ */
V8_DEPRECATE_SOON("Use MaybeLocal<Context> GetCreationContext()") V8_DEPRECATED("Use MaybeLocal<Context> GetCreationContext()")
Local<Context> CreationContext(); Local<Context> CreationContext();
MaybeLocal<Context> GetCreationContext(); MaybeLocal<Context> GetCreationContext();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment