| Index: src/ia32/builtins-ia32.cc
|
| diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc
|
| index 16081779aff56d1f7be6e268b45896ba209aa8a6..70b2ad16d36e4498506648b6f1a8c17c4f5aa14e 100644
|
| --- a/src/ia32/builtins-ia32.cc
|
| +++ b/src/ia32/builtins-ia32.cc
|
| @@ -646,17 +646,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.
|
| {
|
|
|