| 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 adf068922465acb058e6edeff78734a370feab9c..e7820e39becb9228c49b7f7948b93abe4e8f50ce 100644
|
| --- a/LayoutTests/dart/inspector/scope-variables-expected.txt
|
| +++ b/LayoutTests/dart/inspector/scope-variables-expected.txt
|
| @@ -6,6 +6,9 @@ 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)
|
| + 3) Function.apply (dart:core-patch/function_patch.dart:28)
|
| + 4) _CreateDartFunctionForInteropIgnoreThis@342649749.call (dart:js:xxxx)
|
|
|
| Dump scope sections:
|
| Local
|
| @@ -14,7 +17,7 @@ Local
|
| a2: null
|
| b: false
|
| d: 1.618
|
| - event: Instance of 'MessageEvent'
|
| + event: [object MessageEvent]
|
| i: 42
|
| l: [1, 2, 3]
|
| scope_variables_testLibrary
|
| @@ -29,6 +32,7 @@ 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:_vmservice: dart._vmservice(VM_PRIVATE_MANGLING)
|
| dart:async: dart.async
|
| dart:collection: dart.collection
|
| dart:convert: dart.convert
|
|
|