Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h76 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/
DJS_Runtime.cpp185 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/
Dfxjs_v8.cpp320 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()