Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
8 months ago |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 months ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Linus Groh
|
7dd77020ae
LibJS: Use enumerator macros to define RegExp.prototype flag getters
|
4 years ago |
AnotherTest
|
210a3db44d
LibJS: Implement `RegExpPrototype::exec()'
|
4 years ago |
AnotherTest
|
8ba273a2f3
LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'
|
4 years ago |
Linus Groh
|
e163db248d
LibJS: Implement RegExp.prototype.toString() as standalone function
|
4 years ago |
Andreas Kling
|
af51dc105a
LibJS+LibWeb: Add JS::Object::inherits(class_name)
|
5 years ago |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 years ago |
Matthew Olsson
|
61ac1d3ffa
LibJS: Lex and parse regex literals, add RegExp objects
|
5 years ago |