Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
JSTests
/
stress
/
InternalFunctionAllocationProfile-createAllocationStructureFromBase-should-allow-for-same-classInfo-from-different-globals.js
blob: 8ea6bafdaecba3640e009483a7fa3d3cba703f45 [
file
] [
log
] [
blame
]
global1
=
createGlobalObject
();
global2
=
createGlobalObject
();
function
bar
()
{}
Reflect
.
construct
(
global1
.
Object
,
{},
bar
);
Reflect
.
construct
(
global2
.
Object
,
{},
bar
);