93
edits
(added more sections) |
m (all hg links point to tip) |
||
| Line 28: | Line 28: | ||
<code>nsJetpack</code> contains functionality allowing chrome code to examine the JavaScript heap. The semantics of this are described at a high level in Atul's blog post entitled [http://www.toolness.com/wp/?p=604 Fun with SpiderMonkey]. | <code>nsJetpack</code> contains functionality allowing chrome code to examine the JavaScript heap. The semantics of this are described at a high level in Atul's blog post entitled [http://www.toolness.com/wp/?p=604 Fun with SpiderMonkey]. | ||
The source code for this functionality is in [http://hg.mozilla.org/labs/jetpack/file/ | The source code for this functionality is in [http://hg.mozilla.org/labs/jetpack/file/tip/components/src/memory_profiler.cpp memory_profiler.cpp]. | ||
=== profileMemory() === | === profileMemory() === | ||
| Line 34: | Line 34: | ||
== Miscellaneous Functions == | == Miscellaneous Functions == | ||
The source code for this functionality is in [http://hg.mozilla.org/labs/jetpack/file/ | The source code for this functionality is in [http://hg.mozilla.org/labs/jetpack/file/tip/components/src/tcb.cpp tcb.cpp]. | ||
=== functionInfo() === | === functionInfo() === | ||
=== seal() === | === seal() === | ||
edits