Home | History | Annotate | Download | only in parser

Lines Matching full:pcontext

2000   CFXJSE_Engine* pContext = pDoc->GetXFADoc()->GetScriptContext();
2001 pContext->SetEventParam(*pEventParam);
2002 pContext->SetRunAtType(script->GetRunAt());
2007 pContext->SetNodesOfRunScript(&refNodes);
2010 auto pTmpRetValue = pdfium::MakeUnique<CFXJSE_Value>(pContext->GetIsolate());
2015 bRet = pContext->RunScript(eScriptType, wsExpression.AsStringView(),
2055 pContext->SetNodesOfRunScript(nullptr);