2015-10-27 13:59:15 -07:00
|
|
|
/* Copyright 2015 Realm Inc - All Rights Reserved
|
|
|
|
* Proprietary and Confidential
|
|
|
|
*/
|
2015-08-13 09:12:48 -07:00
|
|
|
|
2015-12-01 14:52:38 -08:00
|
|
|
#pragma once
|
|
|
|
|
2015-12-01 14:44:09 -08:00
|
|
|
#include <JavaScriptCore/JSBase.h>
|
2015-08-13 09:12:48 -07:00
|
|
|
|
2015-10-26 01:14:33 -07:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2015-08-13 09:12:48 -07:00
|
|
|
|
2015-10-28 23:18:11 -07:00
|
|
|
JSObjectRef RJSConstructorCreate(JSContextRef ctx);
|
2015-10-26 01:14:33 -07:00
|
|
|
void RJSInitializeInContext(JSContextRef ctx);
|
|
|
|
void RJSClearTestState(void);
|
2015-10-14 18:52:55 -07:00
|
|
|
|
2015-10-26 01:14:33 -07:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|