• Home
  • Raw
  • Download

Lines Matching refs:pContext

22 	CJS_Context* pContext = (CJS_Context *)cc;  in GetIsolate()  local
23 ASSERT(pContext != NULL); in GetIsolate()
25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
142 CJS_Context* pContext = (CJS_Context *)cc; in activeDocs() local
143 ASSERT(pContext != NULL); in activeDocs()
145 CPDFDoc_Environment* pApp = pContext->GetReaderApp(); in activeDocs()
148 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs()
151 CPDFSDK_Document* pCurDoc = pContext->GetReaderDocument(); in activeDocs()
174 … JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document")); in activeDocs()
203 CJS_Context* pContext = (CJS_Context*)cc; in calculate() local
204 ASSERT(pContext != NULL); in calculate()
206 CPDFDoc_Environment* pApp = pContext->GetReaderApp(); in calculate()
209 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate()
442 CJS_Context* pContext = (CJS_Context*)cc; in alert() local
443 ASSERT(pContext != NULL); in alert()
444 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in alert()
458 CJS_Context* pContext = (CJS_Context*)cc; in beep() local
459 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep()
487 CJS_Context* pContext = (CJS_Context*)cc; in fs()
488 ASSERT(pContext != NULL); in fs()
489 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in fs()
511 CJS_Context* pContext = (CJS_Context*)cc; in setInterval() local
512 ASSERT(pContext != NULL); in setInterval()
513 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval()
537 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj… in setInterval()
560 CJS_Context* pContext = (CJS_Context*)cc; in setTimeOut() local
561 ASSERT(pContext != NULL); in setTimeOut()
562 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut()
587 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj… in setTimeOut()
605 CJS_Context* pContext = (CJS_Context*)cc; in clearTimeOut() local
606 ASSERT(pContext != NULL); in clearTimeOut()
607 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearTimeOut()
653 CJS_Context* pContext = (CJS_Context*)cc; in clearInterval() local
654 ASSERT(pContext != NULL); in clearInterval()
655 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearInterval()
730 IFXJS_Context* pContext = pRuntime->NewContext(); in RunJsScript() local
731 ASSERT(pContext != NULL); in RunJsScript()
732 pContext->OnExternal_Exec(); in RunJsScript()
734 pContext->RunScript(wsScript,wtInfo); in RunJsScript()
735 pRuntime->ReleaseContext(pContext); in RunJsScript()
763 CJS_Context* pContext = (CJS_Context*)cc; in mailMsg() local
764 ASSERT(pContext != NULL); in mailMsg()
810 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailMsg()
813 CPDFDoc_Environment* pApp = pContext->GetReaderApp(); in mailMsg()
829 CJS_Context* pContext = (CJS_Context*)cc; in launchURL() local
830 ASSERT(pContext != NULL); in launchURL()
837 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in launchURL()
921 CJS_Context* pContext = (CJS_Context *)cc; in browseForDoc() local
922 ASSERT(pContext != NULL); in browseForDoc()
924 CPDFDoc_Environment* pApp = pContext->GetReaderApp(); in browseForDoc()
927 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in browseForDoc()
936 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, -1); in browseForDoc()
1099 CJS_Context* pContext = (CJS_Context *)cc; in response() local
1100 ASSERT(pContext != NULL); in response()
1102 CPDFDoc_Environment* pApp = pContext->GetReaderApp(); in response()