react-native-macos/ReactCommon/bridge/JSCMemory.h

12 строки
209 B
C
Исходник Обычный вид История

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