mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Remove functors for array natives.
This commit is contained in:
parent
ea2349157d
commit
18166cf949
3 changed files with 59 additions and 230 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue