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

Unified Diff: LayoutTests/dart/inspector/evaluate-in-console-expected.txt

Issue 18169002: Improve Dart Debugger performance and robustness by creating Dart wrappers using the standard SetNa… (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Checkpoint Created 7 years, 5 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: LayoutTests/dart/inspector/evaluate-in-console-expected.txt
diff --git a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
index ac5a8cff35bbad4cceb9d0dba7ffc5d4715363d7..ef0a7451e78784699429589af02ddeafdf8ef2cd 100644
--- a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
+++ b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
@@ -11,7 +11,14 @@ test.foo = null
test.foo = 3 = 3
test.foo = 3
test.toString() = "<Test instance with instanceField = new value>"
-test.toString(1) = "NoSuchMethodException: incorrect number of arguments passed to function named 'toString'"
+test.toString(1) = "Unhandled exception:
+Closure call with mismatched arguments: function 'call'
+
+NoSuchMethodError: incorrect number of arguments passed to method named 'call'
+Receiver: Closure: () => String from Function 'toString':.
+Tried calling: call(1)
+Found: call()
+#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:19:25)"
test.create("x").instanceField = "x"
test.concat(test.create("x"), test.create("y")) = "new value:x:y"
_private = "private"

Powered by Google App Engine
This is Rietveld 408576698