You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[api][cleanup] Deprecate SetAccessor and SetNativeDataProperty
... which were marked as V8_DEPRECATE_SOON in 12.1 and 12.4.
This CL deprecates
v8::Template::SetNativeDataProperty(v8::Local<v8::String>, ...);
v8::ObjectTemplate::SetAccessor(v8::Local<v8::String>, ...);
and
v8::Template::SetNativeDataProperty(...); with AccessControl parameter.
Additionally, the CL marks the following typedefs as V8_DEPRECATE_SOON
v8::AccessorGetterCallback,
v8::AccessorSetterCallback.
Bug: chromium:326505377
Change-Id: If6f30b3aba9f55785c573faf4a307c6de0d175ab
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5383482
Reviewed-by: Toon Verwaest <[email protected]>
Commit-Queue: Igor Sheludko <[email protected]>
Cr-Commit-Position: refs/heads/main@{#92974}
0 commit comments