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:
parent
ed100bc6f4
commit
f405cb6a77
2 changed files with 6 additions and 4 deletions
|
@ -1,3 +1 @@
|
|||
function foo() {
|
||||
"hello friends".length
|
||||
}
|
||||
"hello friends".length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue