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

/external/v8/src/parsing/
H A Dparser.h184 typedef v8::internal::FunctionLiteral* FunctionLiteral; typedef in struct:v8::internal::ParserTypes
285 FunctionLiteral* ParseProgram(Isolate* isolate, ParseInfo* info);
287 FunctionLiteral* ParseFunction(Isolate* isolate, ParseInfo* info);
288 FunctionLiteral* DoParseFunction(ParseInfo* info,
293 FunctionLiteral* DoParseProgram(ParseInfo* info);
353 FunctionLiteral::FunctionType function_type,
358 FunctionLiteral* function, VariableMode mode,
494 FunctionLiteral* ParseFunctionLiteral(
497 int function_token_position, FunctionLiteral
[all...]
H A Dpreparser.h680 FunctionLiteral::ParameterFlag has_duplicate_parameters,
681 FunctionLiteral::FunctionType function_type,
682 FunctionLiteral::EagerCompileHint eager_compile_hint, int position,
840 typedef PreParserExpression FunctionLiteral; typedef in struct:v8::internal::ParserTypes
977 int function_token_pos, FunctionLiteral::FunctionType function_type,
1100 FunctionLiteral::FunctionType function_type,
/external/v8/src/ast/
H A Dast.h88 V(FunctionLiteral) \
486 FunctionLiteral* represented_function() { return represented_function_; }
487 void set_represented_function(FunctionLiteral* f) {
508 FunctionLiteral* represented_function_;
545 FunctionLiteral* fun() const { return fun_; }
546 void set_fun(FunctionLiteral* f) { fun_ = f; }
551 FunctionDeclaration(VariableProxy* proxy, FunctionLiteral* fun, Scope* scope,
557 FunctionLiteral* fun_;
2553 class FunctionLiteral final : public Expression {
2700 FunctionLiteral(Zon function in class:v8::internal::final
[all...]

Completed in 166 milliseconds