54271c21e2
What will we get: - console would be included into snapshot and allow us to reduce time that we spent in contextCreated function (~5 times faster), - it allows us to make further small improvement of console methods, e.g. we can implement super quick return from console.assert if first argument is true, - console calls are ~ 15% faster. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_chromium_rel_ng BUG=v8:6175 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2785293002 Cr-Original-Original-Original-Commit-Position: refs/heads/master@{#44353} Committed:55905f85d6
Review-Url: https://codereview.chromium.org/2785293002 Cr-Original-Original-Commit-Position: refs/heads/master@{#44355} Committed:cc74ea0bc4
Review-Url: https://codereview.chromium.org/2785293002 Cr-Original-Commit-Position: refs/heads/master@{#44416} Committed:f5dc738cda
Review-Url: https://codereview.chromium.org/2785293002 Cr-Commit-Position: refs/heads/master@{#44702}
21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
|
|
Running test: consoleExistsOnGlobal
|
|
true
|
|
|
|
Running test: consoleHasRightPropertyDescriptor
|
|
{
|
|
configurable : true
|
|
enumerable : false
|
|
value : <value>
|
|
writable : true
|
|
}
|
|
|
|
Running test: ConsoleNotExistsOnGlobal
|
|
false
|
|
|
|
Running test: prototypeChainMustBeCorrect
|
|
true
|
|
|
|
Running test: consoleToString
|
|
[object Object]
|