realm-js/src/js_object.hpp

15 lines
262 B
C++
Raw Normal View History

/* Copyright 2015 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
2015-08-13 16:12:48 +00:00
2015-12-01 22:52:38 +00:00
#pragma once
#include "js_util.hpp"
2015-08-13 16:12:48 +00:00
namespace realm {
class Object;
}
JSClassRef RJSObjectClass();
JSObjectRef RJSObjectCreate(JSContextRef ctx, realm::Object object);