Lines Matching refs:FunctionLiteral
123 typedef v8::internal::FunctionLiteral* FunctionLiteral;
215 FunctionLiteral* ParseProgram(Isolate* isolate, ParseInfo* info);
217 FunctionLiteral* ParseFunction(Isolate* isolate, ParseInfo* info,
219 FunctionLiteral* DoParseFunction(Isolate* isolate, ParseInfo* info,
223 FunctionLiteral* DoParseProgram(Isolate* isolate, ParseInfo* info);
308 FunctionLiteral::FunctionType function_type,
312 FunctionLiteral* function, VariableMode mode,
317 FunctionLiteral* CreateInitializerFunction(
385 FunctionLiteral* ParseFunctionLiteral(
388 int function_token_position, FunctionLiteral::FunctionType type,
438 FunctionLiteral* DefaultConstructor(const AstRawString* name, bool call_super,
447 FunctionLiteral::FunctionType function_type,
458 FunctionLiteral::FunctionType function_type,
688 V8_INLINE void AddFunctionForNameInference(FunctionLiteral* func_to_infer) {