Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
5 年之前 |
Andreas Kling
|
053863f35e
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
|
5 年之前 |
Matthew Olsson
|
dd08c992e8
LibJS: Simplify and normalize publicly-exposed Object functions
|
5 年之前 |
Linus Groh
|
b962728c4e
LibWeb: Enforce set{Interval,Timeout}() min interval of 0
|
5 年之前 |
Linus Groh
|
c769784406
LibWeb: Allow setInterval() with no interval
|
5 年之前 |
Linus Groh
|
e3e9749d88
LibWeb: Let various functions throw if not enough arguments
|
5 年之前 |
Linus Groh
|
2d503b20da
LibWeb: Embrace Interpreter::{argument_count(), argument(index)}
|
5 年之前 |
Andreas Kling
|
1ec4db04cd
LibWeb: Add a simple window.location object with some getters :^)
|
5 年之前 |
Linus Groh
|
476094922b
LibJS: Pass Interpreter& to Value::to_number() et al.
|
5 年之前 |
Linus Groh
|
1a1394f7a2
LibJS: Change Value::to_object(Heap& -> Interpreter&)
|
5 年之前 |
Andreas Kling
|
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
|
5 年之前 |
Linus Groh
|
99be27b4a1
LibJS: Add "name" property to functions
|
5 年之前 |
mattco98
|
23ec578a01
LibJS: Implement correct attributes for (almost) all properties
|
5 年之前 |
Nick Tiberi
|
d12f27b58e
LibWeb: support confirm() with no arguments
|
5 年之前 |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
5 年之前 |
Nick Tiberi
|
1f6578ee0a
LibWeb: Implement JS confirm()
|
5 年之前 |
Linus Groh
|
9eb9b46640
LibWeb: Support alert() with no arguments
|
5 年之前 |
Linus Groh
|
62d0fa5af8
LibWeb: Use specific error classes when throwing exceptions
|
5 年之前 |
Andreas Kling
|
4ffac713b9
LibWeb: Add XMLHttpRequest object :^)
|
5 年之前 |
Andreas Kling
|
b3c62d0bc8
LibWeb: Expose the global object as "window"
|
5 年之前 |
Andreas Kling
|
bdffc9e7fb
LibJS: Support array holes, encoded as empty JS::Value
|
5 年之前 |
Andreas Kling
|
6e5c9970bf
LibWeb: Allow window.setTimeout() with no interval
|
5 年之前 |
Andreas Kling
|
ca90f88d4e
LibWeb: Add window.setTimeout()
|
5 年之前 |
Linus Groh
|
cd3e2690eb
LibJS: Set length property in Object::put_native_function()
|
5 年之前 |
Andreas Kling
|
a2b0cc8f08
LibWeb: Add "navigator" object and expose navigator.userAgent
|
5 年之前 |
Andreas Kling
|
a27884e4be
LibWeb: Remove debug spam in WindowObject
|
5 年之前 |
Andreas Kling
|
d062d7baa7
LibWeb+LibJS: Move DOM Window object to dedicated classes
|
5 年之前 |