react-native/ReactCommon/jschelpers
Alexander Blom 156e5d9837 Add on-device JSC inspector
Summary:
Introduces the inspector library supporting the Chrome Debugging Protocol for JavaScriptCore. Eventually this will mean that it is possible to attach
the Chrome inspector directly to the JSC instance running on the device. This library doesn't define the actual transport but leaves that up to the platform
layer.

The main entry point (and the only exported header) is `Inspector.h`.

This diff only introduces the basics supporting the `Schema` and `Inspector` domains meaning it doesn't have any features yet. These will come in following
diffs.

Reviewed By: michalgr

Differential Revision: D4021490

fbshipit-source-id: 517fd9033051c11ba97d312b16382445ae85d3f3
2016-11-02 12:29:14 -07:00
..
Android.mk Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00
BUCK Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00
JSCHelpers.cpp Add on-device JSC inspector 2016-11-02 12:29:14 -07:00
JSCHelpers.h Add on-device JSC inspector 2016-11-02 12:29:14 -07:00
Unicode.cpp Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00
Unicode.h Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00
Value.cpp Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00
Value.h Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00
noncopyable.h Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00