Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
пре 7 месеци |
Shannon Booth
|
9b79a686eb
LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T>
|
пре 7 месеци |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
пре 7 месеци |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
Linus Groh
|
6de4f1fcb3
LibJS: Add generic InvalidLength error type
|
пре 4 година |
Andreas Kling
|
7b863330dc
LibJS: Cache commonly used FlyStrings in the VM
|
пре 4 година |
Andreas Kling
|
063acda76e
LibJS: Remove a bunch of unnecessary uses of Cell::interpreter()
|
пре 4 година |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
пре 4 година |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
пре 4 година |
Andreas Kling
|
ba641e97d9
LibJS: Clarify Object (base class) construction somewhat
|
пре 5 година |
Andreas Kling
|
8d56e6103e
LibJS: Make Value::to_object() take a GlobalObject&
|
пре 5 година |
Andreas Kling
|
cd14ebb11f
LibJS: More Interpreter::global_object() removal
|
пре 5 година |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
пре 5 година |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
пре 5 година |
Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
пре 5 година |
Andreas Kling
|
053863f35e
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
|
пре 5 година |
Matthew Olsson
|
5ae9419a06
LibJS: Object index properties have descriptors; Handle sparse indices
|
пре 5 година |
Matthew Olsson
|
dd08c992e8
LibJS: Simplify and normalize publicly-exposed Object functions
|
пре 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 година |
Linus Groh
|
a81bce8c2a
LibJS: Make Array.length non-configurable
|
пре 5 година |
mattco98
|
18cfb9218a
LibJS: Set Array length attributes to "Configurable | Writable"
|
пре 5 година |
Linus Groh
|
418092a71a
LibJS: Implement Array length setter
|
пре 5 година |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
пре 5 година |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
пре 5 година |
Andreas Kling
|
2d7b495244
LibJS: Make Array constructor take its prototype
|
пре 5 година |
Linus Groh
|
9fab52a390
LibJS: Remove shift, pop, push functions from Array object
|
пре 5 година |
Andreas Kling
|
e5da1cc566
LibJS: Throw real TypeError, ReferenceError, etc objects
|
пре 5 година |
Andreas Kling
|
90ba0145f6
LibJS: Add a number-indexed property storage to all Objects
|
пре 5 година |
Andreas Kling
|
30440134cb
LibJS+LibWeb: Move native properties to separate getters/setters
|
пре 5 година |