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

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

Issue 24989007: Model each Dart library as its own ScriptState when devtools are enabled. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 7 years, 2 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
« no previous file with comments | « LayoutTests/dart/inspector/evaluate-in-console.html ('k') | Source/bindings/dart/DartController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e78536ab2ecd58ebd47b05af6e19822091fd83ff..aaa4c25654921f3c0c867751e85df42197d17598 100644
--- a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
+++ b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
@@ -45,11 +45,11 @@ new Element.tag("div").outerHtml = "<div></div>"
new Element.tag("div").tagName = "DIV"
intList.toString() = "{4, 2}"
(LinkedList).toString() = "LinkedList"
-$var.a=new List<int>()..add(4)..add(42) =
-$var.a.toString() = "[4, 42]"
-$var.variables() =
-$var.f = (x) => x*42 = [Dart Function] {}
-$var.f(2) = 84
+var a=new List<int>()..add(4)..add(42) =
+a.toString() = "[4, 42]"
+$consoleVariables.variables() =
+var f = (x) => x*42 = [Dart Function] {}
+f(2) = 84
[] is List = true
{} is List = false
"This should be an int: ${10000000000000000000000 - 1}" = "This should be an int: 9999999999999999999999"
« no previous file with comments | « LayoutTests/dart/inspector/evaluate-in-console.html ('k') | Source/bindings/dart/DartController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698