Index: LayoutTests/dart/inspector/merged-callstack-expected.txt |
diff --git a/LayoutTests/dart/inspector/merged-callstack-expected.txt b/LayoutTests/dart/inspector/merged-callstack-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1143d7b8117cdcfc74431fff3a1ffe665ea84aaf |
--- /dev/null |
+++ b/LayoutTests/dart/inspector/merged-callstack-expected.txt |
@@ -0,0 +1,114 @@ |
+Example div |
+ |
+Running: testScopeChain |
+Set timer for test function. |
+Script execution paused. |
+Call stack: |
+ 0) bounceDart (merged-callstack.dart:27) |
+ 1) (:1) |
+ 2) bounceHelper (merged-callstack.js:2) |
+ 3) bounce (merged-callstack.js:6) |
+ 4) JsObject.callMethod (dart:js:225) |
+ 5) bounceHelperDart (merged-callstack.dart:18) |
+ 6) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 7) bounceDart (merged-callstack.dart:23) |
+ 8) (:1) |
+ 9) bounceHelper (merged-callstack.js:2) |
+ 10) bounce (merged-callstack.js:6) |
+ 11) JsObject.callMethod (dart:js:225) |
+ 12) bounceHelperDart (merged-callstack.dart:18) |
+ 13) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 14) bounceDart (merged-callstack.dart:23) |
+ 15) (:1) |
+ 16) bounceHelper (merged-callstack.js:2) |
+ 17) bounce (merged-callstack.js:6) |
+ 18) JsObject.callMethod (dart:js:225) |
+ 19) bounceHelperDart (merged-callstack.dart:18) |
+ 20) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 21) bounceDart (merged-callstack.dart:23) |
+ 22) (:1) |
+ 23) bounceHelper (merged-callstack.js:2) |
+ 24) bounce (merged-callstack.js:6) |
+ 25) JsObject.callMethod (dart:js:225) |
+ 26) bounceHelperDart (merged-callstack.dart:18) |
+ 27) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 28) bounceDart (merged-callstack.dart:23) |
+ 29) (:1) |
+ 30) bounceHelper (merged-callstack.js:2) |
+ 31) bounce (merged-callstack.js:6) |
+ 32) JsObject.callMethod (dart:js:225) |
+ 33) bounceHelperDart (merged-callstack.dart:18) |
+ 34) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 35) bounceDart (merged-callstack.dart:23) |
+ 36) (:1) |
+ 37) bounceHelper (merged-callstack.js:2) |
+ 38) bounce (merged-callstack.js:6) |
+ 39) JsObject.callMethod (dart:js:225) |
+ 40) bounceHelperDart (merged-callstack.dart:18) |
+ 41) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 42) bounceDart (merged-callstack.dart:23) |
+ 43) (:1) |
+ 44) bounceHelper (merged-callstack.js:2) |
+ 45) bounce (merged-callstack.js:6) |
+ 46) JsObject.callMethod (dart:js:225) |
+ 47) bounceHelperDart (merged-callstack.dart:18) |
+ 48) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 49) bounceDart (merged-callstack.dart:23) |
+ 50) (:1) |
+ 51) bounceHelper (merged-callstack.js:2) |
+ 52) bounce (merged-callstack.js:6) |
+ 53) JsObject.callMethod (dart:js:225) |
+ 54) bounceHelperDart (merged-callstack.dart:18) |
+ 55) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 56) bounceDart (merged-callstack.dart:23) |
+ 57) (:1) |
+ 58) bounceHelper (merged-callstack.js:2) |
+ 59) bounce (merged-callstack.js:6) |
+ 60) JsObject.callMethod (dart:js:225) |
+ 61) bounceHelperDart (merged-callstack.dart:18) |
+ 62) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 63) bounceDart (merged-callstack.dart:23) |
+ 64) (:1) |
+ 65) bounceHelper (merged-callstack.js:2) |
+ 66) bounce (merged-callstack.js:6) |
+ 67) JsObject.callMethod (dart:js:225) |
+ 68) bounceHelperDart (merged-callstack.dart:18) |
+ 69) Function.apply (dart:core-patch/function_patch.dart:28) |
+ 70) bounceDart (merged-callstack.dart:23) |
+ 71) handleMessage (merged-callstack.dart:13) |
+ |
+Dump scope sections: |
+Local |
+ count: 0 |
+merged_callstack_testLibrary |
+ bounceDart: bounceDart(core.int count) |
+ bounceHelperDart: bounceHelperDart(core.int count) |
+ handleMessage: handleMessage(event) |
+ main: main() |
+merged-callstack.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate |
+ dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING) |
+ dart:_internal: dart._internal(VM_PRIVATE_MANGLING) |
+ dart:async: dart.async |
+ dart:collection: dart.collection |
+ dart:convert: dart.convert |
+ dart:core: dart.core |
+ dart:html: dart.dom.html |
+ dart:html_common: html_common |
+ dart:indexed_db: dart.dom.indexed_db |
+ 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: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): merged_callstack_test |
+ (SOURCE_LOCATION): (SOURCE_LOCATION) |
+Script execution resumed. |
+ |