mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
ec14db1abc
Reviewed By: kathryngray Differential Revision: D5433407 fbshipit-source-id: 104e8e5589d9c5e09c6702992eac3db2e6b4ab1a
13 lines
205 B
C++
13 lines
205 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include <jschelpers/JavaScriptCore.h>
|
|
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
void addJSCMemoryHooks(JSGlobalContextRef ctx);
|
|
|
|
} }
|