Searched refs:JSPersistent (Results 1 – 4 of 4) sorted by relevance
28 void JSPersistent::JSBind(BindingTarget globalObj) in JSBind()30 JSClass<JSPersistent>::Declare("Storage"); in JSBind()31 JSClass<JSPersistent>::CustomMethod("set", &JSPersistent::Set); in JSBind()32 JSClass<JSPersistent>::CustomMethod("get", &JSPersistent::Get); in JSBind()33 JSClass<JSPersistent>::CustomMethod("has", &JSPersistent::Has); in JSBind()34 JSClass<JSPersistent>::CustomMethod("clear", &JSPersistent::Clear); in JSBind()35 JSClass<JSPersistent>::CustomMethod("delete", &JSPersistent::Delete); in JSBind()36 …JSClass<JSPersistent>::Bind(globalObj, JSPersistent::ConstructorCallback, JSPersistent::Destructor… in JSBind()51 void JSPersistent::DestructorCallback(JSPersistent* persistent) in DestructorCallback()58 void JSPersistent::Set(const JSCallbackInfo& args) in Set()[all …]
25 class JSPersistent final : public Referenced {27 JSPersistent(bool needCrossThread, const std::string& db) in JSPersistent() function40 static void DestructorCallback(JSPersistent* obj);
1086 JSPersistent::JSBind(globalObj); in JsBindFormViews()1136 JSPersistent::JSBind(globalObj); in JsBindViews()
438 JSPersistent::JSBind(globalObj); in JsBindViews()