| Index: src/interpreter/bytecode-array-builder.h
|
| diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
|
| index 3930a06e1b6f64e60bd6718916a5ccb152195f93..1ad2ca0b8cbf9d958ff93d52ce442370ef69738e 100644
|
| --- a/src/interpreter/bytecode-array-builder.h
|
| +++ b/src/interpreter/bytecode-array-builder.h
|
| @@ -285,8 +285,8 @@ class BytecodeArrayBuilder final : public ZoneObject {
|
| static Bytecode BytecodeForBinaryOperation(Token::Value op);
|
| static Bytecode BytecodeForCountOperation(Token::Value op);
|
| static Bytecode BytecodeForCompareOperation(Token::Value op);
|
| - static Bytecode BytecodeForStoreIC(LanguageMode language_mode);
|
| - static Bytecode BytecodeForKeyedStoreIC(LanguageMode language_mode);
|
| + static Bytecode BytecodeForStaNamedProperty(LanguageMode language_mode);
|
| + static Bytecode BytecodeForStaKeyedProperty(LanguageMode language_mode);
|
| static Bytecode BytecodeForLoadGlobal(TypeofMode typeof_mode);
|
| static Bytecode BytecodeForStoreGlobal(LanguageMode language_mode);
|
| static Bytecode BytecodeForStoreLookupSlot(LanguageMode language_mode);
|
|
|