| Index: src/ia32/interface-descriptors-ia32.cc
|
| diff --git a/src/ia32/interface-descriptors-ia32.cc b/src/ia32/interface-descriptors-ia32.cc
|
| index f6ad72c6d798c9853583988d9aa318878dc802d7..2077dd76e6c56087039a6dfe7325c40132a92234 100644
|
| --- a/src/ia32/interface-descriptors-ia32.cc
|
| +++ b/src/ia32/interface-descriptors-ia32.cc
|
| @@ -106,6 +106,10 @@ void ToNumberDescriptor::InitializePlatformSpecific(
|
|
|
|
|
| // static
|
| +const Register ToLengthDescriptor::ReceiverRegister() { return eax; }
|
| +
|
| +
|
| +// static
|
| const Register ToStringDescriptor::ReceiverRegister() { return eax; }
|
|
|
|
|
|
|