mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 06:34:01 +00:00
Reviewed By: bestander Differential Revision: D3324351 fbshipit-source-id: 41fa18a23c8661440a7deff244c93278f418e1d9
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);
|
|
|
|
} }
|