Do not leak message object beyond try-catch.
authoryangguo <yangguo@chromium.org>
Tue, 26 May 2015 08:00:04 +0000 (01:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 26 May 2015 08:00:17 +0000 (08:00 +0000)
commit14eba9b27531911f8466a5877fc66b64bc98bdb6
tree738969d9999a6acfaefb3f9998696be58be00781
parent9c5b23756f6d287fc5f7fd98b5b2385a773304d8
Do not leak message object beyond try-catch.

R=mstarzinger@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#28612}
12 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/compiler/ast-graph-builder.cc
src/full-codegen.cc
src/full-codegen.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/ppc/full-codegen-ppc.cc
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/cctest/test-heap.cc