(almost) kill fbjsc
Reviewed By: johnislarry Differential Revision: D6701327 fbshipit-source-id: 17630f336e2b275c1de30ebfa32d1cbfbc1b9634
This commit is contained in:
parent
4b4959a21c
commit
702b7e877e
|
@ -39,10 +39,6 @@
|
||||||
#include "RecoverableError.h"
|
#include "RecoverableError.h"
|
||||||
#include "SystraceSection.h"
|
#include "SystraceSection.h"
|
||||||
|
|
||||||
#if defined(WITH_JSC_MEMORY_PRESSURE)
|
|
||||||
#include <jsc_memory.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WITH_FB_JSC_TUNING) && defined(__ANDROID__)
|
#if defined(WITH_FB_JSC_TUNING) && defined(__ANDROID__)
|
||||||
#include <jsc_config_android.h>
|
#include <jsc_config_android.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,10 +13,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <JavaScriptCore/JavaScript.h>
|
#include <JavaScriptCore/JavaScript.h>
|
||||||
|
|
||||||
#if WITH_FBJSCEXTENSIONS
|
|
||||||
#include <jsc_stringref.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(JSCINTERNAL) || (!defined(__APPLE__))
|
#if defined(JSCINTERNAL) || (!defined(__APPLE__))
|
||||||
#define JSC_IMPORT extern "C"
|
#define JSC_IMPORT extern "C"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue