Searched refs:hCallBackInfoTemplate (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
H A Ddynprop.cpp54 v8::Local<v8::ObjectTemplate> hCallBackInfoTemplate = local
56 hCallBackInfoTemplate->SetInternalFieldCount(2);
58 hCallBackInfoTemplate->NewInstance();
169 v8::Local<v8::ObjectTemplate> hCallBackInfoTemplate = local
171 hCallBackInfoTemplate->SetInternalFieldCount(2);
172 v8::Local<v8::Object> hCallBackInfo = hCallBackInfoTemplate->NewInstance();

Completed in 55 milliseconds