mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 12:34:17 +00:00
16 lines
249 B
C
16 lines
249 B
C
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#ifdef WITH_JSC_EXTRA_TRACING
|
||
|
|
||
|
#include <JavaScriptCore/JSContextRef.h>
|
||
|
namespace facebook {
|
||
|
namespace react {
|
||
|
|
||
|
void addNativeTracingHooks(JSGlobalContextRef ctx);
|
||
|
|
||
|
} }
|
||
|
|
||
|
#endif
|