Searched defs:pJSContext (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp185 CJS_Context* pJSContext = (CJS_Context*)pContext; local
189 if (pJSContext == m_ContextArray.GetAt(i))
191 delete pJSContext;
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp320 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror) argument
338 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror) argument
361 v8::Handle<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int nObjDefnID) argument
389 pObjDef->m_pConstructor(pJSContext, obj, context->Global()->GetPrototype()->ToObject());

Completed in 107 milliseconds