mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
13 lines
210 B
C
13 lines
210 B
C
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <JavaScriptCore/JSContextRef.h>
|
||
|
|
||
|
namespace facebook {
|
||
|
namespace react {
|
||
|
|
||
|
void addJSCPerfStatsHooks(JSGlobalContextRef ctx);
|
||
|
|
||
|
} }
|