You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inspect-scenario test is failing if the member hashmap is inspected with v8 inspect <address>.
This is due to the removal of symbol class_JSArrayBufferView__buffer__Object
The inspect-scenario test is failing if the member
hashmap
is inspected withv8 inspect <address>
.This is due to the removal of symbol
class_JSArrayBufferView__buffer__Object
This was done in https://chromium-review.googlesource.com/c/v8/v8/+/1278014 and nodejs/node-v8#84 - was this deliberate as JSArrayBufferView has been deprecated?
Testing with Node14.3.0:
Testing with Node12.18.4:
The text was updated successfully, but these errors were encountered: