diff --git a/src/interpreter/OWNERS b/src/interpreter/OWNERS index cd7c1db6d0..f013999565 100644 --- a/src/interpreter/OWNERS +++ b/src/interpreter/OWNERS @@ -1,4 +1,3 @@ -bmeurer@chromium.org leszeks@chromium.org mythria@chromium.org rmcilroy@chromium.org diff --git a/src/interpreter/interpreter-generator.cc b/src/interpreter/interpreter-generator.cc index c4ca458a88..8f5fe7efe4 100644 --- a/src/interpreter/interpreter-generator.cc +++ b/src/interpreter/interpreter-generator.cc @@ -539,9 +539,9 @@ IGNITION_HANDLER(LdaNamedProperty, InterpreterAssembler) { } } -// LdaPropertyNofeedback +// LdaNamedPropertyNoFeedback // -// Calls the GetProperty builtin for and the key in the accumulator. +// Calls the GetProperty builtin for and the key . IGNITION_HANDLER(LdaNamedPropertyNoFeedback, InterpreterAssembler) { TNode object = LoadRegisterAtOperandIndex(0); TNode name = CAST(LoadConstantPoolEntryAtOperandIndex(1)); @@ -552,7 +552,7 @@ IGNITION_HANDLER(LdaNamedPropertyNoFeedback, InterpreterAssembler) { Dispatch(); } -// KeyedLoadIC +// LdaKeyedProperty // // Calls the KeyedLoadIC at FeedBackVector slot for and the key // in the accumulator. @@ -684,7 +684,7 @@ IGNITION_HANDLER(StaInArrayLiteral, InterpreterAssembler) { Dispatch(); } -// StaDataPropertyInLiteral +// StaDataPropertyInLiteral // // Define a property with value from the accumulator in . // Property attributes and whether set_function_name are stored in