Searched refs:lpThisValue (Results 1 – 1 of 1) sorted by relevance
25 std::unique_ptr<CFXJSE_Value> lpThisValue( in V8FunctionCallback_Wrapper() local27 lpThisValue->ForceSetValue(info.This()); in V8FunctionCallback_Wrapper()30 lpFunctionInfo->callbackProc(lpThisValue.get(), szFunctionName, impl); in V8FunctionCallback_Wrapper()44 std::unique_ptr<CFXJSE_Value> lpThisValue( in V8ClassGlobalConstructorCallback_Wrapper() local46 lpThisValue->ForceSetValue(info.This()); in V8ClassGlobalConstructorCallback_Wrapper()49 lpClassDefinition->constructor(lpThisValue.get(), szFunctionName, impl); in V8ClassGlobalConstructorCallback_Wrapper()63 std::unique_ptr<CFXJSE_Value> lpThisValue( in V8GetterCallback_Wrapper() local67 lpThisValue->ForceSetValue(info.This()); in V8GetterCallback_Wrapper()68 lpPropertyInfo->getProc(lpThisValue.get(), szPropertyName, lpPropValue.get()); in V8GetterCallback_Wrapper()82 std::unique_ptr<CFXJSE_Value> lpThisValue( in V8SetterCallback_Wrapper() local[all …]