Histórico de Commits

Autor SHA1 Mensagem Data
  Ben Wiederhake 560133a0c6 Everywhere: Remove unused DeprecatedString includes há 2 anos atrás
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr há 2 anos atrás
  Linus Groh be0dcd465f LibJS: Fix return type of Object::create_method_property() há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun há 2 anos atrás
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Timothy Flynn 12f9f3d9ef LibJS: Support instrinsic Object properties with deferred evaluation há 2 anos atrás
  Andreas Kling e23fe8cf87 LibJS: Make define_native_foo() take SafeFunctions há 2 anos atrás
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! há 2 anos atrás
  Andreas Kling 49fd92d92a LibJS: Make JS_OBJECT and JS_ENVIRONMENT forward to JS_CELL há 2 anos atrás
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses há 2 anos atrás
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() há 2 anos atrás
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() há 2 anos atrás
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions há 2 anos atrás
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] há 2 anos atrás
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions há 2 anos atrás
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions há 2 anos atrás
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors há 2 anos atrás
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject há 2 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Idan Horowitz 9cfbbfd8d8 LibJS: Implement the EnumerateObjectProperties AO há 3 anos atrás
  Lenny Maiorani a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView há 3 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
  Linus Groh 368af9ad6e LibJS: Add Object constructor allowing null prototype há 3 anos atrás
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> há 3 anos atrás