mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 02:38:29 +08:00
move page registration logic in to jsinspector
Reviewed By: pakoito Differential Revision: D6531199 fbshipit-source-id: ed1ae9e2f0c19e7656cd022e438693798320e55a
This commit is contained in:
committed by
Facebook Github Bot
parent
48019a0c2a
commit
bef7967f9a
@@ -29,7 +29,8 @@ UNIMPLEMENTED_SYSTEM_JSC_FUNCTION(JSStringCreateWithUTF8CStringExpectAscii)
|
||||
UNIMPLEMENTED_SYSTEM_JSC_FUNCTION(JSPokeSamplingProfiler)
|
||||
UNIMPLEMENTED_SYSTEM_JSC_FUNCTION(JSStartSamplingProfilingOnMainJSCThread)
|
||||
|
||||
UNIMPLEMENTED_SYSTEM_JSC_FUNCTION(JSInspectorGetInstance)
|
||||
UNIMPLEMENTED_SYSTEM_JSC_FUNCTION(JSGlobalContextEnableDebugger)
|
||||
UNIMPLEMENTED_SYSTEM_JSC_FUNCTION(JSGlobalContextDisableDebugger)
|
||||
|
||||
UNIMPLEMENTED_SYSTEM_JSC_FUNCTION(configureJSCForIOS)
|
||||
|
||||
@@ -129,9 +130,12 @@ const JSCWrapper* systemJSCWrapper() {
|
||||
(decltype(&JSStartSamplingProfilingOnMainJSCThread))
|
||||
Unimplemented_JSStartSamplingProfilingOnMainJSCThread,
|
||||
|
||||
.JSInspectorGetInstance =
|
||||
(decltype(&JSInspectorGetInstance))
|
||||
Unimplemented_JSInspectorGetInstance,
|
||||
.JSGlobalContextEnableDebugger =
|
||||
(decltype(&JSGlobalContextEnableDebugger))
|
||||
Unimplemented_JSGlobalContextEnableDebugger,
|
||||
.JSGlobalContextDisableDebugger =
|
||||
(decltype(&JSGlobalContextDisableDebugger))
|
||||
Unimplemented_JSGlobalContextDisableDebugger,
|
||||
|
||||
.configureJSCForIOS =
|
||||
(decltype(&configureJSCForIOS))Unimplemented_configureJSCForIOS,
|
||||
|
||||
Reference in New Issue
Block a user