| Index: LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| diff --git a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| index 39d3ac9a5f8ae2bc7350b9630782a921489ed9ab..89a2044c4143d126e364b198ccfa5dbbad2304b7 100644
|
| --- a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| +++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
|
| @@ -5,6 +5,9 @@ Script execution paused.
|
| Call stack:
|
| 0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37)
|
| 1) handleMessage (debugger-eval-on-call-frame.DART:14)
|
| + 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(VM_PRIVATE_MANGLING).call (dart:js:xxxx)
|
| staticField = 42
|
| globalVar = 14
|
| foo = Uncaught 'evaluate:source': error: line 2 pos 1: cannot access instance field 'foo' from a static function
|
| @@ -14,11 +17,24 @@ z = 10
|
| inspect(document.documentElement).tagName = "HTML"
|
| inspect(document.body).tagName = "BODY"
|
| inspect(document.body.children.first).tagName = "DIV"
|
| -$0.toString() = "body"
|
| +$4 = Uncaught Unhandled exception:
|
| +No static getter '$4' declared in class 'Test'.
|
| +
|
| +NoSuchMethodError: method not found: '$4'
|
| +Receiver: Type: class 'Test'
|
| +Arguments: [...]
|
| +#0 NoSuchMethodError._throwNew (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| +#1 Test.Eval.<anonymous closure> (evaluate:source:2:1)
|
| +#2 Test.createClosure.<anonymous closure> (SOURCE_LOCATION)
|
| +#3 handleMessage (SOURCE_LOCATION)
|
| +#4 Function._apply (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| +#5 Function.apply (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| +#6 _CreateDartFunctionForInteropIgnoreThis.call (DART_CORE_LIBRARY_SOURCE_LOCATION)
|
| +$0.toString() = "div"
|
| $1.toString() = "body"
|
| $2.toString() = "html"
|
| -$1 == document.body = true
|
| -$1 == document.body = true
|
| +$0 == document.body.children.first = true
|
| +$1 != document.body = false
|
| $2 == document.documentElement = true
|
| Script execution resumed.
|
|
|
|
|