Linus Groh
|
32c27afdf0
LibJS: Add String.prototype.toString()
|
5 years ago |
Andreas Kling
|
070a8f2689
LibJS: Boolean, Number and String prototypes should have values too
|
5 years ago |
Andreas Kling
|
e5da1cc566
LibJS: Throw real TypeError, ReferenceError, etc objects
|
5 years ago |
Linus Groh
|
22f20cd51d
LibJS: Add String.prototype.toUpperCase()
|
5 years ago |
Andreas Kling
|
cb18b2c74d
LibJS: Add String.prototype.toLowerCase()
|
5 years ago |
Andreas Kling
|
97cd1173fa
LibJS: Add String.prototype.indexOf()
|
5 years ago |
Linus Groh
|
cd3e2690eb
LibJS: Set length property in Object::put_native_function()
|
5 years ago |
Andreas Kling
|
faac43597a
LibJS: Add js_string(Interpreter&, String)
|
5 years ago |
Andreas Kling
|
cd1d369cdd
LibJS: Add argument(i) and argument_count() to Interpreter
|
5 years ago |
Linus Groh
|
0a94661c14
LibJS: Implement String.prototype.startsWith()
|
5 years ago |
Andreas Kling
|
30440134cb
LibJS+LibWeb: Move native properties to separate getters/setters
|
5 years ago |
Andreas Kling
|
56936b97d0
LibJS+LibWeb: Move native JS functions into dedicated member functions
|
5 years ago |
Andreas Kling
|
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
|
5 years ago |
Andreas Kling
|
0a71533aff
LibJS: Pass argument value vectors as const Vector<Value>&
|
5 years ago |
Andreas Kling
|
19452230cd
LibJS: Add "Heap" and "Runtime" subdirectories
|
5 years ago |