Bug 545274 - nanojit: start adding alias info to loads/stores/calls (TM-specific part). r=jseward.

This commit is contained in:
Nicholas Nethercote
2010-03-02 13:47:17 +11:00
parent e5c16f0c03
commit 5dd748ef5b
16 changed files with 253 additions and 189 deletions

View File

@@ -464,7 +464,7 @@ js_CloseIterator(JSContext *cx, jsval v)
#endif
return JS_TRUE;
}
JS_DEFINE_CALLINFO_2(FRIEND, BOOL, js_CloseIterator, CONTEXT, JSVAL, 0, 0)
JS_DEFINE_CALLINFO_2(FRIEND, BOOL, js_CloseIterator, CONTEXT, JSVAL, 0, nanojit::ACC_STORE_ANY)
static JSBool
CallEnumeratorNext(JSContext *cx, JSObject *iterobj, uintN flags, jsval *rval)