https://chromiumcodereview.appspot.com/10392130/diff/1/src/d8.cc File src/d8.cc (right):
https://chromiumcodereview.appspot.com/10392130/diff/1/src/d8.cc#newcode360 src/d8.cc:360: array->Set(String::New(kArrayBufferMarkerPropName), True(), ReadOnly); On 2012/05/18 12:10:40, Yang wrote:
Is the property _is_array_buffer_ something that is supposed to be
exposed? You
could use SetHiddenValue instead.
Same goes for _array_buffer_ref_.
Done. _array_buffer_ref_ actually is redundant. Cleaned up the whole finalization mess in a separate CL. https://chromiumcodereview.appspot.com/10392130/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
