Commit History

Author SHA1 Message Date
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h 5 years ago
  Andreas Kling 5042e560ef LibJS: Make more Interpreter functions take a GlobalObject& 5 years ago
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) 5 years ago
  Linus Groh 5072d4e02d LibJS+js: Support getting last value from "_" variable 5 years ago
  Linus Groh a48080f62d LibJS: Move Interpreter::get_trace() to ConsoleClient 5 years ago
  Matthew Olsson d52ea37717 LibJS: Integrate labels into the Interpreter 5 years ago
  Matthew Olsson 786722149b LibJS: Add strict mode 5 years ago
  FalseHonesty 391237a8e1 Browser: Add JS Console 5 years ago
  Linus Groh 4e657c370c LibJS: Make Interpreter::call() this_value a required argument 5 years ago
  Emanuele Torre bc7ed4524e LibJS: Add some helpers and use them to re-implement Console functions 5 years ago
  Emanuele Torre 73bead5ae9 LibJS: Move join_args() in Interpreter 5 years ago
  Emanuele Torre 2e92c2e5e1 LibJS: Start implementing a Console class for the interpreter 5 years ago
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object 5 years ago
  Emanuele Torre 8c60ba1e42 LibJS: Implement console.count() 5 years ago
  Andreas Kling aaf35112a4 LibJS: Pass JS::Function around by reference more 5 years ago
  Andreas Kling 3c4a9e421f LibJS: Allow "delete someGlobalVariable" 5 years ago
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state 5 years ago
  Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing 5 years ago
  Andreas Kling 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject 5 years ago
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 years ago
  Andreas Kling 205ac0090d LibJS: Pass prototype to Error constructors 5 years ago
  Andreas Kling ed80952cb6 LibJS: Introduce LexicalEnvironment 5 years ago
  Andreas Kling 062d6af16e LibJS: Remove Interpreter::declare_variable() 5 years ago
  Linus Groh 3b21c4aa56 LibJS: Add console.trace() 5 years ago
  Linus Groh eece424694 LibJS: Make Function and CallFrame aware of their function name 5 years ago
  Andreas Kling cb0dfd8f72 LibJS: Use enumerator macros for boilerplate code around native types 5 years ago
  Andreas Kling 58ab76269c LibJS: Add all the Error subclasses 5 years ago
  Emanuele Torre 38dfd04633 LibJS: rename JS::DeclarationType => JS::DeclarationKind 5 years ago
  Andreas Kling f07f8d5a44 LibJS: Add "constructor" property to constructor prototypes 5 years ago
  Jack Karamanian edae926cb0 LibJS: Add Boolean constructor object 5 years ago