realm-js/src/js_init.h

20 lines
335 B
C
Raw Normal View History

/* 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
#ifdef __cplusplus
extern "C" {
#endif
2015-08-13 09:12:48 -07:00
JSObjectRef RJSConstructorCreate(JSContextRef ctx);
void RJSInitializeInContext(JSContextRef ctx);
void RJSClearTestState(void);
2015-10-14 18:52:55 -07:00
#ifdef __cplusplus
}
#endif