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
commit f405cb6a77
Notes: sideshowbarker 2024-07-19 08:45:18 +09:00
2 changed files with 6 additions and 4 deletions

View file

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