Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / properties-special-expected.txt
blob427e428aefb619041af3450f38b884e44fd249b3
1 CONSOLE MESSAGE: line 10: true
2 CONSOLE MESSAGE: line 11: function (a,b) { return a + b; }
3 CONSOLE MESSAGE: line 12: function () { [native code] }
4 Tests how debugger presents special properties of closures, bound functions and object wrappers.
6 properties-special.html:10 Boolean
7     __proto__: Boolean
8     [[PrimitiveValue]]: true
9 properties-special.html:11 anonymous(a, b)
10     arguments: null
11     caller: null
12     length: 2
13     name: ""
14     prototype: Object
15     __proto__: ()
16     <function scope>
17 properties-special.html:12 anonymous()
18     arguments: (...)
19     caller: (...)
20     length: 1
21     name: "bound "
22     __proto__: ()
23     [[TargetFunction]]: (a,b)
24     [[BoundThis]]: Object
25     [[BoundArgs]]: Array[1]