Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8_embeddertest.cpp38 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
54 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
81 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
95 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
109 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
123 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
137 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
151 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
165 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
192 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
/external/pdfium/fpdfsdk/javascript/
Dpublic_methods_embeddertest.cpp25 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
105 v8::Context::Scope context_scope(GetV8Context()); in TEST_F()
/external/pdfium/testing/
Djs_embedder_test.h23 v8::Local<v8::Context> GetV8Context();
Djs_embedder_test.cpp41 v8::Local<v8::Context> JSEmbedderTest::GetV8Context() { in GetV8Context() function in JSEmbedderTest