Searched refs:pJSContext (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h76 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror);
77 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror);
78 v8::Handle<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int nObjDefnID);
/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 95 milliseconds