Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1098)

Unified Diff: test/mjsunit/function-call.js

Issue 131663003: Make the strict-mode calling convention for contextual calls the default one. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/function-call.js
diff --git a/test/mjsunit/function-call.js b/test/mjsunit/function-call.js
index 88df353a60c2ae9f96447c0a765af7e40c482229..35cd532088ade227261e8ace2add97c3cd3c3775 100644
--- a/test/mjsunit/function-call.js
+++ b/test/mjsunit/function-call.js
@@ -168,6 +168,7 @@ for (var i = 0; i < should_throw_on_null_and_undefined.length; i++) {
// performed before access to the other parameters, so even if the
// undefined value is an invalid argument value, it mustn't change
// the result of the test.
+ print(i);
dcarney 2014/01/13 18:35:03 debuggage
should_throw_on_null_and_undefined[i].call(null);
} catch (e) {
exception = true;

Powered by Google App Engine
This is Rietveld 408576698