Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Linus Groh
|
cad40ec953
LibJS: Convert RegExpObject::create() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Andreas Kling
|
ac417f3304
LibJS: Make RegExpObject.h not include AST.h
|
2 年之前 |
leeight
|
0d96468e9b
LibJS: Implement RegExp legacy static properties
|
2 年之前 |
Linus Groh
|
1da66b5879
LibJS: Implement the RegExpAlloc AO
|
2 年之前 |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
2 年之前 |
Linus Groh
|
f0b793db74
LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]
|
2 年之前 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 年之前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年之前 |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 年之前 |
Ali Mohammad Pur
|
f4b26b0cea
LibJS: Hook up the 'v' (unicodeSets) RegExp flag
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 年之前 |
Ali Mohammad Pur
|
2b028f6faa
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
|
3 年之前 |
Idan Horowitz
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
d9f5e2d461
LibJS: Convert the RegExpInitialize AO to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
78fd8c1ca2
LibJS: Make escape_regexp_pattern() a RegExpObject member function
|
3 年之前 |
Timothy Flynn
|
7c54b6bd45
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
|
3 年之前 |
Timothy Flynn
|
f1dd770a8a
LibJS: Parse RegExp literals at AST creation time, not execution time
|
4 年之前 |
Timothy Flynn
|
a0c19deb80
LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec
|
4 年之前 |
Idan Horowitz
|
306d59276a
LibJS: Stop using a native property for RegExp's lastIndex property
|
4 年之前 |
Matthew Olsson
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
1db943e146
LibJS: Implement (mostly) String.prototype.match
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |