Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / properties-special-expected.txt
1 Tests how debugger presents special properties of closures, bound functions and object wrappers.
2
3 Debugger was enabled.
4 Script source was shown.
5 Set timer for test function.
6 Watch expressions updated.
7 Nodes are expanded.
8 'Object(true)' => 'Boolean'
9     '__proto__' => 'Boolean'
10     '[[PrimitiveValue]]' => 'true'
11 '(function(a,b) { return a + b; })' => 'function (a,b) { return a + b; }'
12     'arguments' => 'null'
13     'caller' => 'null'
14     'length' => '2'
15     'name' => '""'
16     'prototype' => 'Object'
17     '__proto__' => 'function Empty() {}'
18     <function scope>
19 '(function(a,b) { return a + b; }).bind({}, 2)' => 'function () { [native code] }'
20     'arguments' => '(...)'
21     'get arguments' => 'function ThrowTypeError() { [native code] }'
22     'set arguments' => 'function ThrowTypeError() { [native code] }'
23     'caller' => '(...)'
24     'get caller' => 'function ThrowTypeError() { [native code] }'
25     'set caller' => 'function ThrowTypeError() { [native code] }'
26     'length' => '1'
27     'name' => '""'
28     '__proto__' => 'function Empty() {}'
29     '[[TargetFunction]]' => 'function (a,b) { return a + b; }'
30     '[[BoundThis]]' => 'Object'
31     '[[BoundArgs]]' => 'Array[1]'
32 Debugger was disabled.
33