Sign in
webkit
/
WebKit
/
43e0e14f3e70f29dc1155726982c213b5c1c457a
/
.
/
JSTests
/
stress
/
initialize_functions_after_arguments.js
blob: 6498a66f4708f2e5b108da382fd102aa3ef62942 [
file
] [
log
] [
blame
]
(
function
(
Thing
){
function
Thing
()
{
}
function
other
()
{
Thing
;
}
Thing
();
})(
2
)