Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
před 8 měsíci |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
před 8 měsíci |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
před 4 roky |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
před 4 roky |
Linus Groh
|
f369229770
LibJS: Replace all uses of to_size_t() and remove it :^)
|
před 4 roky |
Marcin Gasperowicz
|
b24ce0b5ee
LibJS: Implement String.prototype.split
|
před 4 roky |
Andreas Kling
|
f48751a739
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
|
před 4 roky |
Xavier Cooney
|
1cf92d39eb
LibJS: Implement String.prototype.endsWith()
|
před 4 roky |
Andreas Kling
|
2d9d883274
LibJS: Add a basic implementation of String.prototype.substr()
|
před 4 roky |
Andreas Kling
|
7b863330dc
LibJS: Cache commonly used FlyStrings in the VM
|
před 4 roky |
Linus Groh
|
123f98201e
LibJS: Use String::formatted() in various other places
|
před 4 roky |
Andreas Kling
|
fa18baf3e8
LibJS: Add Value::is_nullish()
|
před 4 roky |
AnotherTest
|
5fbec2b003
AK: Move trim_whitespace() into StringUtils and add it to StringView
|
před 4 roky |
Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
před 4 roky |
Andreas Kling
|
591b7b7031
LibJS: Remove js_string(Interpreter&, ...)
|
před 4 roky |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
před 4 roky |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
před 4 roky |
Ben Wiederhake
|
08f9bc26a6
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
|
před 4 roky |
Andreas Kling
|
d1b58ee9ad
LibJS: Move well-known symbols to the VM
|
před 4 roky |
Linus Groh
|
9ea6ef4ed1
LibJS: Make Interpreter::throw_exception() a void function
|
před 4 roky |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
před 5 roky |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
před 5 roky |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
před 5 roky |
Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
před 5 roky |
Nico Weber
|
248b79d687
LibJS: Add FIXMEs to a few functions that need UTF-16 handling
|
před 5 roky |
Nico Weber
|
979e02c0a8
LibJS: Implement String.prototype.charCodeAt
|
před 5 roky |
Matthew Olsson
|
c831fb17bf
LibJS: Add StringIterator
|
před 5 roky |
Andreas Kling
|
2fe4285693
LibJS: Object::initialize() overrides must always call base class
|
před 5 roky |
Andreas Kling
|
8d56e6103e
LibJS: Make Value::to_object() take a GlobalObject&
|
před 5 roky |
Andreas Kling
|
cd14ebb11f
LibJS: More Interpreter::global_object() removal
|
před 5 roky |