Sign in
webkit
/
WebKit
/
3b10315dd633db67848f93ec9ed71c300476a6a3
/
.
/
Source
/
JavaScriptCore
/
tests
/
stress
/
override-map-constructor.js
blob: a5c9b4b092d82fd9683d7d8a1dac7d9b4d843ffe [
file
] [
log
] [
blame
]
// This used to crash because overriding Map as a variable, not property, would trigger a bug in getOwnPropertySlot.
function
Map
()
{
}