LGTM
http://codereview.chromium.org/55011/diff/1/2 File src/debug-delay.js (right): http://codereview.chromium.org/55011/diff/1/2#newcode1658 Line 1658: includeSource = !!request.arguments.includeSource; To match the rest of this file I would write it as: if (!IS_UNDEFINED(request.arguments.includeSource)) { includeSource = %ToBoolean(request.arguments.includeSource); } http://codereview.chromium.org/55011 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
