Home
last modified time | relevance | path

Searched defs:JSGlobalData (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/
Dcjs_global.cpp126 struct JSGlobalData { struct
130 JS_GlobalDataType nType;
131 double dData;
132 bool bData;
133 ByteString sData;
134 v8::Global<v8::Object> pData;
135 bool bPersistent;
136 bool bDeleted;
242 JSGlobalData::JSGlobalData() in JSGlobalData() function in JSGlobalData