Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.cpp138 v8::Local<v8::Value> hPropValue = in SetObjectProperty() local
144 hPropValue); in SetObjectProperty()
156 v8::Local<v8::Value> hPropValue = in GetObjectProperty() local
160 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()
172 v8::Local<v8::Value> hPropValue = in SetObjectProperty() local
174 return (bool)hObject.As<v8::Object>()->Set(uPropIdx, hPropValue); in SetObjectProperty()
185 v8::Local<v8::Value> hPropValue = hObject.As<v8::Object>()->Get(uPropIdx); in GetObjectPropertyByIdx() local
186 lpPropValue->ForceSetValue(hPropValue); in GetObjectPropertyByIdx()