ladybird/Userland/Libraries/LibJS
Linus Groh 7af1d2c170 LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed property
E.g. for "0" we have to contruct a PropertyName with Type::Number so it
looks in the indexed properties as expected.
2021-04-20 18:53:07 +02:00
..
Heap
Runtime
Tests
AST.cpp
AST.h
CMakeLists.txt
Console.cpp
Console.h
Forward.h
Interpreter.cpp
Interpreter.h
Lexer.cpp
Lexer.h
MarkupGenerator.cpp
MarkupGenerator.h
Parser.cpp
Parser.h
SourceRange.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
Token.cpp
Token.h