.. |
Bytecode
|
1bbfaf8627
LibJS: More properly implement scoping rules in bytecode codegen
|
3 سال پیش |
Heap
|
7676b1b925
LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^)
|
3 سال پیش |
Runtime
|
b29e19c52a
LibJS: Implement and test getters added by resizable ArrayBuffer
|
3 سال پیش |
Tests
|
b29e19c52a
LibJS: Implement and test getters added by resizable ArrayBuffer
|
3 سال پیش |
AST.cpp
|
a97b5393d0
LibJS: Ensure we only call toString on computed properties once
|
3 سال پیش |
AST.h
|
bfa4bc6f2d
LibJS: Remove unused FunctionNode::set_name()
|
3 سال پیش |
CMakeLists.txt
|
0bdb293262
LibJS: Add an initial implementation of Collator Compare Functions
|
3 سال پیش |
Console.cpp
|
1fba221b46
LibJS: Implement console.time/timeLog/timeEnd() methods
|
3 سال پیش |
Console.h
|
1fba221b46
LibJS: Implement console.time/timeLog/timeEnd() methods
|
3 سال پیش |
CyclicModule.cpp
|
47cdd90836
LibJS: Use new NativeFunction::create() in most places
|
3 سال پیش |
CyclicModule.h
|
f568939568
LibJS: Implement the import assertions proposal
|
3 سال پیش |
Forward.h
|
7676b1b925
LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^)
|
3 سال پیش |
Interpreter.cpp
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 سال پیش |
Interpreter.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 سال پیش |
Lexer.cpp
|
92e0378dbd
LibJS: Always inline Lexer::current_code_point()
|
3 سال پیش |
Lexer.h
|
56c425eec1
LibJS: Detect invalid unicode and stop lexing at that point
|
3 سال پیش |
MarkupGenerator.cpp
|
58ccca6a9d
LibJS+js: Pretty-print Date objects using the ToDateString AO
|
3 سال پیش |
MarkupGenerator.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 سال پیش |
Module.cpp
|
6b5c882af3
LibJS: Add support for JSON modules
|
3 سال پیش |
Module.h
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 سال پیش |
Parser.cpp
|
2c6183da1e
LibJS: Allow methods in classes named 'async'
|
3 سال پیش |
Parser.h
|
602190f66f
LibJS: Fix mixing of logical and coalescing operators
|
3 سال پیش |
Script.cpp
|
aeb72fe9d0
LibJS: Reduce header dependency graph in Realm.h
|
3 سال پیش |
Script.h
|
6ddbe8f953
LibJS: Add [[HostDefined]] internal slot to Script objects
|
3 سال پیش |
SourceRange.h
|
a95b321bf1
LibJS: Add missing headers
|
3 سال پیش |
SourceTextModule.cpp
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 سال پیش |
SourceTextModule.h
|
f568939568
LibJS: Implement the import assertions proposal
|
3 سال پیش |
SyntaxHighlighter.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 سال پیش |
SyntaxHighlighter.h
|
71b4433b0d
LibWeb+LibSyntax: Implement nested syntax highlighters
|
4 سال پیش |
SyntheticModule.cpp
|
aeb72fe9d0
LibJS: Reduce header dependency graph in Realm.h
|
3 سال پیش |
SyntheticModule.h
|
6b5c882af3
LibJS: Add support for JSON modules
|
3 سال پیش |
Token.cpp
|
7624c3de0e
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
|
3 سال پیش |
Token.h
|
0cb0979990
LibJS: Add Token::flystring_value() to produce FlyString directly
|
3 سال پیش |