This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-02 09:23:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f2d9280342edccc8b79ae352d2815d55ca535d2e
ladybird
/
Userland
/
Libraries
/
LibJS
History
Daniel Bertalan
c6c20d3bf3
LibJS/Bytecode: Use CopyDataProperties AO for destructuring
...
The previous ad-hoc implementation ignored the non-enumerable flag.
2023-07-06 12:11:02 +01:00
..
Bytecode
LibJS/Bytecode: Use CopyDataProperties AO for destructuring
2023-07-06 12:11:02 +01:00
Contrib
/Test262
…
Heap
…
Runtime
LibJS: Avoid RequireObjectCoercible when creating super references
2023-07-06 08:54:46 +02:00
Tests
…
AST.cpp
LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject
2023-07-05 21:03:01 +02:00
AST.h
LibJS: Add ScopeNode::for_each_var_declared_identifier()
2023-07-05 21:03:01 +02:00
CMakeLists.txt
…
Console.cpp
…
Console.h
…
CyclicModule.cpp
…
CyclicModule.h
…
Forward.h
LibJS: Update bytecode generator to use local variables
2023-07-05 21:03:01 +02:00
Interpreter.cpp
…
Interpreter.h
…
Lexer.cpp
…
Lexer.h
…
MarkupGenerator.cpp
…
MarkupGenerator.h
…
Module.cpp
…
Module.h
…
Parser.cpp
LibJS: Null check current scope pusher before register_identifier call
2023-07-05 21:21:09 +02:00
Parser.h
LibJS: Update parser to detect if identifier refer a "local" variable
2023-07-05 21:03:01 +02:00
ParserError.cpp
…
ParserError.h
…
Print.cpp
…
Print.h
…
SafeFunction.h
…
Script.cpp
…
Script.h
…
SourceCode.cpp
…
SourceCode.h
…
SourceRange.h
…
SourceTextModule.cpp
LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject
2023-07-05 21:03:01 +02:00
SourceTextModule.h
…
SyntaxHighlighter.cpp
…
SyntaxHighlighter.h
…
SyntheticModule.cpp
…
SyntheticModule.h
…
Token.cpp
…
Token.h
…