1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 03:05:07 +00:00

LibJS: Implement basic MemberExpression parsing

At last we can parse "hello friends".length :^)
This commit is contained in:
Andreas Kling 2020-03-12 13:05:57 +01:00
parent ed100bc6f4
commit f405cb6a77
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1 @@
function foo() {
"hello friends".length
}
"hello friends".length