v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
add-type-assertions-reducer.h
Go to the documentation of this file.
1// Copyright 2019 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef V8_COMPILER_ADD_TYPE_ASSERTIONS_REDUCER_H_
6#define V8_COMPILER_ADD_TYPE_ASSERTIONS_REDUCER_H_
7
12
13namespace v8 {
14namespace internal {
15
16namespace compiler {
17class Schedule;
18
19void AddTypeAssertions(JSGraph* jsgraph, Schedule* schedule, Zone* phase_zone);
20
21} // namespace compiler
22} // namespace internal
23} // namespace v8
24
25#endif // V8_COMPILER_ADD_TYPE_ASSERTIONS_REDUCER_H_
Schedule * schedule
JSGraph * jsgraph
friend Zone
Definition asm-types.cc:195
void AddTypeAssertions(JSGraph *jsgraph, Schedule *schedule, Zone *phase_zone)