mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
add isInspectable property
Reviewed By: Hypuk Differential Revision: D6578736 fbshipit-source-id: a4229c3766125ff55cff50a49893b2385f9c8a6a
This commit is contained in:
committed by
Facebook Github Bot
parent
3852c42ad8
commit
15cd98b782
@@ -190,6 +190,10 @@ void* NativeToJsBridge::getJavaScriptContext() {
|
||||
return m_executor->getJavaScriptContext();
|
||||
}
|
||||
|
||||
bool NativeToJsBridge::isInspectable() {
|
||||
return m_executor->isInspectable();
|
||||
}
|
||||
|
||||
#ifdef WITH_JSC_MEMORY_PRESSURE
|
||||
void NativeToJsBridge::handleMemoryPressure(int pressureLevel) {
|
||||
runOnExecutorQueue([=] (JSExecutor* executor) {
|
||||
|
||||
Reference in New Issue
Block a user