![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/add-type-assertions-reducer.h"
#include "src/compiler/node-properties.h"
#include "src/compiler/schedule.h"
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) |
TFGraph* graph = jsgraph->graph() |
Definition at line 21 of file add-type-assertions-reducer.cc.
JSGraph* jsgraph |
Definition at line 16 of file add-type-assertions-reducer.cc.
Zone* phase_zone |
Definition at line 18 of file add-type-assertions-reducer.cc.
Schedule* schedule |
Definition at line 17 of file add-type-assertions-reducer.cc.
SimplifiedOperatorBuilder* simplified = jsgraph->simplified() |
Definition at line 20 of file add-type-assertions-reducer.cc.