• Alexey Kozyatinskiy's avatar
    [inspector] introduced console.context · 701d79d0
    Alexey Kozyatinskiy authored
    console.context(name:string) method returns console instance, this console instance fully implements console interface (including fact that any method can be called without console as receiver).
    Protocol.Runtime.consoleAPICalled notification contains additional context:string field:
    - "anonymous#unique-id" for any method call on unnamed console context,
    - "name#unique-id" for any method call on named console context.
    
    console.count and console.timeEnd have context as a scope.
    console.clear clear all messages regardless on what context instance it was called.
    
    console calls is ~10% slower with this CL since we need to store and then fetch console_context_id and console_context_name from function object.
    We recently (in April) made console calls twice faster so 10% doesn't sound critical and existing of console.log call in hot code is problem by itself.
    
    R=pfeldman@chromium.org
    
    Bug: chromium:728767
    Change-Id: I5fc73216fb8b28bfe1e8c2c1b393ebfbe43cd02e
    Reviewed-on: https://chromium-review.googlesource.com/522128Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
    Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45864}
    701d79d0
Name
Last commit
Last update
..
build Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
debugger-script.js Loading commit data...
debugger_script_externs.js Loading commit data...
injected-script-source.js Loading commit data...
injected-script.cc Loading commit data...
injected-script.h Loading commit data...
injected_script_externs.js Loading commit data...
inspected-context.cc Loading commit data...
inspected-context.h Loading commit data...
inspector.gyp Loading commit data...
inspector.gypi Loading commit data...
inspector_protocol_config.json Loading commit data...
java-script-call-frame.cc Loading commit data...
java-script-call-frame.h Loading commit data...
js_protocol-1.2.json Loading commit data...
js_protocol.json Loading commit data...
remote-object-id.cc Loading commit data...
remote-object-id.h Loading commit data...
script-breakpoint.h Loading commit data...
search-util.cc Loading commit data...
search-util.h Loading commit data...
string-16.cc Loading commit data...
string-16.h Loading commit data...
string-util.cc Loading commit data...
string-util.h Loading commit data...
test-interface.cc Loading commit data...
test-interface.h Loading commit data...
v8-console-agent-impl.cc Loading commit data...
v8-console-agent-impl.h Loading commit data...
v8-console-message.cc Loading commit data...
v8-console-message.h Loading commit data...
v8-console.cc Loading commit data...
v8-console.h Loading commit data...
v8-debugger-agent-impl.cc Loading commit data...
v8-debugger-agent-impl.h Loading commit data...
v8-debugger-script.cc Loading commit data...
v8-debugger-script.h Loading commit data...
v8-debugger.cc Loading commit data...
v8-debugger.h Loading commit data...
v8-function-call.cc Loading commit data...
v8-function-call.h Loading commit data...
v8-heap-profiler-agent-impl.cc Loading commit data...
v8-heap-profiler-agent-impl.h Loading commit data...
v8-injected-script-host.cc Loading commit data...
v8-injected-script-host.h Loading commit data...
v8-inspector-impl.cc Loading commit data...
v8-inspector-impl.h Loading commit data...
v8-inspector-session-impl.cc Loading commit data...
v8-inspector-session-impl.h Loading commit data...
v8-internal-value-type.cc Loading commit data...
v8-internal-value-type.h Loading commit data...
v8-profiler-agent-impl.cc Loading commit data...
v8-profiler-agent-impl.h Loading commit data...
v8-regex.cc Loading commit data...
v8-regex.h Loading commit data...
v8-runtime-agent-impl.cc Loading commit data...
v8-runtime-agent-impl.h Loading commit data...
v8-schema-agent-impl.cc Loading commit data...
v8-schema-agent-impl.h Loading commit data...
v8-stack-trace-impl.cc Loading commit data...
v8-stack-trace-impl.h Loading commit data...
v8-value-copier.cc Loading commit data...
v8-value-copier.h Loading commit data...
wasm-translation.cc Loading commit data...
wasm-translation.h Loading commit data...