Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
DREADME24 g_FXJSEProxyObjectTag for a global proxy object under FXJSE, or
34 g_FXJSEProxyObjectTag means nullptr, and to check the prototype instead.
/external/pdfium/fxjs/xfa/
Dcfxjse_context.cpp56 char g_FXJSEProxyObjectTag[] = "FXJSE Proxy Object"; variable
134 hObject->SetAlignedPointerInInternalField(0, g_FXJSEProxyObjectTag); in FXJSE_UpdateProxyBinding()
163 hObject->GetAlignedPointerFromInternalField(0) == g_FXJSEProxyObjectTag) { in FXJSE_RetrieveObjectBinding()