v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
js-graph.h File Reference
Include dependency graph for js-graph.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::JSGraph
 

Namespaces

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

Macros

#define CACHED_GLOBAL_LIST(V)
 
#define DECLARE_GETTER(name, Type)
 
#define CACHED_CENTRY_LIST(V)
 
#define DECLARE_FIELD(name, ...)
 

Macro Definition Documentation

◆ CACHED_CENTRY_LIST

#define CACHED_CENTRY_LIST ( V)
Value:
V(CEntryStub1Constant) \
V(CEntryStub2Constant) \
V(CEntryStub3Constant) \
V(CEntryStub1WithBuiltinExitFrameConstant)
#define V(Name)

Definition at line 160 of file js-graph.h.

◆ CACHED_GLOBAL_LIST

#define CACHED_GLOBAL_LIST ( V)

Definition at line 113 of file js-graph.h.

◆ DECLARE_FIELD

#define DECLARE_FIELD ( name,
... )
Value:
Node* name##_ = nullptr;
#define _

Definition at line 167 of file js-graph.h.

◆ DECLARE_GETTER

#define DECLARE_GETTER ( name,
Type )
Value:
TNode<Type> name();
const char * name
Definition builtins.cc:39

Definition at line 151 of file js-graph.h.