The Picard Maneuver@lemmy.worldM to memes@lemmy.world · 12 hours agoMaking a difference, one date at a time.imagemessage-square79linkfedilinkarrow-up1656arrow-down18
arrow-up1648arrow-down1imageMaking a difference, one date at a time.The Picard Maneuver@lemmy.worldM to memes@lemmy.world · 12 hours agomessage-square79linkfedilink
minus-squarelime!@feddit.nulinkfedilinkarrow-up2·7 hours agoi couldn’t actually find any of that in spidermonkey. i was looking in js/vm/arrayobject and its parents, didn’t see any others.
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up1·7 hours agoI’m guessing it’s this? https://searchfox.org/firefox-main/source/js/src/builtin/Array.cpp
minus-squarelime!@feddit.nulinkfedilinkarrow-up1·7 hours agoi did look at that but i started out here: https://searchfox.org/firefox-main/source/js/src/vm/ArrayObject.h because it inherits from NativeObject.
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up1·7 hours agoYes, and since that’s the wrong place I kept looking, and found the link I just sent you
minus-squarelime!@feddit.nulinkfedilinkarrow-up1·7 hours agoi edited my thing, i did start at array.cpp but only found references to other places so i went digging down the stack.
i couldn’t actually find any of that in spidermonkey. i was looking in js/vm/arrayobject and its parents, didn’t see any others.
I’m guessing it’s this? https://searchfox.org/firefox-main/source/js/src/builtin/Array.cpp
i did look at that but i started out here: https://searchfox.org/firefox-main/source/js/src/vm/ArrayObject.h because it inherits from NativeObject.
Yes, and since that’s the wrong place I kept looking, and found the link I just sent you
i edited my thing, i did start at array.cpp but only found references to other places so i went digging down the stack.