Revision: 18145
Author:   [email protected]
Date:     Fri Nov 29 01:47:48 2013 UTC
Log:      MIPS: Fetch strictmode in the interceptor setter from the IC.

Port r18140 (9d563402)

BUG=
[email protected]

Review URL: https://codereview.chromium.org/96043003
http://code.google.com/p/v8/source/detail?r=18145

Modified:
 /branches/bleeding_edge/src/mips/stub-cache-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/stub-cache-mips.cc Fri Nov 29 01:46:43 2013 UTC +++ /branches/bleeding_edge/src/mips/stub-cache-mips.cc Fri Nov 29 01:47:48 2013 UTC
@@ -2619,13 +2619,10 @@

   __ Push(receiver(), this->name(), value());

-  __ li(scratch1(), Operand(Smi::FromInt(strict_mode())));
-  __ push(scratch1());  // strict mode
-
   // Do tail-call to the runtime system.
   ExternalReference store_ic_property =
ExternalReference(IC_Utility(IC::kStoreInterceptorProperty), isolate());
-  __ TailCallExternalReference(store_ic_property, 4, 1);
+  __ TailCallExternalReference(store_ic_property, 3, 1);

   // Handle store cache miss.
   __ bind(&miss);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to