Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 1e90379008 LibJS: Introduce "dictionary" mode for object shapes hace 1 año
  Andreas Kling ed1bee222b LibJS: Give Shape::TransitionType an underlying 8-bit type hace 1 año
  Andreas Kling 3d92c26445 LibJS: Stop making shapes unique hace 1 año
  Dan Klishch 96d44b1572 Userland: Make bit-fields compatible with MSVC C++ ABI hace 1 año
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type hace 1 año
  Tim Schumacher a2f60911fe AK: Rename GenericTraits to DefaultTraits hace 1 año
  Andreas Kling 55e467c359 LibJS/JIT: Add fast path for cached PutById hace 1 año
  Andreas Kling e33145aa4b LibJS: Use OrderedHashMap for the Shape property table hace 1 año
  Andreas Kling cf6792ec40 LibJS/Bytecode: Invalidate inline caches on unique shape mutation hace 2 años
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! hace 2 años
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses hace 2 años
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() hace 2 años
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject hace 2 años
  Andreas Kling 7a6935a2ff LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanism hace 2 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Lenny Maiorani a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView hace 3 años
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS hace 3 años
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} hace 3 años
  davidot 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option hace 3 años
  Andreas Kling 8bdf6441b1 LibJS: Use u32 for the JS::Shape property count hace 3 años
  Andreas Kling 4a51165f5f LibJS: Reorganize JS::Shape members a little bit hace 3 años
  Andreas Kling 1469057033 LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitions hace 3 años
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey hace 3 años
  Andreas Kling 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag hace 3 años
  Ali Mohammad Pur 36516a4c47 LibJS: Take a pointer in get_or_prune_cached_prototype_transition() hace 3 años
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions hace 3 años
  Andreas Kling b9eb8d00ca LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes hace 3 años
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction hace 4 años
  Andreas Kling e0493c509e LibJS: Make the forward transition chain weakly cached hace 4 años