| Index: src/mips64/builtins-mips64.cc
|
| diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc
|
| index b00ba88da42d8bdf9d080a068478f137c764b6af..389d39be6c824ae1659a696ab04eaa58a13e21cb 100644
|
| --- a/src/mips64/builtins-mips64.cc
|
| +++ b/src/mips64/builtins-mips64.cc
|
| @@ -907,17 +907,6 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
|
| // receiver with the global proxy when called as functions (without an
|
| // explicit receiver object).
|
| // - Code aging of the BytecodeArray object.
|
| - // - Supporting FLAG_trace.
|
| - //
|
| - // The following items are also not done here, and will probably be done using
|
| - // explicit bytecodes instead:
|
| - // - Allocating a new local context if applicable.
|
| - // - Setting up a local binding to the this function, which is used in
|
| - // derived constructors with super calls.
|
| - // - Setting new.target if required.
|
| - // - Dealing with REST parameters (only if
|
| - // https://codereview.chromium.org/1235153006 doesn't land by then).
|
| - // - Dealing with argument objects.
|
|
|
| // Perform stack guard check.
|
| {
|
|
|