https://codereview.chromium.org/402423003/diff/1/src/mirror-debugger.js
File src/mirror-debugger.js (right):
https://codereview.chromium.org/402423003/diff/1/src/mirror-debugger.js#newcode1338
src/mirror-debugger.js:1338: var iter = %_CallFunction(this.value_,
builtins.SetEntries);
You can do SetValues here instead. No need for the extra array
allocation here.
https://codereview.chromium.org/402423003/diff/1/src/runtime.cc
File src/runtime.cc (right):
https://codereview.chromium.org/402423003/diff/1/src/runtime.cc#newcode1801
src/runtime.cc:1801: RUNTIME_FUNCTION(Runtime_GetWeakSetEntries) {
-> GetWeakSetValues
https://codereview.chromium.org/402423003/diff/1/src/runtime.cc#newcode1806
src/runtime.cc:1806: Handle<FixedArray> entries =
entries is misleading since you are not return an array of pairs here.
https://codereview.chromium.org/402423003/
--
--
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.