git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Unreviwed, add a comment to describe the test's failure mode. Suggested by mlam.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
tests
/
stress
/
override-map-constructor.js
1
// This used to crash because overriding Map as a variable, not property, would trigger a bug in getOwnPropertySlot.
2
3
function Map() {
4
}