v8/include
kozyatinskiy 55905f85d6 [inspector] move console to builtins
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.

BUG=v8:6175
R=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2785293002
Cr-Commit-Position: refs/heads/master@{#44353}
2017-04-03 23:00:49 +00:00
..
libplatform Make idle tasks optional in the default platform. 2017-03-07 13:37:41 +00:00
DEPS
OWNERS
v8-debug.h [debugger,api] deprecate everything in v8-debug.h 2017-03-10 07:06:25 +00:00
v8-inspector-protocol.h
v8-inspector.h [inspector] finally removed *ExecuteScript from inspector 2017-03-27 19:26:18 +00:00
v8-platform.h Enable the embedder to provide stack trace printing 2017-03-17 12:07:25 +00:00
v8-profiler.h Remove object grouping 2017-03-02 17:53:07 +00:00
v8-testing.h
v8-util.h Don't use DCHECK in v8-util.h. 2017-02-27 16:05:46 +00:00
v8-version-string.h
v8-version.h Update V8 version to 5.9 2017-03-02 11:09:43 +00:00
v8.h [inspector] move console to builtins 2017-04-03 23:00:49 +00:00
v8config.h