Postpone counters triggered during GC, and use a HandleScope when calling back.
authorerikcorry <erikcorry@chromium.org>
Mon, 11 May 2015 10:57:55 +0000 (03:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 11 May 2015 10:57:53 +0000 (10:57 +0000)
commit5bc51bb454ba4e96e9bcbdc4106b6986a27eed6e
treefd253c9e87839b0dc16dad91bffb99aa7cabb7a3
parent0b81f67b12550c118f1a94528c73e1cec01263a2
Postpone counters triggered during GC, and use a HandleScope when calling back.

R=jkummerow@chromium.org,hpayer@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#28335}
include/v8.h
src/heap/heap.cc
src/heap/heap.h
src/isolate.cc
test/cctest/test-heap.cc