Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
JSTests
/
stress
/
jsfunction-cannot-use-allocation-profile-with-builtin-functions-with-no-prototype.js
blob: 7c04bb6f1ac6c65660ee24e4eaf10d9d915b2217 [
file
] [
log
] [
blame
]
Object
.
defineProperty
(
Function
.
prototype
,
'prototype'
,
{
get
:
function
()
{
throw
new
Error
(
'hello'
);
}
});
new
Promise
(
resolve
=>
{
new
resolve
();
});