Lines Matching refs:FunctionLiteral
107 FunctionLiteral* literal() { return literal_; } in literal()
108 void set_literal(FunctionLiteral* literal) { literal_ = literal; } in set_literal()
196 FunctionLiteral* literal_; // produced by full parser.
337 typedef v8::internal::FunctionLiteral* FunctionLiteral; typedef
402 FunctionLiteral* func_to_infer) { in InferFunctionName()
488 static FunctionLiteral* EmptyFunctionLiteral() { return NULL; } in EmptyFunctionLiteral()
570 FunctionLiteral* ParseFunctionLiteral(
573 int function_token_position, FunctionLiteral::FunctionType type,
581 FunctionLiteral::FunctionType function_type, bool* ok);
736 FunctionLiteral* ParseProgram(Isolate* isolate, ParseInfo* info);
738 FunctionLiteral* ParseLazy(Isolate* isolate, ParseInfo* info);
739 FunctionLiteral* ParseLazy(Isolate* isolate, ParseInfo* info,
743 FunctionLiteral* DoParseProgram(ParseInfo* info);
986 FunctionLiteral* ParseFunctionLiteral(
989 int function_token_position, FunctionLiteral::FunctionType type,
1035 FunctionLiteral* DefaultConstructor(const AstRawString* name, bool call_super,
1060 FunctionLiteral::FunctionType function_type, bool* ok);
1149 FunctionKind kind, FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()