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

Unified Diff: LayoutTests/dart/inspector/scope-variables-expected.txt

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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/scope-variables.html ('k') | LayoutTests/dart/inspector/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/inspector/scope-variables-expected.txt
diff --git a/LayoutTests/dart/inspector/scope-variables-expected.txt b/LayoutTests/dart/inspector/scope-variables-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..adf068922465acb058e6edeff78734a370feab9c
--- /dev/null
+++ b/LayoutTests/dart/inspector/scope-variables-expected.txt
@@ -0,0 +1,60 @@
+Example div
+
+Running: testScopeChain
+Set timer for test function.
+Script execution paused.
+Call stack:
+ 0) handleMessage2 (scope-variables.dart:24)
+ 1) handleMessage (scope-variables.dart:12)
+
+Dump scope sections:
+Local
+ _s: "foo"
+ a1: [Instance of A, d = 3.14]
+ a2: null
+ b: false
+ d: 1.618
+ event: Instance of 'MessageEvent'
+ i: 42
+ l: [1, 2, 3]
+scope_variables_testLibrary
+ A: class A
+ globalArrayVariable: [3, 1, 4, 1, 5, 9]
+ globalMapVariable: {foo: bar, baz: 42}
+ globalVariable: "globalString"
+ handleMessage: handleMessage(event)
+ handleMessage2: handleMessage2(event)
+ main: main()
+scope-variables.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate
+ dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING)
+ dart:_builtin: builtin
+ dart:_internal: dart._internal(VM_PRIVATE_MANGLING)
+ dart:async: dart.async
+ dart:collection: dart.collection
+ dart:convert: dart.convert
+ dart:core: dart.core
+ dart:developer: dart.developer
+ dart:html: dart.dom.html
+ dart:html_common: html_common
+ dart:indexed_db: dart.dom.indexed_db
+ dart:io: dart.io
+ dart:isolate: dart.isolate
+ dart:js: dart.js
+ dart:math: dart.math
+ dart:mirrors: dart.mirrors
+ dart:nativewrappers: dart.nativewrappers
+ dart:profiler: dart.profiler
+ dart:svg: dart.dom.svg
+ dart:typed_data: dart.typed_data
+ dart:vmserviceio: dart:vmserviceio
+ dart:web_audio: dart.dom.web_audio
+ dart:web_gl: dart.dom.web_gl
+ dart:web_sql: dart.dom.web_sql
+ (SOURCE_LOCATION): metadata
+ (SOURCE_LOCATION): snapshot
+ (SOURCE_LOCATION): scope_variables_test
+ (SOURCE_LOCATION): (SOURCE_LOCATION)
+Inspected value toString(): [Instance of A, d = 3.14]
+Result of calling invalid function. value: undefined. exception thrown: true
+Script execution resumed.
+
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | LayoutTests/dart/inspector/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698