kill builtins.tbl (479888, r=jorendorff).

This commit is contained in:
2009-05-05 17:36:26 -07:00
parent b168c041b8
commit 44581945d7
8 changed files with 108 additions and 66 deletions

View File

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