https://codereview.chromium.org/23190013/diff/1/test/mjsunit/function-names.js
File test/mjsunit/function-names.js (right):
https://codereview.chromium.org/23190013/diff/1/test/mjsunit/function-names.js#newcode138
test/mjsunit/function-names.js:138: print(boundFunction);
Those two print statements are unnecessary.
https://codereview.chromium.org/23190013/diff/1/test/mjsunit/function-names.js#newcode139
test/mjsunit/function-names.js:139:
assertTrue(boundFunction.name.indexOf("bound") != -1);
This fails, since the name is "BoundFunction" (upper case).
https://codereview.chromium.org/23190013/
--
--
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/groups/opt_out.