Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 yıl önce |
Andreas Kling
|
ba641e97d9
LibJS: Clarify Object (base class) construction somewhat
|
5 yıl önce |
Andreas Kling
|
2fe4285693
LibJS: Object::initialize() overrides must always call base class
|
5 yıl önce |
Andreas Kling
|
06e29fac57
LibJS: Split more native object constructors into construct/initialize
|
5 yıl önce |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 yıl önce |
Matthew Olsson
|
dd08c992e8
LibJS: Simplify and normalize publicly-exposed Object functions
|
5 yıl önce |
Emanuele Torre
|
30519c22f6
LibJS: Re-implement console functions as wrappers around Console methods
|
5 yıl önce |
Emanuele Torre
|
73bead5ae9
LibJS: Move join_args() in Interpreter
|
5 yıl önce |
Emanuele Torre
|
be1a5bf3f7
LibJS: Add ConsoleMessage concept
|
5 yıl önce |
Emanuele Torre
|
e9c7d4524a
LibJS: Implement ConsoleObject::count() as a Console::count() wrapper
|
5 yıl önce |
Emanuele Torre
|
2e92c2e5e1
LibJS: Start implementing a Console class for the interpreter
|
5 yıl önce |
Emanuele Torre
|
46b79eaad9
LibJS: Implement console.countReset()
|
5 yıl önce |
Emanuele Torre
|
8c60ba1e42
LibJS: Implement console.count()
|
5 yıl önce |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
5 yıl önce |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
5 yıl önce |
Linus Groh
|
dd7796515f
LibJS: Add console.{debug,info,warn,error}()
|
5 yıl önce |
Linus Groh
|
3b21c4aa56
LibJS: Add console.trace()
|
5 yıl önce |
Andreas Kling
|
cd1d369cdd
LibJS: Add argument(i) and argument_count() to Interpreter
|
5 yıl önce |
Andreas Kling
|
56936b97d0
LibJS+LibWeb: Move native JS functions into dedicated member functions
|
5 yıl önce |
Andreas Kling
|
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
|
5 yıl önce |
Andreas Kling
|
a94a150df0
LibJS: Remove unnecessary space character at the end of console.log()
|
5 yıl önce |
Andreas Kling
|
cccbe43056
LibJS: Use FlyString for identifiers
|
5 yıl önce |
Andreas Kling
|
218f082226
LibJS: Print a newline in each console.log()
|
5 yıl önce |
Andreas Kling
|
0a71533aff
LibJS: Pass argument value vectors as const Vector<Value>&
|
5 yıl önce |
Andreas Kling
|
086f68e878
LibJS: Replace the global print() function with console.log() :^)
|
5 yıl önce |