Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_context.cpp208 v8::Local<v8::Object> pThisProxy = hNewContext->Global(); in Create() local
209 FXJSE_UpdateProxyBinding(pThisProxy); in Create()
211 v8::Local<v8::Object> pThis = pThisProxy->GetPrototype().As<v8::Object>(); in Create()
/external/pdfium/fxjs/
Dcfxjs_engine.cpp476 v8::Local<v8::Object> pThisProxy = v8Context->Global(); in InitializeEngine() local
477 if (pThisProxy->InternalFieldCount() == 2) { in InitializeEngine()
478 pThisProxy->SetAlignedPointerInInternalField(0, nullptr); in InitializeEngine()
479 pThisProxy->SetAlignedPointerInInternalField(1, nullptr); in InitializeEngine()
481 v8::Local<v8::Object> pThis = pThisProxy->GetPrototype().As<v8::Object>(); in InitializeEngine()