13 lines
208 B
C++
13 lines
208 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include <jschelpers/JavaScriptCore.h>
|
|
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
void addJSCPerfStatsHooks(JSGlobalContextRef ctx);
|
|
|
|
} }
|