mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibJS: Implement basic MemberExpression parsing
At last we can parse "hello friends".length :^)
This commit is contained in:
parent
ed100bc6f4
commit
f405cb6a77
Notes:
sideshowbarker
2024-07-19 08:45:18 +09:00
Author: https://github.com/awesomekling
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