Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible il y a 1 an
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String il y a 2 ans
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! il y a 3 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Linus Groh 231acda7f8 LibJS: Fix two bogus spec links il y a 3 ans
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers il y a 3 ans
  Linus Groh 29964dc152 LibJS: Use TRY(push_execution_context()) in places where we can recover il y a 3 ans
  Andreas Kling aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h il y a 3 ans
  Andreas Kling 85cf80507f LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers il y a 3 ans
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment il y a 3 ans
  davidot 6b5c882af3 LibJS: Add support for JSON modules il y a 3 ans