Lines Matching refs:m_pRuntime
18 : m_pRuntime(pRuntime), in CJS_EventContext()
26 return m_pRuntime->GetFormFillEnv(); in GetFormFillEnv()
31 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate()); in RunScript()
32 v8::HandleScope handle_scope(m_pRuntime->GetIsolate()); in RunScript()
33 v8::Local<v8::Context> context = m_pRuntime->GetV8Context(); in RunScript()
47 if (!m_pRuntime->AddEventToSet(event)) { in RunScript()
54 err = m_pRuntime->ExecuteScript(script); in RunScript()
56 m_pRuntime->RemoveEventFromSet(event); in RunScript()
62 v8::Local<v8::Object> pDocObj = m_pRuntime->NewFXJSBoundObject( in SourceField()
67 v8::Local<v8::Object> pFieldObj = m_pRuntime->NewFXJSBoundObject( in SourceField()
87 v8::Local<v8::Object> pDocObj = m_pRuntime->NewFXJSBoundObject( in TargetField()
92 v8::Local<v8::Object> pFieldObj = m_pRuntime->NewFXJSBoundObject( in TargetField()