Implement prefixed-destructuring assignment
https://bugs.webkit.org/show_bug.cgi?id=121930
Reviewed by Mark Hahnenberg.
Source/JavaScriptCore:
Relanding with fix after rollout - it helps to not completely destroy
optimisations for no reason.
LayoutTests:
Relanding with fix after rollout - it helps to not completely destroy
optimisations for no reason.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156785 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/js/destructuring-assignment.html b/LayoutTests/js/destructuring-assignment.html
new file mode 100644
index 0000000..a5ffe5b
--- /dev/null
+++ b/LayoutTests/js/destructuring-assignment.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
+<script src="../resources/js-test-pre.js"></script>
+</head>
+<body>
+<script src="script-tests/destructuring-assignment.js"></script>
+<script src="../resources/js-test-post.js"></script>
+</body>
+</html>