Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.cpp127 v8::Local<v8::Value> hPropValue = in SetObjectProperty() local
133 hPropValue); in SetObjectProperty()
145 v8::Local<v8::Value> hPropValue = in GetObjectProperty() local
149 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()
161 v8::Local<v8::Value> hPropValue = in SetObjectProperty() local
163 return (bool)hObject.As<v8::Object>()->Set(uPropIdx, hPropValue); in SetObjectProperty()
174 v8::Local<v8::Value> hPropValue = hObject.As<v8::Object>()->Get(uPropIdx); in GetObjectPropertyByIdx() local
175 lpPropValue->ForceSetValue(hPropValue); in GetObjectPropertyByIdx()