Commit History

作者 SHA1 備註 提交日期
  Aliaksandr Kalenik 3a1f617fbf LibJS: Use Function as callback type in define_native_function/accessor 1 年之前
  Daniel Bertalan 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Aliaksandr Kalenik 6b191ab73d LibJS+LibWeb: Add fast_is<DOM::Node> for JS::Object 2 年之前
  Andreas Kling cf6792ec40 LibJS/Bytecode: Invalidate inline caches on unique shape mutation 2 年之前
  Andreas Kling 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
  Andreas Kling 620c495d31 LibJS: Skip lazy intrinsic allocation check for objects without them 2 年之前
  Andreas Kling 5617dd1c83 LibJS: Store PrivateElement values in Handle<Value> 2 年之前
  Andreas Kling cfe663435e LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors 2 年之前
  Ben Wiederhake 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Linus Groh be0dcd465f LibJS: Fix return type of Object::create_method_property() 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 年之前
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 年之前
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Timothy Flynn 12f9f3d9ef LibJS: Support instrinsic Object properties with deferred evaluation 2 年之前
  Andreas Kling e23fe8cf87 LibJS: Make define_native_foo() take SafeFunctions 2 年之前
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! 2 年之前
  Andreas Kling 49fd92d92a LibJS: Make JS_OBJECT and JS_ENVIRONMENT forward to JS_CELL 2 年之前
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses 2 年之前
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() 2 年之前
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年之前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 年之前