提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 年之前
  Andreas Kling aaa8b48a4c LibJS: Remove use of Interpreter& in JSONObject code 4 年之前
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 年之前
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM 4 年之前
  Andreas Kling d1b58ee9ad LibJS: Move well-known symbols to the VM 4 年之前
  Linus Groh c0e4353bde LibJS: Handle getter exception in JSONObject::serialize_json_property() 4 年之前
  AnotherTest 394e4c04cd LibJS: Add a helper for calling JS::Function's with arguments 4 年之前
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() 5 年之前
  Matthew Olsson 43d955014d LibJS: Implement Symbol.toStringTag 5 年之前
  Matthew Olsson 531fdb2e82 LibJS: Prefer "define_property" over "put" 5 年之前
  Matthew Olsson 26acc8ba88 LibJS/test-js: Clean up test-js code 5 年之前
  Matthew Olsson 21064a1883 LibJS: Use correct MarkedValueList append method 5 年之前
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 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 9610d18ebb LibJS: Remove some Interpreter::global_object() calls in JSONObject 5 年之前
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 年之前
  Matthew Olsson b155e64b67 LibJS: Add JSON.parse 5 年之前
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify 5 年之前