Revision: 18101
Author:   [email protected]
Date:     Wed Nov 27 13:12:59 2013 UTC
Log:      Remove debug code left from r18100.

[email protected]

Review URL: https://codereview.chromium.org/91173003
http://code.google.com/p/v8/source/detail?r=18101

Modified:
 /branches/experimental/parser/src/runtime.js

=======================================
--- /branches/experimental/parser/src/runtime.js Wed Nov 27 13:01:38 2013 UTC +++ /branches/experimental/parser/src/runtime.js Wed Nov 27 13:12:59 2013 UTC
@@ -642,12 +642,8 @@
     var s = %_CallFunction(x, toString);
     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