Searched refs:lpThisValue (Results 1 – 1 of 1) sorted by relevance
30 auto lpThisValue = pdfium::MakeUnique<CFXJSE_Value>(info.GetIsolate()); in V8FunctionCallback_Wrapper() local31 lpThisValue->ForceSetValue(info.Holder()); in V8FunctionCallback_Wrapper()34 lpFunctionInfo->callbackProc(lpThisValue.get(), szFunctionName, impl); in V8FunctionCallback_Wrapper()173 auto lpThisValue = pdfium::MakeUnique<CFXJSE_Value>(info.GetIsolate()); in NamedPropertyQueryCallback() local174 lpThisValue->ForceSetValue(thisObject); in NamedPropertyQueryCallback()175 if (DynPropQueryAdapter(lpClass, lpThisValue.get(), szFxPropName)) { in NamedPropertyQueryCallback()191 auto lpThisValue = pdfium::MakeUnique<CFXJSE_Value>(info.GetIsolate()); in NamedPropertyGetterCallback() local192 lpThisValue->ForceSetValue(thisObject); in NamedPropertyGetterCallback()194 DynPropGetterAdapter(lpClass, lpThisValue.get(), szFxPropName, in NamedPropertyGetterCallback()208 auto lpThisValue = pdfium::MakeUnique<CFXJSE_Value>(info.GetIsolate()); in NamedPropertySetterCallback() local[all …]