Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
4 gadi atpakaļ |
Andreas Kling
|
1df18c58f5
LibJS: Make all the JS::Value binary op helpers take GlobalObject&
|
4 gadi atpakaļ |
Andreas Kling
|
aaa8b48a4c
LibJS: Remove use of Interpreter& in JSONObject code
|
4 gadi atpakaļ |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 gadi atpakaļ |
Andreas Kling
|
1ff9d33131
LibJS: Make Function::call() not require an Interpreter&
|
4 gadi atpakaļ |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
4 gadi atpakaļ |
Andreas Kling
|
d1b58ee9ad
LibJS: Move well-known symbols to the VM
|
4 gadi atpakaļ |
AnotherTest
|
394e4c04cd
LibJS: Add a helper for calling JS::Function's with arguments
|
4 gadi atpakaļ |
Linus Groh
|
9ea6ef4ed1
LibJS: Make Interpreter::throw_exception() a void function
|
4 gadi atpakaļ |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
4 gadi atpakaļ |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
4 gadi atpakaļ |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
4 gadi atpakaļ |
Nico Weber
|
79a5ba58a5
LibJS: Add tests for bitwise & and ^
|
5 gadi atpakaļ |
Matthew Olsson
|
dd49ec17a2
LibJS: Implement spec-complient instance_of operation
|
5 gadi atpakaļ |
Andreas Kling
|
200481efb2
LibJS: to_string_without_side_effects() should handle NativeProperty
|
5 gadi atpakaļ |
Andreas Kling
|
8d56e6103e
LibJS: Make Value::to_object() take a GlobalObject&
|
5 gadi atpakaļ |
Matthew Olsson
|
39576b2238
LibJS: Add JSON.stringify
|
5 gadi atpakaļ |
Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
5 gadi atpakaļ |
Matthew Olsson
|
4e33fbdb67
LibJS: Add interpreter exception checks
|
5 gadi atpakaļ |
Linus Groh
|
0ff9d7e189
LibJS: Add BigInt
|
5 gadi atpakaļ |
Linus Groh
|
5b88aa8e96
LibJS: Move Value::as_accessor() to Value.h
|
5 gadi atpakaļ |
Linus Groh
|
5a983c238b
LibJS: Use switch/case for Value::to_{string{_w/o_side_effects},boolean}
|
5 gadi atpakaļ |
Matthew Olsson
|
58a72e9b81
LibJS: Value.in uses has_property instead of get().is_empty()
|
5 gadi atpakaļ |
Marcin Gasperowicz
|
eadce65e04
LibJS: Implement standard semantics for relational operators (#2417)
|
5 gadi atpakaļ |
Linus Groh
|
00fe7f82c0
LibJS: Treat NaN in Value::to_i32() as zero
|
5 gadi atpakaļ |
Linus Groh
|
4334a1b208
LibJS: Make Array.prototype.push() generic
|
5 gadi atpakaļ |
Matthew Olsson
|
45dfa094e9
LibJS: Add getter/setter support
|
5 gadi atpakaļ |
Linus Groh
|
eb72ba2466
LibJS: Remove is_nan() check in as_size_t() and fix to_size_t()
|
5 gadi atpakaļ |
Linus Groh
|
36996bd720
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
|
5 gadi atpakaļ |
Linus Groh
|
56502b0e84
LibJS: Check for exception after converting object to string primitive
|
5 gadi atpakaļ |