GT2/GT2-Android/node_modules/react-native/ReactCommon/cxxreact/JSCLegacyTracing.h

13 lines
215 B
C
Raw Normal View History

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