tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Userland
/
Libraries
/
LibJS
/
at
master
5 folders
36 files
Bytecode
Everywhere: Remove NonnullOwnPtr.h includes
3 years ago
Contrib
LibJS: Propagate errors from Intrinsics initialization
3 years ago
Heap
LibJS: Enforce proper const-propogation with {Nonnull,}GCPtr
3 years ago
Runtime
LibJS: Fix return type of Object::create_method_property()
3 years ago
Tests
LibJS: Make int_part a double in StringPrototype::to_string
3 years ago
AST.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
AST.h
Everywhere: Remove NonnullRefPtr.h includes
3 years ago
CMakeLists.txt
LibJS: Add to_string definitions to CodeGenerationError and ParserError
3 years ago
Console.cpp
Everywhere: Remove unintentional partial stream reads and writes
3 years ago
Console.h
LibWeb+LibJS: Format Console arguments with JS::Print
3 years ago
CyclicModule.cpp
LibJS: Convert NativeFunction::create() to NonnullGCPtr
3 years ago
CyclicModule.h
LibJS+LibWeb: Make CyclicModule.h not include AST.h
3 years ago
Forward.h
LibJS: Add DisposableStack{, Prototype, Constructor}
3 years ago
Interpreter.cpp
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
3 years ago
Interpreter.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
Lexer.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
Lexer.h
LibJS: Remove some usage of DeprecatedString usage from Lexer
3 years ago
MarkupGenerator.cpp
LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE
3 years ago
MarkupGenerator.h
LibJS: Convert MarkupGenerator to the new String
3 years ago
Module.cpp
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
3 years ago
Module.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
Parser.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Parser.h
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
3 years ago
ParserError.cpp
LibJS: Add to_string definitions to CodeGenerationError and ParserError
3 years ago
ParserError.h
LibJS: Add to_string definitions to CodeGenerationError and ParserError
3 years ago
Print.cpp
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
3 years ago
Print.h
Everywhere: Remove the `AK::` qualifier from Stream usages
3 years ago
SafeFunction.h
LibJS: Fix compilation of operator= for JS::SafeFunction
3 years ago
Script.cpp
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
3 years ago
Script.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
SourceCode.cpp
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
3 years ago
SourceCode.h
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
3 years ago
SourceRange.h
LibJS+LibWeb: Add a bunch of missing includes
3 years ago
SourceTextModule.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
SourceTextModule.h
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
3 years ago
SyntaxHighlighter.cpp
LibJS: Assign folding regions for JS files
3 years ago
SyntaxHighlighter.h
LibSyntax: Teach each highlighter about it's comment syntax
3 years ago
SyntheticModule.cpp
LibJS+LibWeb: Convert string view PrimitiveString instances to String
3 years ago
SyntheticModule.h
AK+Everywhere: Rename FlyString to DeprecatedFlyString
3 years ago
Token.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
Token.h
LibJS: Remove DeprecatedString usage from Token
3 years ago