index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
GlobalObject.h
Age
Commit message (
Expand
)
Author
2021-06-28
LibJS: Add and use the %ThrowTypeError% intrinsic
Idan Horowitz
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-23
LibJS: Correct behaviour of direct vs. indirect eval
Anonymous
2021-06-22
LibJS: Begin implementing GlobalEnvironmentRecord
Andreas Kling
2021-06-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-21
LibJS: Rename virtuals in EnvironmentRecord
Andreas Kling
2021-06-21
LibJS: Convert EnvironmentRecord & friends to east-const style
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-11
LibJS: Only initialize in add_constructor() if not already done
Linus Groh
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-06-05
LibJS: Add the global escape() & unescape() methods
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
LibJS: Implement the encode/decodeURI(Component) family of functions
Idan Horowitz
2021-03-19
LibJS: Add fast_is<T> for StringObject and GlobalObject
Andreas Kling
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-15
LibJS: Add naive implementation of eval() :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling