index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
ErrorConstructor.cpp
Age
Commit message (
Expand
)
Author
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-06-20
LibJS: Object::initialize() overrides must always call base class
Andreas Kling
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-08
LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object()
Andreas Kling
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-05
LibJS: run clang-format on all the files
Emanuele Torre
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-18
LibJS: Pass prototype to Function constructors
Andreas Kling
2020-04-18
LibJS: Pass prototype to Error constructors
Andreas Kling
2020-04-13
LibJS: Tweak FunctionPrototype::to_string and constructors
Stephan Unverwerth
2020-04-10
LibJS: Use enumerator macros for boilerplate code around native types
Andreas Kling
2020-04-10
LibJS: Add all the Error subclasses
Andreas Kling
2020-04-01
LibJS: Implement Error function/constructor
Linus Groh