.. |
Bytecode
|
5bc3371226
LibJS: Perform received abrupt generator completions in the generator
|
2 년 전 |
Contrib
|
a7ce0509f7
LibJS: Add missing <AK/TypeCasts.h> include in $262Object.cpp
|
2 년 전 |
Heap
|
66a428ae03
LibJS+LibWeb: Return non-const types from Ptr class operators
|
2 년 전 |
Runtime
|
c0952e3670
LibJS: Do not allocate in Set's constructor
|
2 년 전 |
Tests
|
d218a68296
LibJS: Allow CallExpressions as lhs of assignments in most cases
|
2 년 전 |
AST.cpp
|
8319d7ac06
LibJS: Fix that constant declaration in for loop was mutable in body
|
2 년 전 |
AST.h
|
2c26ee89ac
LibJS: Remove m_first_invalid_property_range from ObjectExpression
|
2 년 전 |
CMakeLists.txt
|
84502f53b5
LibJS+js: Move the value print implementation to LibJS
|
2 년 전 |
Console.cpp
|
afeff4cebb
LibJS+js: Disable console debug messages outside Serenity only for `js`
|
2 년 전 |
Console.h
|
afeff4cebb
LibJS+js: Disable console debug messages outside Serenity only for `js`
|
2 년 전 |
CyclicModule.cpp
|
1dc9769f7d
LibJS: No longer assume there is a cycle root when module failed before
|
2 년 전 |
CyclicModule.h
|
b81816a539
LibJS+LibWeb: Make CyclicModule.h not include AST.h
|
2 년 전 |
Forward.h
|
3503c658fb
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
|
2 년 전 |
Interpreter.cpp
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 년 전 |
Interpreter.h
|
1a30e77001
LibJS: Make Interpreter.h not include AST.h
|
2 년 전 |
Lexer.cpp
|
b3edd94869
LibJS: Treat '\\' as an escaped character in template literals
|
2 년 전 |
Lexer.h
|
b0b022507b
LibJS: Reduce AST memory usage by shrink-wrapping source range info
|
2 년 전 |
MarkupGenerator.cpp
|
b0b022507b
LibJS: Reduce AST memory usage by shrink-wrapping source range info
|
2 년 전 |
MarkupGenerator.h
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
2 년 전 |
Module.cpp
|
58feae8b60
LibJS: Make CyclicModule.h not include PromiseCapability.h
|
2 년 전 |
Module.h
|
fb6de442c6
LibJS: Add [[HostDefined]] field to Modules
|
2 년 전 |
Parser.cpp
|
d218a68296
LibJS: Allow CallExpressions as lhs of assignments in most cases
|
2 년 전 |
Parser.h
|
2c26ee89ac
LibJS: Remove m_first_invalid_property_range from ObjectExpression
|
2 년 전 |
ParserError.cpp
|
e6331031c4
LibJS: Make Parser::Error a standalone ParserError class
|
2 년 전 |
ParserError.h
|
e6331031c4
LibJS: Make Parser::Error a standalone ParserError class
|
2 년 전 |
Print.cpp
|
84502f53b5
LibJS+js: Move the value print implementation to LibJS
|
2 년 전 |
Print.h
|
84502f53b5
LibJS+js: Move the value print implementation to LibJS
|
2 년 전 |
SafeFunction.h
|
202cc025e5
LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap
|
2 년 전 |
Script.cpp
|
e6331031c4
LibJS: Make Parser::Error a standalone ParserError class
|
2 년 전 |
Script.h
|
65e7c58990
LibJS: Make Script.h not include AST.h
|
2 년 전 |
SourceCode.cpp
|
c922d21ecb
LibJS: Unbreak test262-parser-tests after source range caching changes
|
2 년 전 |
SourceCode.h
|
f0482b61bf
LibJS: Make Error stack trace generation faster with a line break cache
|
2 년 전 |
SourceRange.h
|
b0b022507b
LibJS: Reduce AST memory usage by shrink-wrapping source range info
|
2 년 전 |
SourceTextModule.cpp
|
0c4befd811
LibJS: Use the source offset to sort imports in module
|
2 년 전 |
SourceTextModule.h
|
97b5f4814e
LibJS: Make SourceTextModule.h not include AST.h or Parser.h
|
2 년 전 |
SyntaxHighlighter.cpp
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 년 전 |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 년 전 |
SyntheticModule.cpp
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 년 전 |
SyntheticModule.h
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 년 전 |
Token.cpp
|
7db59124e8
LibJS: Make Token use the new double parser
|
2 년 전 |
Token.h
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 년 전 |