Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
5 years ago |
Andreas Kling
|
053863f35e
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
|
5 years ago |
Matthew Olsson
|
dd08c992e8
LibJS: Simplify and normalize publicly-exposed Object functions
|
5 years ago |
Linus Groh
|
1a1394f7a2
LibJS: Change Value::to_object(Heap& -> Interpreter&)
|
5 years ago |
Andreas Kling
|
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
|
5 years ago |
mattco98
|
23ec578a01
LibJS: Implement correct attributes for (almost) all properties
|
5 years ago |
Linus Groh
|
602a36970f
LibWeb: Add XMLHttpRequest.readyState and constants
|
5 years ago |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
5 years ago |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
5 years ago |
Linus Groh
|
62d0fa5af8
LibWeb: Use specific error classes when throwing exceptions
|
5 years ago |
Andreas Kling
|
4ffac713b9
LibWeb: Add XMLHttpRequest object :^)
|
5 years ago |