Andreas Kling
|
98f2da9834
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
|
4 rokov pred |
Andreas Kling
|
f79d4c7347
LibJS: Remove Interpreter& argument to Function::construct()
|
4 rokov pred |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
4 rokov pred |
Matthew Olsson
|
5ecd504f4e
LibJS: Implement spec-compliant Object.prototype.toString
|
5 rokov pred |
Matthew Olsson
|
7a1d485b19
LibJS: Integrate Symbols into objects as valid keys
|
5 rokov pred |
Matthew Olsson
|
bda39ef7ab
LibJS: Explicitly pass a "Function& new_target" to Function::construct
|
5 rokov pred |
Matthew Olsson
|
98323e19e5
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
|
5 rokov pred |
Linus Groh
|
afcfea2001
LibJS: Handle "receiver" argument in Reflect.{get,set}()
|
5 rokov pred |
Andreas Kling
|
af51dc105a
LibJS+LibWeb: Add JS::Object::inherits(class_name)
|
5 rokov pred |
Matthew Olsson
|
39576b2238
LibJS: Add JSON.stringify
|
5 rokov pred |
Matthew Olsson
|
39ad42defd
LibJS: Add Proxy objects
|
5 rokov pred |