| Index: src/arm/builtins-arm.cc
|
| diff --git a/src/arm/builtins-arm.cc b/src/arm/builtins-arm.cc
|
| index fd94243cdd827cec833baa88f0266e257fe82822..6420e7b7fc6b4f503e6a399cab869b0d63ad45d2 100644
|
| --- a/src/arm/builtins-arm.cc
|
| +++ b/src/arm/builtins-arm.cc
|
| @@ -910,17 +910,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.
|
| {
|
|
|