Sign in
webkit
/
WebKit
/
898462b151a4390b0e2c5949e168b50e866761ad
/
.
/
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
();
});