Searched refs:lpThisValue (Results 1 – 2 of 2) sorted by relevance
21 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_DynPropGetterAdapter_MethodCallback() local22 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() local125 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 …]
64 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8FunctionCallback_Wrapper() local65 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() local88 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 …]