diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-20 20:51:03 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-20 21:56:40 +0100 |
commit | a3d2e074466598598ce1b3b8dadbb7c22c54b0a8 (patch) | |
tree | 99cb6578eb77d467360d8060875ba7cbd1a1ebb1 /Base | |
parent | 86642add2facc03297abbdb857e0a127cc51295f (diff) | |
download | serenity-a3d2e074466598598ce1b3b8dadbb7c22c54b0a8.zip |
LibJS: Parse computed MemberExpressions
MemberExpression comes in two flavors:
computed: a[b]
non-computed: a.b
We can now parse both of the types. :^)
Diffstat (limited to 'Base')
0 files changed, 0 insertions, 0 deletions