HomeSort by relevance Sort by last modified time
    Searched refs:lpThisValue (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxjse/src/
class.cpp 64 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate());
65 lpThisValue->ForceSetValue(info.This());
68 lpFunctionInfo->callbackProc(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
76 delete lpThisValue;
77 lpThisValue = NULL;
87 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate());
88 lpThisValue->ForceSetValue(info.This());
91 lpClassDefinition->constructor(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
99 delete lpThisValue;
100 lpThisValue = NULL;
    [all...]
dynprop.cpp 21 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate());
22 lpThisValue->ForceSetValue(info.This());
25 lpClass->dynMethodCall(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
33 delete lpThisValue;
34 lpThisValue = nullptr;
123 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate());
125 lpThisValue->ForceSetValue(info.This());
127 lpClass, reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), szFxPropName,
130 delete lpThisValue;
131 lpThisValue = nullptr
    [all...]

Completed in 66 milliseconds