Lines Matching refs:CJS_Runtime
43 return new CJS_Runtime(pEnv); in Create()
47 CJS_Runtime* CJS_Runtime::FromContext(const IJS_Context* cc) { in FromContext()
52 CJS_Runtime::CJS_Runtime(CPDFDoc_Environment* pApp) function in CJS_Runtime
116 CJS_Runtime::~CJS_Runtime() {
136 void CJS_Runtime::DefineJSObjects() {
186 IJS_Context* CJS_Runtime::NewContext() {
192 void CJS_Runtime::ReleaseContext(IJS_Context* pContext) {
204 IJS_Context* CJS_Runtime::GetCurrentContext() {
210 void CJS_Runtime::SetReaderDocument(CPDFSDK_Document* pReaderDoc) {
237 int CJS_Runtime::Execute(IJS_Context* cc,
249 bool CJS_Runtime::AddEventToSet(const FieldEvent& event) {
253 void CJS_Runtime::RemoveEventFromSet(const FieldEvent& event) {
257 v8::Local<v8::Context> CJS_Runtime::NewJSContext() {
267 FX_BOOL CJS_Runtime::GetHValueByName(const CFX_ByteStringC& utf8Name,
302 FX_BOOL CJS_Runtime::SetHValueByName(const CFX_ByteStringC& utf8Name,
329 void CJS_Runtime::AddObserver(Observer* observer) {
334 void CJS_Runtime::RemoveObserver(Observer* observer) {