Home
last modified time | relevance | path

Searched refs:GetV8Context (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fxjs/
Dcfxjs_engine_embeddertest.cpp26 v8::Context::Scope context_scope(current_engine->GetV8Context()); in CheckAssignmentInEngineContext()
36 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
53 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
62 v8::Context::Scope context_scope1(engine1.GetV8Context()); in TEST_F()
70 v8::Context::Scope context_scope2(engine2.GetV8Context()); in TEST_F()
84 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
97 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
Dcjs_publicmethods_embeddertest.cpp28 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
116 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
183 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
219 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
Dcjs_runtime.cpp144 v8::Local<v8::Context> context = GetV8Context(); in SetFormFillEnvToDocument()
182 v8::Local<v8::Context> context = GetV8Context(); in GetValueByNameFromGlobalObject()
204 v8::Local<v8::Context> context = GetV8Context(); in SetValueByNameInGlobalObject()
Dcfxjs_engine_unittest.cpp70 v8::Context::Scope context_scope(engine()->GetV8Context()); in TEST_F()
Dcfxjs_engine.h129 v8::Local<v8::Context> GetV8Context();
Dcjs_event_context.cpp33 v8::Local<v8::Context> context = m_pRuntime->GetV8Context(); in RunScript()
Dcfxjs_engine.cpp520 v8::Local<v8::Context> context = GetV8Context(); in ReleaseEngine()
625 v8::Local<v8::Context> CFXJS_Engine::GetV8Context() { in GetV8Context() function in CFXJS_Engine
/external/pdfium/testing/
Djs_embedder_test.cpp38 v8::Local<v8::Context> JSEmbedderTest::GetV8Context() { in GetV8Context() function in JSEmbedderTest
39 return m_Engine->GetV8Context(); in GetV8Context()
Djs_embedder_test.h27 v8::Local<v8::Context> GetV8Context();