Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap před 1 rokem
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> před 1 rokem
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> před 1 rokem
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type před 1 rokem
  Aliaksandr Kalenik 78f56a0908 LibJS: Use JS::HeapFunction in NativeFunction před 1 rokem
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) před 1 rokem
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 1 rokem
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 1 rokem
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes před 1 rokem
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr před 2 roky
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr před 2 roky
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate před 2 roky
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString před 2 roky
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr před 2 roky
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr před 2 roky
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr před 2 roky
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr před 2 roky
  Linus Groh e68e92b304 LibJS: Make JS::NativeFunction use JS::SafeFunction internally před 2 roky
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm před 2 roky
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions před 2 roky
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] před 2 roky
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() před 2 roky
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions před 2 roky
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors před 2 roky
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records před 3 roky
  Idan Horowitz 086969277e Everywhere: Run clang-format před 3 roky
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS před 3 roky
  davidot bfedec6a98 LibJS: Keep PrivateEnvironment through NativeFunction calls před 3 roky
  Linus Groh e4f165d460 LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction před 3 roky
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> před 3 roky