Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp199 CJS_Context* pJSContext = (CJS_Context*)pContext; in ReleaseContext() local
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp319 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length… in JS_Parse()
338 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long leng… in JS_Execute()
362 v8::Local<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int nO… in JS_NewFxDynamicObj()