Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling a007b3c379 LibJS: Move "strict mode" state to the call stack пре 4 година
  Matthew Olsson 6eb6752c4c LibJS: Strict mode is now handled by Functions and Programs, not Blocks пре 4 година
  Andreas Kling 3df604ad12 LibJS: Reduce use of Interpreter in LexicalEnvironment пре 4 година
  Andreas Kling 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() пре 4 година
  Andreas Kling f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() пре 4 година
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter пре 4 година
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& пре 4 година
  Andreas Kling be31805e8b LibJS: Move scope stack from VM back to Interpreter пре 4 година
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM пре 4 година
  Linus Groh ec43f73b74 LibJS: Extract most of Interpreter's run() into execute_statement() пре 4 година
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function пре 4 година
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() пре 5 година
  Matthew Olsson bda39ef7ab LibJS: Explicitly pass a "Function& new_target" to Function::construct пре 5 година
  Jack Karamanian 7533fd8b02 LibJS: Initial class implementation; allow super expressions in object пре 5 година
  Jack Karamanian 949bffdc93 LibJS: Define the "constructor" property on ScriptFunction's prototype пре 5 година
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class пре 5 година
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize пре 5 година
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& пре 5 година
  Andreas Kling cd14ebb11f LibJS: More Interpreter::global_object() removal пре 5 година
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction пре 5 година
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors пре 5 година
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h пре 5 година
  Andreas Kling 5042e560ef LibJS: Make more Interpreter functions take a GlobalObject& пре 5 година
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) пре 5 година
  Andreas Kling 25f2a29d84 LibJS: Pass GlobalObject& to AST node execute() functions пре 5 година
  Andreas Kling affc479e83 LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object() пре 5 година
  Jack Karamanian 3ffb0a4e87 LibJS: Throw a TypeError when an arrow function is used as a constructor пре 5 година
  Jack Karamanian 1110b1b444 LibJS: Don't define the "prototype" property for arrow functions пре 5 година
  Jack Karamanian 45ccd9f8d9 LibJS: Set the bound |this| value to the |this| value of the current пре 5 година
  Jack Karamanian c12125fa81 LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow пре 5 година