Hi! Is it possible to add feature to specify default internal fields count for Objects by default, like V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT or so. The idea is to allow embedders to link their structure with already existent objects easier and with less overhead. At this time in https://github.com/pinepain/php-v8 I have to do that via Object::SetPrivate(), which during embedding requires creating/fetching Private key a lot.
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
