| 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
|
| index e7820e39becb9228c49b7f7948b93abe4e8f50ce..1cdfeb4bf1335290986f5964f48e7a70985e7b21 100644
|
| --- a/LayoutTests/dart/inspector/scope-variables-expected.txt
|
| +++ b/LayoutTests/dart/inspector/scope-variables-expected.txt
|
| @@ -6,11 +6,10 @@ Script execution paused.
|
| Call stack:
|
| 0) handleMessage2 (scope-variables.dart:24)
|
| 1) handleMessage (scope-variables.dart:12)
|
| - 2) Function._apply@915557746 (dart:core-patch/function_patch.dart:7)
|
| + 2) Function._apply(VM_PRIVATE_MANGLING) (dart:core-patch/function_patch.dart:7)
|
| 3) Function.apply (dart:core-patch/function_patch.dart:28)
|
| - 4) _CreateDartFunctionForInteropIgnoreThis@342649749.call (dart:js:xxxx)
|
| -
|
| -Dump scope sections:
|
| + 4) _CreateDartFunctionForInteropIgnoreThis(VM_PRIVATE_MANGLING).call (dart:js:xxxx)
|
| +Scope variables sidebar pane:
|
| Local
|
| _s: "foo"
|
| a1: [Instance of A, d = 3.14]
|
| @@ -20,15 +19,15 @@ Local
|
| event: [object MessageEvent]
|
| i: 42
|
| l: [1, 2, 3]
|
| -scope_variables_testLibrary
|
| +Library
|
| 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
|
| + handleMessage: (event)
|
| + handleMessage2: (event)
|
| + main: ()
|
| +Isolate
|
| dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING)
|
| dart:_builtin: builtin
|
| dart:_internal: dart._internal(VM_PRIVATE_MANGLING)
|
| @@ -58,7 +57,5 @@ scope-variables.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate
|
| (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.
|
|
|
|
|