Reviewers: marja,

Message:
Committed patchset #2 manually as r18101 (presubmit successful).

Description:
Remove debug code left from r18100.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=18101

Please review this at https://codereview.chromium.org/91173003/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+0, -4 lines):
  M src/runtime.js


Index: src/runtime.js
diff --git a/src/runtime.js b/src/runtime.js
index 0265b1a631edf1b138f12978a99bc9b822432383..19b858b27ed90cce80cb5aac06b2a1ed8482bf87 100644
--- a/src/runtime.js
+++ b/src/runtime.js
@@ -643,11 +643,7 @@ function DefaultNumber(x) {
     if (%IsPrimitive(s)) return s;
   }

-  var xx = %MakeTypeError('cannot_convert_to_primitive', []);
-  %DebugPrint(xx);
-
   throw %MakeTypeError('cannot_convert_to_primitive', []);
-  test; test;
 }

 // ECMA-262, section 8.6.2.6, page 28.


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

Reply via email to