Searched defs:FunctionLiteral (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.h365 typedef v8::internal::FunctionLiteral* FunctionLiteral; typedef in struct:v8::internal::ParserTraits::Type
429 FunctionLiteral* func_to_infer) {
526 static FunctionLiteral* EmptyFunctionLiteral() { return NULL; }
587 FunctionLiteral* ParseFunctionLiteral(
590 int function_token_position, FunctionLiteral::FunctionType type,
591 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
674 FunctionLiteral* ParseProgram();
676 FunctionLiteral* ParseLazy();
677 FunctionLiteral* ParseLaz
[all...]
H A Dpreparser.h49 // typedef FunctionLiteral;
67 typedef typename Traits::Type::FunctionLiteral FunctionLiteralT;
1079 FunctionLiteral::ParameterFlag has_duplicate_parameters,
1080 FunctionLiteral::FunctionType function_type,
1081 FunctionLiteral::IsFunctionFlag is_function,
1082 FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind,
1130 typedef PreParserExpression FunctionLiteral; typedef in struct:v8::internal::PreParserTraits::Type
1389 int function_token_position, FunctionLiteral::FunctionType type,
1390 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
1524 FunctionLiteral
[all...]
H A Dast.h78 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, function in class:v8::internal::FINAL
3092 FunctionLiteral* fun,
3344 FunctionLiteral* valu
[all...]

Completed in 109 milliseconds