phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Implement v8::Object::SetLazyDataProperty. #97

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

https://github.com/v8/v8/commit/47104429415c4c580cea8da4a3e3e7bf32338775#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