v8/src/arm
mstarzinger@chromium.org 541840f8c1 Refactoring PropertyCallbackInfo & FunctionCallbackInfo, step 1.
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=dcarney@chromium.org, mstarzinger@chromium.org

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

Patch from Marja Hölttä <marja@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16673 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-09-12 09:09:39 +00:00
..
assembler-arm-inl.h remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
assembler-arm.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
assembler-arm.h Fix a crash when generating forward jumps to labels at very high assembly offsets 2013-08-01 08:13:08 +00:00
builtins-arm.cc Pass PC offset into runtime when compiling for OSR. 2013-09-11 12:39:00 +00:00
code-stubs-arm.cc Delete useless CompileStoreGlobal 2013-09-11 13:34:07 +00:00
code-stubs-arm.h remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
codegen-arm.cc Revert r16648, r16641, r16638 and r16637. 2013-09-11 18:30:01 +00:00
codegen-arm.h thread isolate for files starting with 'b' and 'c' 2013-09-03 06:57:16 +00:00
constants-arm.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
constants-arm.h ARM: Implement memcpy using NEON. 2013-07-10 15:32:39 +00:00
cpu-arm.cc Get rid of duplicated CPU::DebugBreak() method. 2013-08-23 11:43:30 +00:00
debug-arm.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
deoptimizer-arm.cc Generate a custom OSR entrypoint for OSR compiles on all platforms, and transition to optimized code using the special entrypoint, instead of through the deoptimizer. Do not install the OSR compiled code as _the_ optimized code for a function. 2013-09-09 16:34:40 +00:00
disasm-arm.cc Revert "ConstantPoolSizeAt() should return number of Instructions instead, otherwise, some of the code will be treated as constant pool when printing code in ARM disassembler." 2013-08-30 08:16:04 +00:00
frames-arm.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
frames-arm.h Introduce the SetFp function in StackHandler 2013-07-30 23:59:55 +00:00
full-codegen-arm.cc thread isolate for files starting with 'b' and 'c' 2013-09-03 06:57:16 +00:00
ic-arm.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
lithium-arm.cc Generate a custom OSR entrypoint for OSR compiles on all platforms, and transition to optimized code using the special entrypoint, instead of through the deoptimizer. Do not install the OSR compiled code as _the_ optimized code for a function. 2013-09-09 16:34:40 +00:00
lithium-arm.h thread isolate for HConstant::handle 2013-09-09 07:57:23 +00:00
lithium-codegen-arm.cc Generate a custom OSR entrypoint for OSR compiles on all platforms, and transition to optimized code using the special entrypoint, instead of through the deoptimizer. Do not install the OSR compiled code as _the_ optimized code for a function. 2013-09-09 16:34:40 +00:00
lithium-codegen-arm.h Generate a custom OSR entrypoint for OSR compiles on all platforms, and transition to optimized code using the special entrypoint, instead of through the deoptimizer. Do not install the OSR compiled code as _the_ optimized code for a function. 2013-09-09 16:34:40 +00:00
lithium-gap-resolver-arm.cc ARM/MIPS: Fix Constant-to-DoubleRegister moves in LGapResolver 2013-08-06 14:46:50 +00:00
lithium-gap-resolver-arm.h Reland "Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them.". 2013-08-20 11:10:24 +00:00
macro-assembler-arm.cc cleanup api callbacks now that handles are never returned directly 2013-08-27 13:41:44 +00:00
macro-assembler-arm.h cleanup api callbacks now that handles are never returned directly 2013-08-27 13:41:44 +00:00
regexp-macro-assembler-arm.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
regexp-macro-assembler-arm.h ARM: replace RegExpCEntryStub with DirectCEntryStub. 2013-09-10 13:50:26 +00:00
simulator-arm.cc cleanup api callbacks now that handles are never returned directly 2013-08-27 13:41:44 +00:00
simulator-arm.h Fix cctest/test-cpu-profiler/FunctionApplySample fakiness on ARM simulator 2013-07-16 09:34:09 +00:00
stub-cache-arm.cc Refactoring PropertyCallbackInfo & FunctionCallbackInfo, step 1. 2013-09-12 09:09:39 +00:00