Home | History | Annotate | Download | only in src

Lines Matching defs:FunctionLiteral

95   V(FunctionLiteral)                            \
501 FunctionLiteral* fun() const { return fun_; }
512 FunctionLiteral* fun,
522 FunctionLiteral* fun_;
1336 Property(bool is_getter, FunctionLiteral* value);
2015 class FunctionLiteral: public Expression {
2033 DECLARE_NODE_TYPE(FunctionLiteral)
2089 FunctionLiteral(Isolate* isolate,
2653 FunctionLiteral* fun,
2808 FunctionLiteral* value) {
2936 FunctionLiteral* NewFunctionLiteral(
2946 FunctionLiteral::ParameterFlag has_duplicate_parameters,
2947 FunctionLiteral::Type type,
2948 FunctionLiteral::IsFunctionFlag is_function) {
2949 FunctionLiteral* lit = new(zone_) FunctionLiteral(
2955 if (is_function == FunctionLiteral::kIsFunction) {