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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 199 CJS_Context* pJSContext = (CJS_Context*)pContext;
203 if (pJSContext == m_ContextArray.GetAt(i))
205 delete pJSContext;
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 68 int JS_Parse(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror);
69 int JS_Execute(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, const wchar_t* script, long length, FXJSErr* perror);
70 v8::Local<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int nObjDefnID);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 319 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)
362 v8::Local<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int nObjDefnID)
391 pObjDef->m_pConstructor(pJSContext, obj, context->Global()->GetPrototype()->ToObject(context).ToLocalChecked());
    [all...]

Completed in 52 milliseconds