Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjs_engine_embeddertest.cpp31 v8::Context::Scope context_scope(current_engine->GetV8Context()); in CheckAssignmentInEngineContext()
41 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
59 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
68 v8::Context::Scope context_scope1(engine1.GetV8Context()); in TEST_F()
77 v8::Context::Scope context_scope2(engine2.GetV8Context()); in TEST_F()
92 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
105 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
Dcjs_publicmethods_embeddertest.cpp34 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
122 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
189 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
223 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
Dcjs_runtime.cpp151 v8::Local<v8::Context> context = GetV8Context(); in SetFormFillEnvToDocument()
189 v8::Local<v8::Context> context = GetV8Context(); in GetValueByNameFromGlobalObject()
205 v8::Local<v8::Context> context = GetV8Context(); in SetValueByNameInGlobalObject()
Dcfxjs_engine_unittest.cpp79 v8::Context::Scope context_scope(engine()->GetV8Context()); in TEST_F()
Dcfxjs_engine.h140 v8::Local<v8::Context> GetV8Context();
Dcfxjs_engine.cpp544 v8::Local<v8::Context> context = GetV8Context(); in ReleaseEngine()
646 v8::Local<v8::Context> CFXJS_Engine::GetV8Context() { in GetV8Context() function in CFXJS_Engine
Dcjs_event_context.cpp29 v8::Local<v8::Context> context = m_pRuntime->GetV8Context(); in RunScript()
/external/pdfium/testing/
Dexternal_engine_embedder_test.cpp35 v8::Local<v8::Context> ExternalEngineEmbedderTest::GetV8Context() { in GetV8Context() function in ExternalEngineEmbedderTest
36 return m_Engine->GetV8Context(); in GetV8Context()
Dexternal_engine_embedder_test.h29 v8::Local<v8::Context> GetV8Context();