Searched refs:pJSContext (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/include/jsapi/ |
D | fxjs_v8.h | 76 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long… 77 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, lo… 78 v8::Handle<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int…
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Runtime.cpp | 185 CJS_Context* pJSContext = (CJS_Context*)pContext; in ReleaseContext() local 189 if (pJSContext == m_ContextArray.GetAt(i)) in ReleaseContext() 191 delete pJSContext; in ReleaseContext()
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 320 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length… in JS_Parse() argument 338 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long leng… in JS_Execute() argument 361 v8::Handle<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int n… in JS_NewFxDynamicObj() argument 389 pObjDef->m_pConstructor(pJSContext, obj, context->Global()->GetPrototype()->ToObject()); in JS_NewFxDynamicObj()
|