Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
8 月之前 |
Shannon Booth
|
c2988a7dd5
LibJS: Don't directly teach the heap about the javascript VM or Realm
|
8 月之前 |
Shannon Booth
|
0bf2a8362a
LibJS: Make Value inherit from a NanBoxedValue
|
8 月之前 |
Shannon Booth
|
520aa04092
LibJS: Move Handle's Value specialization to Value header
|
11 月之前 |
rmg-x
|
ea20545853
LibJS: Add support for Float16Array
|
8 月之前 |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 月之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |
Linus Groh
|
f369229770
LibJS: Replace all uses of to_size_t() and remove it :^)
|
4 年之前 |
Linus Groh
|
9be0b664e3
LibJS: Make length_of_array_like() take an Object rather than Value
|
4 年之前 |
Marcin Gasperowicz
|
b24ce0b5ee
LibJS: Implement String.prototype.split
|
4 年之前 |
asynts
|
7e62ffbc6e
AK+Format: Remove TypeErasedFormatParams& from format function.
|
4 年之前 |
Xavier Cooney
|
43f948b357
LibJS: Implement IsRegExp abstract operation
|
4 年之前 |
Linus Groh
|
5eb1f752ab
LibJS: Use new format functions everywhere
|
4 年之前 |
Linus Groh
|
eaa85969c4
LibJS: Add Value::to_{index,length,integer_or_infinity} abstract operations
|
4 年之前 |
Andreas Kling
|
e1bbc7c075
LibJS: Make JS::Value constructors take const cell pointers
|
4 年之前 |
Luke
|
bb22b04d44
LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute
|
4 年之前 |
Andreas Kling
|
fa18baf3e8
LibJS: Add Value::is_nullish()
|
4 年之前 |
Andreas Kling
|
1df18c58f5
LibJS: Make all the JS::Value binary op helpers take GlobalObject&
|
4 年之前 |
Andreas Kling
|
aaa8b48a4c
LibJS: Remove use of Interpreter& in JSONObject code
|
4 年之前 |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 年之前 |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
4 年之前 |
Matthew Olsson
|
dd49ec17a2
LibJS: Implement spec-complient instance_of operation
|
5 年之前 |
Andreas Kling
|
0166a1fa74
LibJS: Make NativeProperty a plain Cell instead of an Object
|
5 年之前 |
Andreas Kling
|
8d56e6103e
LibJS: Make Value::to_object() take a GlobalObject&
|
5 年之前 |
Matthew Olsson
|
39576b2238
LibJS: Add JSON.stringify
|
5 年之前 |
Andreas Kling
|
10aebabf0b
LibJS: BigInts and Symbols values are cells and the GC needs this info
|
5 年之前 |
Linus Groh
|
0ff9d7e189
LibJS: Add BigInt
|
5 年之前 |
Linus Groh
|
5b88aa8e96
LibJS: Move Value::as_accessor() to Value.h
|
5 年之前 |
Linus Groh
|
ead76377b0
LibM: Add INFINITY macro
|
5 年之前 |
Linus Groh
|
8a94813007
LibM: Add NAN macro
|
5 年之前 |