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

  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 288 v8::Local<v8::Context> v8Context =
290 v8::Context::Scope context_scope(v8Context);
293 v8Context->SetAlignedPointerInEmbedderData(kPerContextDataIndex, pIRuntime);
300 v8Context->Global()
302 ->ToObject(v8Context)
307 pObjDef->m_pConstructor(pIRuntime, v8Context->Global()
309 ->ToObject(v8Context)
319 v8Context->Global()->Set(v8Context, m_ObjName, obj).FromJust();
323 pV8PersistentContext->Reset(pIsolate, v8Context);
    [all...]
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 151 void FXJS_SetRuntimeForV8Context(v8::Local<v8::Context> v8Context,

Completed in 220 milliseconds