Remove functors for array natives.

This commit is contained in:
wolfbeast 2019-06-12 11:03:35 +00:00 committed by Roy Tam
commit 18166cf949
3 changed files with 59 additions and 230 deletions

View file

@ -168,7 +168,7 @@ extern bool
array_join(JSContext* cx, unsigned argc, js::Value* vp);
extern void
ArrayShiftMoveElements(JSObject* obj);
ArrayShiftMoveElements(NativeObject* obj);
extern bool
array_shift(JSContext* cx, unsigned argc, js::Value* vp);