Bug 711273 - rm cruft: JS_REQUIRES_STACK, find-child.py, jsstack.js, fallibility of ClonedBlockObject::put/UnwindScope (r=waldo)

This commit is contained in:
Luke Wagner
2011-12-20 17:31:28 -08:00
parent 63d604536b
commit 6b0f795516
17 changed files with 55 additions and 474 deletions

View File

@@ -2015,7 +2015,7 @@ struct SortComparatorFunction {
SortComparatorFunction(JSContext *cx, const Value &fval, InvokeArgsGuard &ag)
: cx(cx), fval(fval), ag(ag) { }
bool JS_REQUIRES_STACK operator()(const Value &a, const Value &b, bool *lessOrEqualp);
bool operator()(const Value &a, const Value &b, bool *lessOrEqualp);
};
bool