ladybird/Userland/Libraries/LibJS
Aliaksandr Kalenik a4a94de942 LibJS: Get initial_value from local variables if id represents a local
If identifier represents local variable we should get its value from
`local_variables` in `ExecutionContext` instead of environment.
2023-09-18 17:57:56 +02:00
..
Bytecode LibJS: Store bytecode instruction length in instruction itself 2023-09-14 16:11:14 +02:00
Contrib/Test262
Heap LibJS: Avoid pointless HashTable copying during GC mark phase 2023-09-15 12:12:54 +02:00
Runtime LibJS: Get initial_value from local variables if id represents a local 2023-09-18 17:57:56 +02:00
Tests LibJS: Get initial_value from local variables if id represents a local 2023-09-18 17:57:56 +02:00
AST.cpp
AST.h
CMakeLists.txt
Console.cpp
Console.h
CyclicModule.cpp
CyclicModule.h
Forward.h
Lexer.cpp
Lexer.h
MarkupGenerator.cpp LibJS: Use OrderedHashMap for the Shape property table 2023-09-17 21:00:11 +02:00
MarkupGenerator.h
Module.cpp
Module.h
Parser.cpp
Parser.h
ParserError.cpp
ParserError.h
Position.h
Print.cpp
Print.h
SafeFunction.h
Script.cpp
Script.h
SourceCode.cpp
SourceCode.h
SourceRange.h
SourceTextModule.cpp
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp
SyntheticModule.h
Token.cpp
Token.h