Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_global.cpp59 ByteString bsProp = ByteStringFromV8Name(info.GetIsolate(), property); in queryprop_static() local
60 if (pObj->HasProperty(bsProp)) in queryprop_static()
76 ByteString bsProp = ByteStringFromV8Name(info.GetIsolate(), property); in getprop_static() local
77 CJS_Result result = pObj->GetProperty(pRuntime, bsProp); in getprop_static()
100 ByteString bsProp = ByteStringFromV8Name(info.GetIsolate(), property); in putprop_static() local
101 CJS_Result result = pObj->SetProperty(pRuntime, bsProp, value); in putprop_static()
118 ByteString bsProp = ByteStringFromV8Name(info.GetIsolate(), property); in delprop_static() local
119 if (pObj->DelProperty(bsProp)) in delprop_static()