Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dglobal.h47 bool DelProperty(CJS_Runtime* pRuntime,
Dglobal.cpp67 bool JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, in DelProperty() function in JSGlobalAlternate
114 DelProperty(pRuntime, propname, sError); in DoProperty()
DJS_Define.h407 if (!pObj->DelProperty(pRuntime, propname.c_str(), sError)) { in JSSpecialPropDel()