v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
torque-code-generator.h File Reference
#include <iostream>
#include "src/torque/cfg.h"
#include "src/torque/declarable.h"
Include dependency graph for torque-code-generator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::torque::TorqueCodeGenerator
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::torque
 

Macros

#define EMIT_INSTRUCTION_DECLARATION(T)
 
#define EMIT_INSTRUCTION_DECLARATION(T)
 

Macro Definition Documentation

◆ EMIT_INSTRUCTION_DECLARATION [1/2]

#define EMIT_INSTRUCTION_DECLARATION ( T)
Value:
void EmitInstruction(const T& instruction, Stack<std::string>* stack);

Definition at line 83 of file torque-code-generator.h.

◆ EMIT_INSTRUCTION_DECLARATION [2/2]

#define EMIT_INSTRUCTION_DECLARATION ( T)
Value:
virtual void EmitInstruction(const T& instruction, \
Stack<std::string>* stack) = 0;

Definition at line 83 of file torque-code-generator.h.