.. |
Bytecode
|
5e976d611e
LibJS/JIT: Add builtin for Math.pow()
|
1 년 전 |
Contrib
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Heap
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
JIT
|
5e976d611e
LibJS/JIT: Add builtin for Math.pow()
|
1 년 전 |
Runtime
|
5e976d611e
LibJS/JIT: Add builtin for Math.pow()
|
1 년 전 |
Tests
|
2372584b18
LibJS/JIT: Continue to outer `finally` before returning
|
1 년 전 |
AST.cpp
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 년 전 |
AST.h
|
ae8c98104a
LibJS: Cache bytecode executables on the corresponding AST nodes
|
1 년 전 |
CMakeLists.txt
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Console.cpp
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 년 전 |
Console.h
|
396655d145
LibJS: Begin implementing console.dir
|
2 년 전 |
CyclicModule.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
CyclicModule.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Forward.h
|
04c094343f
LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types
|
1 년 전 |
Lexer.cpp
|
34344120f2
AK: Make "foo"_string infallible
|
2 년 전 |
Lexer.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 년 전 |
MarkupGenerator.cpp
|
e33145aa4b
LibJS: Use OrderedHashMap for the Shape property table
|
1 년 전 |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 년 전 |
Module.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Module.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Parser.cpp
|
ffe304e88b
LibJS: Don't create `arguments` object due to `o.arguments` access
|
1 년 전 |
Parser.h
|
ffe304e88b
LibJS: Don't create `arguments` object due to `o.arguments` access
|
1 년 전 |
ParserError.cpp
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
2 년 전 |
ParserError.h
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
2 년 전 |
Position.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 년 전 |
Print.cpp
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
2 년 전 |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 년 전 |
SafeFunction.h
|
0ff29349e6
LibJS: Add GC graph dumper
|
1 년 전 |
Script.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Script.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
SourceCode.cpp
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 년 전 |
SourceCode.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 년 전 |
SourceRange.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 년 전 |
SourceTextModule.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
SourceTextModule.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
SyntaxHighlighter.cpp
|
ba4db899d4
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
|
1 년 전 |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 년 전 |
SyntheticModule.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
SyntheticModule.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Token.cpp
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 년 전 |
Token.h
|
cfa6b4d815
LibJS: Remove DeprecatedString usage from Token
|
2 년 전 |