HomeSort by relevance Sort by last modified time
    Searched defs:FunctionLiteral (Results 1 - 3 of 3) sorted by null

  /external/v8/src/parsing/
parser.h 184 typedef v8::internal::FunctionLiteral* FunctionLiteral;
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::FunctionType type
    [all...]
preparser.h 680 FunctionLiteral::ParameterFlag has_duplicate_parameters,
681 FunctionLiteral::FunctionType function_type,
682 FunctionLiteral::EagerCompileHint eager_compile_hint, int position,
840 typedef PreParserExpression FunctionLiteral;
    [all...]
  /external/v8/src/ast/
ast.h 88 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_;
    [all...]

Completed in 749 milliseconds