Mercurial > spidermonkey-playground
view memory_profiler.h @ 69:be61430630ab
Separated out some of the TCB-specific code into tcb.cpp/h.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 25 Jun 2009 17:53:28 -0700 |
parents | 853f80bd3b4b |
children |
line wrap: on
line source
#include "jsapi.h" extern JSBool profileMemory(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);