This repository was archived by the owner on Mar 29, 2024. It is now read-only.
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Implement v8::Object::SetLazyDataProperty. #97
Closed
Description
v8/v8@4710442#diff-3dd7a0f46b1e5c1cc67921449e7180ac
It is analogous to Template::SetLazyDataProperty
, but for a single
existing object. Similar to how SetNativeDataProperty
exists on both.
Since: 6.6.61