Idan Horowitz
|
ba77b40808
|
LibJS: Implement the encode/decodeURI(Component) family of functions
These are generally useful and in particular needed for twitter.com
|
2021-04-14 13:30:10 +02:00 |
|
Andreas Kling
|
0a911178ce
|
LibJS: Add fast_is<T> for StringObject and GlobalObject
Both of these are quite hot in profiles.
|
2021-03-19 23:12:47 +01:00 |
|
Andreas Kling
|
d792200a55
|
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
This function was shadowing Object::initialize() which cannot be called
on global objects and has a different set of parameters.
|
2021-03-17 16:53:35 +01:00 |
|
Andreas Kling
|
4da3e5d91f
|
LibJS: Add naive implementation of eval() :^)
This parses and executes a code string in the caller's lexical scope.
|
2021-03-15 21:20:33 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|