Searched defs:JSFXObject (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h12 typedef v8::Handle<v8::Object> JSFXObject; typedef
245 static JSBool JSConstructor(IFXJS_Context* cc, JSFXObject obj,JSFXObject global);\
246 static JSBool JSDestructor(JSFXObject obj);\
258 JSBool js_class_name::JSConstructor(IFXJS_Context* cc, JSFXObject obj, JSFXObject global)\
267 JSBool js_class_name::JSDestructor(JSFXObject obj) \
350 static JSBool JSConstructor(IFXJS_Context* cc, JSFXObject obj, JSFXObject global);\
351 static JSBool JSDestructor(JSFXObject ob
[all...]
H A DJS_Object.h41 CJS_Object(JSFXObject pObject);
52 operator JSFXObject () {return v8::Local<v8::Object>::New(m_pIsolate, m_pObject);}

Completed in 113 milliseconds