Make sure that the name accessor on functions return the expected
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 3 Oct 2008 07:14:31 +0000 (07:14 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 3 Oct 2008 07:14:31 +0000 (07:14 +0000)
commit9da356eea6c812a176f13f11460702754e2a154c
tree089768443e3a17c1d8830d1d0ac7634c129ff6d7
parent06fa6d1cde94c520c5f9c32ad2a0572d630203af
Make sure that the name accessor on functions return the expected
names.

- Set the correct name of library functions.
- Set the name of C++ callback functions.
- Clean up a couple of out-dated comments related to literal creation.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@414 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/apinatives.js
src/array.js
src/date-delay.js
src/debug-delay.js
src/math.js
src/messages.js
src/mirror-delay.js
src/regexp-delay.js
src/runtime.cc
src/runtime.js
src/string.js
src/uri.js
src/v8natives.js
test/cctest/test-api.cc
test/mjsunit/function-names.js [new file with mode: 0644]