Lines Matching defs:id_gen

383   Expression(Zone* zone, int pos, IdGen* id_gen)  in Expression()
430 BreakableType breakable_type, int position, IdGen* id_gen) in BreakableStatement()
472 bool is_initializer_block, int pos, IdGen* id_gen) in Block()
743 IdGen* id_gen) in IterationStatement()
777 IdGen* id_gen) in DoWhileStatement()
814 IdGen* id_gen) in WhileStatement()
865 IdGen* id_gen) in ForStatement()
907 IdGen* id_gen) in ForEachStatement()
947 IdGen* id_gen) in ForInStatement()
1010 IdGen* id_gen) in ForOfStatement()
1168 IdGen* id_gen) in SwitchStatement()
1206 Statement* else_statement, int pos, IdGen* id_gen) in IfStatement()
1328 explicit DebuggerStatement(Zone* zone, int pos, IdGen* id_gen) in DebuggerStatement()
1386 Literal(Zone* zone, const AstValue* value, int position, IdGen* id_gen) in Literal()
1414 MaterializedLiteral(Zone* zone, int literal_index, int pos, IdGen* id_gen) in MaterializedLiteral()
1546 IdGen* id_gen) in ObjectLiteral()
1575 IdGen* id_gen) in RegExpLiteral()
1620 int pos, IdGen* id_gen) in ArrayLiteral()
1722 Property(Zone* zone, Expression* obj, Expression* key, int pos, IdGen* id_gen) in Property()
1819 int pos, IdGen* id_gen) in Call()
1882 int pos, IdGen* id_gen) in CallNew()
1938 ZoneList<Expression*>* arguments, int pos, IdGen* id_gen) in CallRuntime()
1967 IdGen* id_gen) in UnaryOperation()
2012 Expression* right, int pos, IdGen* id_gen) in BinaryOperation()
2071 int pos, IdGen* id_gen) in CountOperation()
2114 Expression* right, int pos, IdGen* id_gen) in CompareOperation()
2145 Expression* else_expression, int position, IdGen* id_gen) in Conditional()
2277 Kind yield_kind, int pos, IdGen* id_gen) in Yield()
2301 Throw(Zone* zone, Expression* exception, int pos, IdGen* id_gen) in Throw()
2455 int position, IdGen* id_gen) in FunctionLiteral()
2520 int position, IdGen* id_gen) in ClassLiteral()
2544 v8::Extension* extension, int pos, IdGen* id_gen) in NativeFunctionLiteral()
2572 SuperReference(Zone* zone, VariableProxy* this_var, int pos, IdGen* id_gen) in SuperReference()
3072 AstNode::IdGen* id_gen) in AstNodeFactory()