| OLD | NEW |
| (Empty) |
| 1 This page's JavaScript calls an anonymous function from different contexts. | |
| 2 | |
| 3 To run this test manually, load it in the browser then load the WebInspector and
look at the profile. Beneath onload and startTest it should show three children
, an anonymous function, script context, and the endTest call. | |
| 4 | |
| 5 Profile title: Same anonymous function called from different contexts | |
| 6 Thread_1 (no file) (line 0) | |
| 7 startTest anonymous-function-called-from-different-contexts.html (line 11) | |
| 8 anonymousFunction profiler-test-JS-resources.js (line 29) | |
| 9 insertNewText profiler-test-JS-resources.js (line 17) | |
| 10 createElement (no file) (line 0) | |
| 11 createTextNode (no file) (line 0) | |
| 12 appendChild (no file) (line 0) | |
| 13 getElementById (no file) (line 0) | |
| 14 eval (no file) (line 0) | |
| 15 (program) (no file) (line 1) | |
| 16 anonymousFunction profiler-test-JS-resources.js (line 29) | |
| 17 insertNewText profiler-test-JS-resources.js (line 17) | |
| 18 createElement (no file) (line 0) | |
| 19 createTextNode (no file) (line 0) | |
| 20 appendChild (no file) (line 0) | |
| 21 getElementById (no file) (line 0) | |
| 22 endTest profiler-test-JS-resources.js (line 1) | |
| 23 | |
| 24 | |
| OLD | NEW |