OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pRuntime
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp
17
:
m_pRuntime
(pRuntime), m_bBusy(FALSE), m_bMsgBoxEnable(TRUE) {
26
return
m_pRuntime
->GetReaderDocument();
30
return
m_pRuntime
->GetReaderApp();
35
v8::Isolate::Scope isolate_scope(
m_pRuntime
->GetIsolate());
37
v8::Locker locker(
m_pRuntime
->GetIsolate());
39
v8::HandleScope handle_scope(
m_pRuntime
->GetIsolate());
40
v8::Local<v8::Context> context =
m_pRuntime
->NewJSContext();
52
if (!
m_pRuntime
->AddEventToSet(event)) {
60
nRet =
m_pRuntime
->Execute(this, script.c_str(), &sErrorMessage);
69
m_pRuntime
->RemoveEventFromSet(event)
[
all
...]
JS_Object.h
91
CJS_Runtime* GetRuntime() const { return m_bValid ?
m_pRuntime
: nullptr; }
112
CJS_Runtime* const
m_pRuntime
;
JS_Context.h
126
CJS_Runtime* GetJSRuntime() const { return
m_pRuntime
; }
131
CJS_Runtime*
m_pRuntime
;
JS_Object.cpp
110
m_pRuntime
(pRuntime),
115
m_pRuntime
->AddObserver(this);
Completed in 322 milliseconds