FalseHonesty
|
391237a8e1
Browser: Add JS Console
|
пре 5 година |
Linus Groh
|
4e657c370c
LibJS: Make Interpreter::call() this_value a required argument
|
пре 5 година |
Emanuele Torre
|
bc7ed4524e
LibJS: Add some helpers and use them to re-implement Console functions
|
пре 5 година |
Emanuele Torre
|
73bead5ae9
LibJS: Move join_args() in Interpreter
|
пре 5 година |
Emanuele Torre
|
2e92c2e5e1
LibJS: Start implementing a Console class for the interpreter
|
пре 5 година |
Linus Groh
|
79b829637e
LibJS: Implement most of the Reflect object
|
пре 5 година |
Emanuele Torre
|
8c60ba1e42
LibJS: Implement console.count()
|
пре 5 година |
Andreas Kling
|
aaf35112a4
LibJS: Pass JS::Function around by reference more
|
пре 5 година |
Andreas Kling
|
3c4a9e421f
LibJS: Allow "delete someGlobalVariable"
|
пре 5 година |
Andreas Kling
|
35aea2e454
LibJS: Stop using Optional<Value> in favor of Value's empty state
|
пре 5 година |
Andreas Kling
|
f7a1696087
LibJS: Add MarkedValueList and use it for argument passing
|
пре 5 година |
Andreas Kling
|
3072f9fd82
LibJS: Move the empty object shape from Interpreter to GlobalObject
|
пре 5 година |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
пре 5 година |
Andreas Kling
|
205ac0090d
LibJS: Pass prototype to Error constructors
|
пре 5 година |
Andreas Kling
|
ed80952cb6
LibJS: Introduce LexicalEnvironment
|
пре 5 година |
Andreas Kling
|
062d6af16e
LibJS: Remove Interpreter::declare_variable()
|
пре 5 година |
Linus Groh
|
3b21c4aa56
LibJS: Add console.trace()
|
пре 5 година |
Linus Groh
|
eece424694
LibJS: Make Function and CallFrame aware of their function name
|
пре 5 година |
Andreas Kling
|
cb0dfd8f72
LibJS: Use enumerator macros for boilerplate code around native types
|
пре 5 година |
Andreas Kling
|
58ab76269c
LibJS: Add all the Error subclasses
|
пре 5 година |
Emanuele Torre
|
38dfd04633
LibJS: rename JS::DeclarationType => JS::DeclarationKind
|
пре 5 година |
Andreas Kling
|
f07f8d5a44
LibJS: Add "constructor" property to constructor prototypes
|
пре 5 година |
Jack Karamanian
|
edae926cb0
LibJS: Add Boolean constructor object
|
пре 5 година |
Andreas Kling
|
5495f06af5
LibJS: Give argument vectors an inline capacity of 8
|
пре 5 година |
Andreas Kling
|
9ebd066ac8
LibJS: Add support for "continue" inside "for" statements :^)
|
пре 5 година |
Andreas Kling
|
e3b92caa6d
LibJS: Make "break" actually work inside "switch"
|
пре 5 година |
Andreas Kling
|
2db8716a6f
LibJS: Don't return the "last computed value" from Interpreter::run()
|
пре 5 година |
Andreas Kling
|
3a026a1ede
LibJS: Add NumberObject and make to_object() on number values create it
|
пре 5 година |
Linus Groh
|
2944039d6b
LibJS: Add Function() and Function.prototype
|
пре 5 година |
Andreas Kling
|
5e6e1fd482
LibJS: Start implementing object shapes
|
пре 5 година |