LGTM

https://codereview.chromium.org/220293002/diff/100001/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/220293002/diff/100001/src/objects.h#newcode4259
src/objects.h:4259: // Only Object* keys are supported, with
Object::SameValue() used as the
ES6 Map/Set uses SameValueZero (which treats -0 and +0 as equal). We
currently have a hack to handle this on the js side. Since this is only
used for JSMap/JSSet we might want to change this on the C++ side.

https://codereview.chromium.org/220293002/

--
--
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.

Reply via email to