Chromium Code Reviews

Issue 25549002: MIPS: Refactor PropertyCallbackInfo & FunctionCallbackInfo, part 3. (Closed)

Created:
7 years, 2 months ago by kilvadyb
Modified:
7 years, 2 months ago
Reviewers:
Jakob Kummerow, Paul Lind, danno, kisg, palfia, marja
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Refactor PropertyCallbackInfo & FunctionCallbackInfo, part 3. Port r17032 (3bdce1d) Original commit message: This CL starts using positive array indices instead of negative array indices for the PropertyCallbackInfo and FunctionCallbackInfo fields. Also, the indices match now, so they can be unified in the next step. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+31 lines, -37 lines)
M src/mips/stub-cache-mips.cc View 11 chunks +31 lines, -37 lines 0 comments

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 2 months ago (2013-10-01 15:27:00 UTC) #1
Paul Lind
LGTM, I'll land it for you.
7 years, 2 months ago (2013-10-01 18:50:46 UTC) #2
Paul Lind
7 years, 2 months ago (2013-10-01 18:56:18 UTC) #3
Committed as r17056.

Powered by Google App Engine