Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_class.cpp31 lpThisValue->ForceSetValue(info.Holder()); in V8FunctionCallback_Wrapper()
128 pValue->ForceSetValue( in DynPropGetterAdapter()
174 lpThisValue->ForceSetValue(thisObject); in NamedPropertyQueryCallback()
192 lpThisValue->ForceSetValue(thisObject); in NamedPropertyGetterCallback()
209 lpThisValue->ForceSetValue(thisObject); in NamedPropertySetterCallback()
212 lpNewValue->ForceSetValue(value); in NamedPropertySetterCallback()
Dcfxjse_arguments.cpp26 pArgValue->ForceSetValue((*m_pInfo)[index]); in GetValue()
Dcfxjse_value.h74 void ForceSetValue(v8::Local<v8::Value> hValue) { in ForceSetValue() function
Dcfxjse_value.cpp149 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()
175 lpPropValue->ForceSetValue(hPropValue); in GetObjectPropertyByIdx()
Dcjs_runtime.cpp245 pValue->ForceSetValue(propvalue); in GetValueByName()
Dcfxjse_context.cpp201 pValue->ForceSetValue(hGlobalObject); in GetGlobalObject()