Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Ddynprop.cpp22 lpThisValue->ForceSetValue(info.This()); in FXJSE_DynPropGetterAdapter_MethodCallback()
65 lpValue->ForceSetValue(v8::Function::New( in FXJSE_DynPropGetterAdapter()
125 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
147 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_setter()
148 lpNewValue->ForceSetValue(info[0]); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_setter()
245 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8ProxyCallback_defineProperty()
246 lpPropValue->ForceSetValue(hPropValue); in FXJSE_V8ProxyCallback_defineProperty()
269 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8ProxyCallback_delete()
293 lpThisValue->ForceSetValue(thisObject); in FXJSE_V8_GenericNamedPropertyQueryCallback()
316 lpThisValue->ForceSetValue(thisObject); in FXJSE_V8_GenericNamedPropertyDeleterCallback()
[all …]
Dclass.cpp65 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8FunctionCallback_Wrapper()
88 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
113 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8GetterCallback_Wrapper()
135 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8SetterCallback_Wrapper()
136 lpPropValue->ForceSetValue(value); in FXJSE_V8SetterCallback_Wrapper()
171 lpArgValue->ForceSetValue((*lpArguments->m_pInfo)[index]); in GetValue()
Dvalue.cpp381 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()
405 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()
495 lpRetValue->ForceSetValue(FXJSE_CreateReturnValue(m_pIsolate, trycatch)); in Call()
535 lpRetValue->ForceSetValue(hReturnValue); in Call()
Dcontext.cpp189 pValue->ForceSetValue(hGlobalObject); in GetGlobalObject()
Dvalue.h218 V8_INLINE void ForceSetValue(v8::Local<v8::Value> hValue) { in ForceSetValue() function
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp297 ((CFXJSE_Value*)hValue)->ForceSetValue(propvalue);