Home
last modified time | relevance | path

Searched refs:hProtoObject (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
Dutil_inline.h28 v8::Local<v8::Value> hProtoObject = hObject->GetPrototype(); variable
29 if (hProtoObject.IsEmpty() || !hProtoObject->IsObject()) {
32 hObject = hProtoObject.As<v8::Object>();