Set inferred name of bound function to empty string.
authoryangguo <yangguo@chromium.org>
Mon, 4 May 2015 09:55:41 +0000 (02:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 4 May 2015 09:55:43 +0000 (09:55 +0000)
commitf42544b7682fcab242e00a3775e79dfdd9036040
treedac673ccc6d2f6d7e0b5e4f410f1ec232b69a8f2
parentd09e119bc4f14cc5d7eefb0bad20d4eeef3c42a4
Set inferred name of bound function to empty string.

Otherwise it's whatever the js minifier assigns it to.

R=jkummerow@chromium.org
BUG=chromium:484077
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#28190}
src/runtime/runtime-function.cc
test/mjsunit/regress/regress-crbug-484077.js [new file with mode: 0644]