Commit History

作者 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 年之前