Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith)

This commit is contained in:
Jason Orendorff
2008-10-08 17:08:33 -05:00
parent 384f797846
commit fccf374129
36 changed files with 1316 additions and 1183 deletions

View File

@@ -434,7 +434,7 @@ js_ValueToIterator(JSContext *cx, uintN flags, jsval *vp)
goto out;
}
JS_FRIEND_API(bool) JS_FASTCALL
JS_FRIEND_API(JSBool) JS_FASTCALL
js_CloseIterator(JSContext *cx, jsval v)
{
JSObject *obj;