Searched refs:NewContext (Results 1 - 18 of 18) sorted by relevance

/external/v8/test/cctest/
H A Dtest-log-stack-tracer.cc156 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
205 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
275 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
284 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
H A Dtest-cpu-profiler.cc1049 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1357 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1423 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1486 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1559 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1676 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1718 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1765 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1895 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1964 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSIO
[all...]
H A Dcctest.cc107 v8::Local<v8::Context> CcTest::NewContext(CcTestExtensionFlags extensions, function in class:CcTest
H A Dtest-profile-generator.cc504 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
580 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
687 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
H A Dtest-compiler.cc150 v8::Local<v8::Context> context = CcTest::NewContext(PRINT_EXTENSION);
217 CcTest::NewContext(PRINT_EXTENSION | GC_EXTENSION);
H A Dcctest.h158 static v8::Local<v8::Context> NewContext(
H A Dtest-macro-assembler-mips.cc143 v8::Local<v8::Context> context = CcTest::NewContext(PRINT_EXTENSION);
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.h39 IJS_Context* NewContext() override;
H A DJS_Runtime.cpp93 CJS_Context* pContext = (CJS_Context*)NewContext();
111 CJS_Context* pContext = (CJS_Context*)NewContext();
186 IJS_Context* CJS_Runtime::NewContext() { function in class:CJS_Runtime
H A DJS_Runtime_Stub.cpp126 IJS_Context* NewContext() override {
H A Dapp.cpp582 IJS_Context* pContext = pRuntime->NewContext();
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp152 IJS_Context* pContext = pRuntime->NewContext();
280 IJS_Context* pContext = pRuntime->NewContext();
322 IJS_Context* pContext = pRuntime->NewContext();
481 IJS_Context* pContext = pRuntime->NewContext();
534 IJS_Context* pContext = pRuntime->NewContext();
553 IJS_Context* pContext = pRuntime->NewContext();
H A Dfsdk_baseform.cpp2219 IJS_Context* pContext = pRuntime->NewContext();
2277 IJS_Context* pContext = pRuntime->NewContext();
/external/pdfium/fpdfsdk/include/javascript/
H A DIJavaScript.h146 virtual IJS_Context* NewContext() = 0;
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp1235 m_pJSContext = m_pSDKDoc->GetEnv()->GetJSRuntime()->NewContext();
1251 m_pJSContext = m_pSDKDoc->GetEnv()->GetJSRuntime()->NewContext();
/external/clang/include/clang/Sema/
H A DSema.h3563 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
3567 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
9232 Sema::ExpressionEvaluationContext NewContext,
9236 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl,
9240 Sema::ExpressionEvaluationContext NewContext,
9244 Actions.PushExpressionEvaluationContext(NewContext,
9231 EnterExpressionEvaluationContext(Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr, bool IsDecltype = false) argument
9239 EnterExpressionEvaluationContext(Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Sema::ReuseLambdaContextDecl_t, bool IsDecltype = false) argument
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1684 DeclContext *NewContext = local
1687 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext);
/external/clang/lib/Sema/
H A DSemaExpr.cpp12281 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, argument
12284 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(),
12293 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, argument
12297 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);

Completed in 813 milliseconds