Home | History | Annotate | Download | only in parsing

Lines Matching refs:FunctionLiteral

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,
541 FunctionLiteral* DefaultConstructor(const AstRawString* name, bool call_super,
562 FunctionLiteral::FunctionType function_type,
821 V8_INLINE void AddFunctionForNameInference(FunctionLiteral* func_to_infer) {
940 V8_INLINE static FunctionLiteral* EmptyFunctionLiteral() { return nullptr; }
1110 void AddAccessorPrefixToFunctionName(bool is_get, FunctionLiteral* function,