Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE MESSAGE: line 9: test1,test2 | 1 CONSOLE MESSAGE: line 9: test1,test2 |
| 2 CONSOLE MESSAGE: line 10: [object NodeList] | 2 CONSOLE MESSAGE: line 10: [object NodeList] |
| 3 CONSOLE MESSAGE: line 11: [object XPathResult] | 3 CONSOLE MESSAGE: line 11: [object XPathResult] |
| 4 CONSOLE MESSAGE: line 21: [object Object] | 4 CONSOLE MESSAGE: line 21: [object Object] |
| 5 CONSOLE MESSAGE: line 24: function () {} | 5 CONSOLE MESSAGE: line 24: function () {} |
| 6 CONSOLE MESSAGE: line 28: [object Object] | 6 CONSOLE MESSAGE: line 28: [object Object] |
| 7 CONSOLE MESSAGE: line 31: [object Object] | 7 CONSOLE MESSAGE: line 31: [object Object] |
| 8 CONSOLE MESSAGE: line 32: [object Object] | 8 CONSOLE MESSAGE: line 32: [object Object] |
| 9 CONSOLE MESSAGE: line 34: function get __proto__() { [native code] } | 9 CONSOLE MESSAGE: line 34: function get __proto__() { [native code] } |
| 10 CONSOLE MESSAGE: line 39: [object Uint8Array] | 10 CONSOLE MESSAGE: line 39: [object Uint8Array] |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 33 c d: "c d" | 33 c d: "c d" |
| 34 negZero: -0 | 34 negZero: -0 |
| 35 __proto__: Object | 35 __proto__: Object |
| 36 console-dir.html:19 anonymous() | 36 console-dir.html:19 anonymous() |
| 37 arguments: null | 37 arguments: null |
| 38 caller: null | 38 caller: null |
| 39 length: 0 | 39 length: 0 |
| 40 name: "" | 40 name: "" |
| 41 prototype: Object | 41 prototype: Object |
| 42 __proto__: () | 42 __proto__: () |
| 43 <function scope> | 43 [[FunctionLocation]]: console-dir.html:19 |
|
dgozman
2016/07/07 19:59:23
Screenshot of before and after?
kozy
2016/07/07 22:59:07
after: https://drive.google.com/file/d/0B7RLEApsOK
dgozman
2016/07/08 20:37:29
- Let's omit IsGenerator when it's false - just no
| |
| 44 Global: Window | 44 [[FunctionName]]: "" |
| 45 [[Scopes]]: Scopes[1] | |
|
dgozman
2016/07/07 19:59:23
Can there be multiple scopes?
kozy
2016/07/07 22:59:07
Yes, it can. It will be Scopes[N] array with each
| |
| 46 [[IsGenerator]]: false | |
| 45 console-dir.html:23 inner | 47 console-dir.html:23 inner |
| 46 __proto__: Object | 48 __proto__: Object |
| 47 console-dir.html:26 Object | 49 console-dir.html:26 Object |
| 48 No Properties | 50 No Properties |
| 49 console-dir.html:27 Object | 51 console-dir.html:27 Object |
| 50 foo: Object | 52 foo: Object |
| 51 No Properties | 53 No Properties |
| 52 __proto__: Object | 54 __proto__: Object |
| 53 console-dir.html:29 get __proto__() | 55 console-dir.html:29 get __proto__() |
| 54 arguments: null | 56 arguments: null |
| 55 caller: null | 57 caller: null |
| 56 length: 0 | 58 length: 0 |
| 57 name: "get __proto__" | 59 name: "get __proto__" |
| 58 __proto__: () | 60 __proto__: () |
| 59 <function scope> | 61 [[FunctionLocation]]: (program):97 |
|
dgozman
2016/07/07 19:59:23
(program)? Is that like a native function or what?
kozy
2016/07/07 22:59:07
For some reason V8 reports scriptId, line and colu
| |
| 60 No Scopes | 62 [[FunctionName]]: "get __proto__" |
| 63 [[IsGenerator]]: false | |
| 61 console-dir.html:34 Uint8Array[400000000] | 64 console-dir.html:34 Uint8Array[400000000] |
| 62 [0 … 99999999] | 65 [0 … 99999999] |
| 63 [100000000 … 199999999] | 66 [100000000 … 199999999] |
| 64 [200000000 … 299999999] | 67 [200000000 … 299999999] |
| 65 [300000000 … 399999999] | 68 [300000000 … 399999999] |
| 66 __proto__: TypedArray | 69 __proto__: TypedArray |
| 67 console-dir.html:39 Event | 70 console-dir.html:39 Event |
| 68 bubbles: false | 71 bubbles: false |
| 69 cancelBubble: false | 72 cancelBubble: false |
| 70 cancelable: false | 73 cancelable: false |
| 71 composed: false | 74 composed: false |
| 72 currentTarget: null | 75 currentTarget: null |
| 73 defaultPrevented: false | 76 defaultPrevented: false |
| 74 eventPhase: 0 | 77 eventPhase: 0 |
| 75 isTrusted: false | 78 isTrusted: false |
| 76 path: Array[0] | 79 path: Array[0] |
| 77 returnValue: true | 80 returnValue: true |
| 78 srcElement: null | 81 srcElement: null |
| 79 target: null | 82 target: null |
| 80 timeStamp: 0 | 83 timeStamp: 0 |
| 81 type: "" | 84 type: "" |
| 82 __proto__: Event | 85 __proto__: Event |
| 83 | 86 |
| OLD | NEW |