v8/test/cctest/heap
Igor Sheludko b4fdce5ae9 [cleanup] Prepare V8-internal AccessorInfo objects for sharing.
Rename |property_attributes| to |initial_property_attributes| and ensure
that it is used as a storage of values only for AccessorInfos installed in
API Templates (i.e. ObjectTemplate and FunctionTemplate).
When an AccessorInfo is installed directly into an existing JS object
(via JSObject::SetAccessor) or into a DescriptorArray (when certain V8
objects' shapes are configured) it is not necessary to thread attributes
being set through the AccessorInfo instance.

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Ibe61026f08c42549756f694129a286635ffe5769
Reviewed-on: https://chromium-review.googlesource.com/730425
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48978}
2017-10-26 15:21:46 +00:00
..
heap-tester.h [heap] Fix top_on_previous_step_ check in PagedSpace::AllocateRaw. 2017-10-26 11:10:57 +00:00
heap-utils.cc [heap] Remove dead code related to idle finalization rounds. 2017-10-12 07:11:05 +00:00
heap-utils.h [heap] Exclude the owner of the linear allocation area from evacuation. 2016-11-03 12:13:23 +00:00
test-alloc.cc [cleanup] Prepare V8-internal AccessorInfo objects for sharing. 2017-10-26 15:21:46 +00:00
test-array-buffer-tracker.cc Dispose isolate at end of UNINITIALIZED_TEST 2017-10-04 16:21:09 +00:00
test-compaction.cc Fix CompactionPartiallyAbortedPageWithStoreBufferEntries 2017-10-18 09:27:11 +00:00
test-concurrent-marking.cc [heap] Introduce on-hold concurrent marking work list 2017-10-10 11:33:39 +00:00
test-heap.cc Reland "[objects] Introduce {CodeDataContainer} object type." 2017-10-25 12:43:56 +00:00
test-incremental-marking.cc [fullcodegen] Delete FullCodegen. 2017-08-11 11:50:05 +00:00
test-invalidated-slots.cc [test] Add stress_incremental_marking testing variant 2017-10-05 13:10:42 +00:00
test-lab.cc [iwyu] Remove stale TODOs about objects-inl.h inclusion. 2017-10-09 11:14:59 +00:00
test-mark-compact.cc [cleanup] Make LanguageMode an enum class 2017-10-16 11:44:01 +00:00
test-page-promotion.cc [heap] Pause Sweeper tasks on Scavenge 2017-10-16 15:27:09 +00:00
test-spaces.cc [jumbo] Fix collision between test-alloc.cc and test-spaces.cc. 2017-10-26 14:19:26 +00:00