2
0
mirror of https://github.com/status-im/react-native.git synced 2025-01-28 02:04:55 +00:00

13 lines
210 B
C
Raw Normal View History

// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
#include <JavaScriptCore/JSContextRef.h>
namespace facebook {
namespace react {
void addJSCPerfStatsHooks(JSGlobalContextRef ctx);
} }