Home | History | Annotate | Download | only in src

Lines Matching defs:FunctionLiteral

365     typedef v8::internal::FunctionLiteral* FunctionLiteral;
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* ParseLazy(Utf16CharacterStream* source);
687 FunctionLiteral* DoParseProgram(CompilationInfo* info, Scope** scope,
772 FunctionLiteral* ParseFunctionLiteral(
775 int function_token_position, FunctionLiteral::FunctionType type,
776 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);