v8/third_party/inspector_protocol
kozyatinskiy 4f798f9065 [inspector] revert fallThrough support for async methods
We can't use "this" after calling agent code since agent code can destroy dispatcher.

BUG=chromium:668358
TBR=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2526183002
Cr-Commit-Position: refs/heads/master@{#41247}
2016-11-24 08:09:29 +00:00
..
lib Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 2016-11-23 00:45:54 +00:00
templates [inspector] revert fallThrough support for async methods 2016-11-24 08:09:29 +00:00
CheckProtocolCompatibility.py
CodeGenerator.py Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 2016-11-23 00:45:54 +00:00
ConcatenateProtocols.py
inspector_protocol.gni Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
inspector_protocol.gypi
LICENSE
OWNERS
README.v8 [inspector] revert fallThrough support for async methods 2016-11-24 08:09:29 +00:00

Name: inspector protocol
Short Name: inspector_protocol
URL: https://chromium.googlesource.com/deps/inspector_protocol/
Version: 0
Revision: 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48
License: BSD
License File: LICENSE
Security Critical: no

Description:
src/inspector uses these scripts to generate handlers from protocol
description.

Local modifications:
- This only includes the lib/ and templates/ directories, scripts, build
  and the LICENSE files.
- FallbackThrough support is removed for async methods.