v8/test/cctest/heap
neis f33a4078e8 [runtime] Let native setters have a return value.
Native setters (see AccessorInfo in accessors.h) didn't have the ability
to return a result value. As a consequence of this, for instance, Reflect.set
on the length property of arrays had the wrong behavior:

var y = [];
Object.defineProperty(y, 0, {value: 42, configurable: false})
Reflect.set(y, 'length', 0)

The Reflect.set call used to return true. Now it returns false as
required by the spec.

BUG=v8:5401

Review-Url: https://codereview.chromium.org/2397603003
Cr-Commit-Position: refs/heads/master@{#40579}
2016-10-26 09:00:08 +00:00
..
heap-tester.h Reland "[heap] Start sweeper tasks after evacuation" (second try). 2016-10-25 15:34:39 +00:00
heap-utils.cc [heap] Use size_t in free list and evacuation candidate selection. 2016-10-13 10:50:52 +00:00
heap-utils.h Move kMaxRegularHeapObjectSize into globals 2016-09-06 12:59:37 +00:00
test-alloc.cc [runtime] Let native setters have a return value. 2016-10-26 09:00:08 +00:00
test-array-buffer-tracker.cc [heap] Introduce enum of garbage collection reasons. 2016-09-07 10:03:08 +00:00
test-compaction.cc [heap] Introduce enum of garbage collection reasons. 2016-09-07 10:03:08 +00:00
test-heap.cc [heap] Move typed slot filtering logic into sweeper. 2016-10-21 09:05:00 +00:00
test-incremental-marking.cc [tracing] Avoid Gcc compilation fail by declaring AddTraceEvent function in Class derived from Platform Class. 2016-09-28 08:47:33 +00:00
test-lab.cc [heap] Set progress bar flag for FixedArray upon allocation 2016-09-30 11:13:51 +00:00
test-mark-compact.cc [heap] Refactor marking deque. 2016-10-24 09:07:28 +00:00
test-page-promotion.cc Reland "[heap] Start sweeper tasks after evacuation" (second try). 2016-10-25 15:34:39 +00:00
test-spaces.cc [heap] Update verification of LO_SPACE in SizeOfInitialHeap 2016-10-05 19:47:27 +00:00