Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_class.cpp25 std::unique_ptr<CFXJSE_Value> lpThisValue( in V8FunctionCallback_Wrapper() local
27 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() local
46 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() local
67 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 …]