![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| JSGenericLowering (JSGraph *jsgraph) | |
| const char * | reducer_name () const override |
| Reduction | Reduce (Node *node) final |
Public Member Functions inherited from v8::internal::compiler::Reducer | |
| virtual void | Finalize () |
Protected Member Functions | |
| void | ReplaceWithStubCall (Node *node, Callable c, CallDescriptor::Flags flags) |
| void | ReplaceWithStubCall (Node *node, Callable c, CallDescriptor::Flags flags, Operator::Properties properties) |
| void | ReplaceWithRuntimeCall (Node *node, Runtime::FunctionId f, int args=-1) |
| Zone * | zone () const |
| Isolate * | isolate () const |
| JSGraph * | jsgraph () const |
| Graph * | graph () const |
| CommonOperatorBuilder * | common () const |
| MachineOperatorBuilder * | machine () const |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::compiler::Reducer | |
| static Reduction | NoChange () |
| static Reduction | Replace (Node *node) |
| static Reduction | Changed (Node *node) |
Definition at line 24 of file js-generic-lowering.h.