git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
DFG optimizes out strict mode arguments tear off
[WebKit-https.git]
/
LayoutTests
/
fast
/
js
/
dfg-arguments-strict-mode.html
1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2
<html>
3
<head>
4
<script src="resources/js-test-pre.js"></script>
5
</head>
6
<body>
7
<script src="script-tests/dfg-arguments-strict-mode.js"></script>
8
<script src="resources/js-test-post.js"></script>
9
</body>
10
</html>