index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
self-hosting
/
alternate-static-and-instance-array-extras.js
blob: 38c8383571f79c8a3a0f83cf07bcfda5a4e1f123 (
plain
)
1
2
3
actual = Array.indexOf([]); actual += [].indexOf(); actual += Array.indexOf([]);