Closed Bug 478215 Opened 15 years ago Closed 13 years ago

Unexpose js_AllocStack

Categories

(Core :: JavaScript Engine, defect)

Other Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jorendorff, Unassigned)

Details

We abuse this in a few places outside the engine:

http://mxr.mozilla.org/mozilla-central/search?string=js_AllocStack&case=on&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central

Now that js_AllocStack is JS_REQUIRES_STACK, it's problematic for non-engine code to be calling it (bug 476643).  I think I can rewrite those places to use JSAutoTempValueRooter instead.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.