Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling fdb0ac7c1e LibJS: Remove some unused Interpreter member functions vor 4 Jahren
  Andreas Kling 94b95a4924 LibJS: Remove Interpreter::call() vor 4 Jahren
  Andreas Kling a007b3c379 LibJS: Move "strict mode" state to the call stack vor 4 Jahren
  Matthew Olsson 6eb6752c4c LibJS: Strict mode is now handled by Functions and Programs, not Blocks vor 4 Jahren
  Andreas Kling e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject vor 4 Jahren
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& vor 4 Jahren
  Andreas Kling be31805e8b LibJS: Move scope stack from VM back to Interpreter vor 4 Jahren
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM vor 4 Jahren
  Andreas Kling 111d63c676 LibJS: Remove two unused Interpreter member functions vor 4 Jahren
  Andreas Kling d1b58ee9ad LibJS: Move well-known symbols to the VM vor 4 Jahren
  Andreas Kling 4a8bfcdd1c LibJS: Move the current exception from Interpreter to VM vor 4 Jahren
  Andreas Kling df3ff76815 LibJS: Rename InterpreterScope => InterpreterExecutionScope vor 4 Jahren
  Andreas Kling fbe2907510 LibJS: GC should gather roots from all active interpreters vor 4 Jahren
  Andreas Kling 1c43442be4 LibJS+Clients: Add JS::VM object, separate Heap from Interpreter vor 4 Jahren
  Andreas Kling 668e73df8a LibJS: Make Interpreter::in_strict_mode() work outside of scope vor 4 Jahren
  Linus Groh ec43f73b74 LibJS: Extract most of Interpreter's run() into execute_statement() vor 4 Jahren
  AnotherTest 394e4c04cd LibJS: Add a helper for calling JS::Function's with arguments vor 4 Jahren
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function vor 4 Jahren
  Andreas Kling bbe2d4a2d9 LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions vor 5 Jahren
  Matthew Olsson c485c86015 LibJS: Use macros to enumerate well-known symbols vor 5 Jahren
  Matthew Olsson d9db6bec42 LibJS: Move global symbol map from SymbolObject to Interpreter vor 5 Jahren
  Matthew Olsson 98323e19e5 LibJS: Implement Proxy [[Call]] and [[Construct]] traps vor 5 Jahren
  Jack Karamanian 7533fd8b02 LibJS: Initial class implementation; allow super expressions in object vor 5 Jahren
  Andreas Kling 3ba17d8df7 LibJS: Make Interpreter::construct() take a GlobalObject& vor 5 Jahren
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction vor 5 Jahren
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h vor 5 Jahren
  Andreas Kling 5042e560ef LibJS: Make more Interpreter functions take a GlobalObject& vor 5 Jahren
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) vor 5 Jahren
  Linus Groh 5072d4e02d LibJS+js: Support getting last value from "_" variable vor 5 Jahren
  Linus Groh a48080f62d LibJS: Move Interpreter::get_trace() to ConsoleClient vor 5 Jahren