diff --git a/src/codegen.cc b/src/codegen.cc index 7a4bb12ed0..c80d906b34 100644 --- a/src/codegen.cc +++ b/src/codegen.cc @@ -243,23 +243,18 @@ bool CodeGenerator::ShouldGenerateLog(Expression* type) { // in the full script source. When counting characters in the script source the // the first character is number 0 (not 1). void CodeGenerator::SetFunctionInfo(Handle fun, - int length, - int function_token_position, - int start_position, - int end_position, - bool is_expression, + FunctionLiteral* lit, bool is_toplevel, - Handle