Changed computation of func.caller to skip some built-in functions.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Aug 2011 13:38:58 +0000 (13:38 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Aug 2011 13:38:58 +0000 (13:38 +0000)
commit2f2f90610e2befb2e2a7e1867054c86b23cc000c
tree6627a0f3f04e86b85f34c10f10c96c14959eaa19
parent3d88d16f47500c252b86b8d44a53f90850de2f90
Changed computation of func.caller to skip some built-in functions.
Now skips built-in functions called from other built-in functions,
so only the initally called built-in function is exposed.

Review URL: http://codereview.chromium.org/7740021

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9018 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/accessors.cc
test/mjsunit/function-caller.js