Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Ddynprop.cpp21 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_DynPropGetterAdapter_MethodCallback() local
22 lpThisValue->ForceSetValue(info.This()); in FXJSE_DynPropGetterAdapter_MethodCallback()
25 lpClass->dynMethodCall(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), in FXJSE_DynPropGetterAdapter_MethodCallback()
33 delete lpThisValue; in FXJSE_DynPropGetterAdapter_MethodCallback()
34 lpThisValue = nullptr; in FXJSE_DynPropGetterAdapter_MethodCallback()
123 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter() local
125 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
127 lpClass, reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), szFxPropName, in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
130 delete lpThisValue; in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
131 lpThisValue = nullptr; in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
[all …]
Dclass.cpp64 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8FunctionCallback_Wrapper() local
65 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8FunctionCallback_Wrapper()
68 lpFunctionInfo->callbackProc(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), in FXJSE_V8FunctionCallback_Wrapper()
76 delete lpThisValue; in FXJSE_V8FunctionCallback_Wrapper()
77 lpThisValue = NULL; in FXJSE_V8FunctionCallback_Wrapper()
87 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper() local
88 lpThisValue->ForceSetValue(info.This()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
91 lpClassDefinition->constructor(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
99 delete lpThisValue; in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
100 lpThisValue = NULL; in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
[all …]