Marcin Gasperowicz
|
b24ce0b5ee
LibJS: Implement String.prototype.split
|
há 4 anos atrás |
asynts
|
7e62ffbc6e
AK+Format: Remove TypeErasedFormatParams& from format function.
|
há 4 anos atrás |
Xavier Cooney
|
43f948b357
LibJS: Implement IsRegExp abstract operation
|
há 4 anos atrás |
Linus Groh
|
5eb1f752ab
LibJS: Use new format functions everywhere
|
há 4 anos atrás |
Linus Groh
|
eaa85969c4
LibJS: Add Value::to_{index,length,integer_or_infinity} abstract operations
|
há 4 anos atrás |
Andreas Kling
|
e1bbc7c075
LibJS: Make JS::Value constructors take const cell pointers
|
há 4 anos atrás |
Luke
|
bb22b04d44
LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute
|
há 4 anos atrás |
Andreas Kling
|
fa18baf3e8
LibJS: Add Value::is_nullish()
|
há 4 anos atrás |
Andreas Kling
|
1df18c58f5
LibJS: Make all the JS::Value binary op helpers take GlobalObject&
|
há 4 anos atrás |
Andreas Kling
|
aaa8b48a4c
LibJS: Remove use of Interpreter& in JSONObject code
|
há 4 anos atrás |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
há 4 anos atrás |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
há 4 anos atrás |
Matthew Olsson
|
dd49ec17a2
LibJS: Implement spec-complient instance_of operation
|
há 5 anos atrás |
Andreas Kling
|
0166a1fa74
LibJS: Make NativeProperty a plain Cell instead of an Object
|
há 5 anos atrás |
Andreas Kling
|
8d56e6103e
LibJS: Make Value::to_object() take a GlobalObject&
|
há 5 anos atrás |
Matthew Olsson
|
39576b2238
LibJS: Add JSON.stringify
|
há 5 anos atrás |
Andreas Kling
|
10aebabf0b
LibJS: BigInts and Symbols values are cells and the GC needs this info
|
há 5 anos atrás |
Linus Groh
|
0ff9d7e189
LibJS: Add BigInt
|
há 5 anos atrás |
Linus Groh
|
5b88aa8e96
LibJS: Move Value::as_accessor() to Value.h
|
há 5 anos atrás |
Linus Groh
|
ead76377b0
LibM: Add INFINITY macro
|
há 5 anos atrás |
Linus Groh
|
8a94813007
LibM: Add NAN macro
|
há 5 anos atrás |
Marcin Gasperowicz
|
eadce65e04
LibJS: Implement standard semantics for relational operators (#2417)
|
há 5 anos atrás |
Linus Groh
|
4334a1b208
LibJS: Make Array.prototype.push() generic
|
há 5 anos atrás |
Matthew Olsson
|
45dfa094e9
LibJS: Add getter/setter support
|
há 5 anos atrás |
Linus Groh
|
36996bd720
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
|
há 5 anos atrás |
Linus Groh
|
476094922b
LibJS: Pass Interpreter& to Value::to_number() et al.
|
há 5 anos atrás |
Linus Groh
|
1a1394f7a2
LibJS: Change Value::to_object(Heap& -> Interpreter&)
|
há 5 anos atrás |
mattco98
|
4ced126704
LibJS: Add symbol objects
|
há 5 anos atrás |
Andreas Kling
|
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
|
há 5 anos atrás |
Linus Groh
|
8137f40b73
LibJS: Add Value::is_integer()
|
há 5 anos atrás |