v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
add-type-assertions-reducer.cc File Reference
Include dependency graph for add-type-assertions-reducer.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Functions

void v8::internal::compiler::AddTypeAssertions (JSGraph *jsgraph, Schedule *schedule, Zone *phase_zone)
 

Variable Documentation

◆ graph

TFGraph* graph = jsgraph->graph()

Definition at line 21 of file add-type-assertions-reducer.cc.

◆ jsgraph

JSGraph* jsgraph

Definition at line 16 of file add-type-assertions-reducer.cc.

◆ phase_zone

Zone* phase_zone

Definition at line 18 of file add-type-assertions-reducer.cc.

◆ schedule

Schedule* schedule

Definition at line 17 of file add-type-assertions-reducer.cc.

◆ simplified

SimplifiedOperatorBuilder* simplified = jsgraph->simplified()

Definition at line 20 of file add-type-assertions-reducer.cc.