v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
csa-generator.h File Reference
#include <optional>
#include "src/torque/torque-code-generator.h"
Include dependency graph for csa-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::CSAGenerator
 

Namespaces

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

Macros

#define EMIT_INSTRUCTION_DECLARATION(T)
 

Macro Definition Documentation

◆ EMIT_INSTRUCTION_DECLARATION

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

Definition at line 44 of file csa-generator.h.