|
V8 Project
|
#include <ast.h>
Collaboration diagram for v8::internal::AstNode::IdGen:Public Member Functions | |
| IdGen (int id=0) | |
| int | GetNextId () |
| int | ReserveIdRange (int n) |
Private Attributes | |
| int | id_ |
|
inlineexplicit |
|
inline |
Definition at line 191 of file ast.h.
References ReserveIdRange().
Here is the call graph for this function:
|
private |
Definition at line 199 of file ast.h.
Referenced by ReserveIdRange().