Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
test
/
e2e
/
resources
/
sources
/
eval-origin.html
blob: 9314bb158aff5b55199ec6e68dc9e7a5d5c22804 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
utf-8
>
<script
type
=
text/javascript
>
function
foo
()
{}
eval
(
'foo();//# sourceURL=call-to-foo.js'
);
//# sourceURL=foo.js
</script>
</head>
<body></body>
</html>