Binding: Drop hasInstance() method from ArrayBuffer interface |
||
Issue descriptionIt is confusing that we have hasInstance() in ArrayBuffer (+SharedArrayBuffer and ArrayBufferView) interface, and it does a very light method call defined in V8. So we can use both obj->IsArrayBuffer() and ArrayBuffer::hasInstance(obj, isolate) to check if an object is a ArrayBuffer instance. I'd like to remove hasInstance() to fix this confusing situation.
,
May 23 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 20 2016