Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_context.cpp164 v8::Local<v8::Value> hProtoObject = hObject->GetPrototype(); in FXJSE_RetrieveObjectBinding() local
165 if (hProtoObject.IsEmpty() || !hProtoObject->IsObject()) in FXJSE_RetrieveObjectBinding()
168 hObject = hProtoObject.As<v8::Object>(); in FXJSE_RetrieveObjectBinding()