MIPS: Refactoring PropertyCallbackInfo & FunctionCallbackInfo, step 1.
authorpalfia@homejinni.com <palfia@homejinni.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 13 Sep 2013 00:04:29 +0000 (00:04 +0000)
committerpalfia@homejinni.com <palfia@homejinni.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 13 Sep 2013 00:04:29 +0000 (00:04 +0000)
commit617f7546a753e8dc8e00782c829d688c99f23df7
treeb06be52f344c47ea2c6f089d5629c89b4cd798a1
parente9c4a498665dc998ff4b9d1f3b4c9733be9d4501
MIPS: Refactoring PropertyCallbackInfo & FunctionCallbackInfo, step 1.

Port r16688 (fcae0bcf)

Original commit message:
The goal is to unify PropertyCallbackInfo and FunctionCallbackInfo so that they
contain the same fields.

The field order will be:
holder
isolate
return value default value
return value
data
this

This step 1 reorders the PropertyCallbackInfo fields.

BUG=
R=gergely@homejinni.com

Review URL: https://codereview.chromium.org/23513045

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16697 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/stub-cache-mips.cc