HomeSort by relevance Sort by last modified time
    Searched refs:pJSContext (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 76 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/
JS_Runtime.cpp 185 CJS_Context* pJSContext = (CJS_Context*)pContext;
189 if (pJSContext == m_ContextArray.GetAt(i))
191 delete pJSContext;
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 320 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror)
338 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror)
361 v8::Handle<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int nObjDefnID)
389 pObjDef->m_pConstructor(pJSContext, obj, context->Global()->GetPrototype()->ToObject());

Completed in 663 milliseconds