mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
86f2eb18e5
Reviewed By: tadeuzagallo Differential Revision: D3234830 fbshipit-source-id: 94cc870d47d620c8bd8d35f83d0b017e5ddba90d
16 lines
261 B
C++
16 lines
261 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#if defined(WITH_JSC_EXTRA_TRACING)
|
|
|
|
#include <JavaScriptCore/JSContextRef.h>
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
void addNativeTracingLegacyHooks(JSGlobalContextRef ctx);
|
|
|
|
} }
|
|
|
|
#endif
|