v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
js-generic-lowering.h File Reference
Include dependency graph for js-generic-lowering.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::compiler::JSGenericLowering
 

Namespaces

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

Macros

#define DECLARE_LOWER(x, ...)
 

Macro Definition Documentation

◆ DECLARE_LOWER

#define DECLARE_LOWER ( x,
... )
Value:
void Lower##x(Node* node);
int x

Definition at line 34 of file js-generic-lowering.h.