Home | History | Annotate | Download | only in src

Lines Matching defs:FunctionLiteral

78   V(FunctionLiteral)            \
540 FunctionLiteral* fun() const { return fun_; }
550 FunctionLiteral* fun,
561 FunctionLiteral* fun_;
1483 ObjectLiteralProperty(Zone* zone, bool is_getter, FunctionLiteral* value,
2309 class FunctionLiteral FINAL : public Expression {
2338 DECLARE_NODE_TYPE(FunctionLiteral)
2447 FunctionLiteral(Zone* zone, const AstRawString* name,
3092 FunctionLiteral* fun,
3344 FunctionLiteral* value,
3482 FunctionLiteral* NewFunctionLiteral(
3486 FunctionLiteral::ParameterFlag has_duplicate_parameters,
3487 FunctionLiteral::FunctionType function_type,
3488 FunctionLiteral::IsFunctionFlag is_function,
3489 FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind,
3491 FunctionLiteral* lit = new (zone_) FunctionLiteral(
3497 if (is_function == FunctionLiteral::kIsFunction) {