Historique des commits

Auteur SHA1 Message Date
  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 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() 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
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 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 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 ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 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
  davidot bfedec6a98 LibJS: Keep PrivateEnvironment through NativeFunction calls il y a 3 ans
  Linus Groh e4f165d460 LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction il y a 3 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere il y a 3 ans
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 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 0241071ca2 LibJS: Use GlobalObject::associated_realm() for function object realms 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 c5bd382524 LibJS: Leave NativeFunction's Realm unset if VM has no Interpreter 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
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes il y a 4 ans
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors il y a 4 ans
  Andreas Kling 1bd52ce789 LibJS: Stop qualifying AK::Function il y a 4 ans