Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> il y a 1 an
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Aliaksandr Kalenik 78f56a0908 LibJS: Use JS::HeapFunction in NativeFunction il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr il y a 2 ans
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr il y a 2 ans
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr il y a 2 ans
  Linus Groh e68e92b304 LibJS: Make JS::NativeFunction use JS::SafeFunction internally il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  Linus Groh e4f165d460 LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction il y a 3 ans
  Linus Groh e657e88ed6 LibJS: Add [[InitialName]] and use it in Function.prototype.toString() il y a 3 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr il y a 3 ans
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject il y a 3 ans
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject il y a 3 ans
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() il y a 3 ans