Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] vor 2 Jahren
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions vor 2 Jahren
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors vor 2 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  Linus Groh e8519156bc LibJS: Implement create_dynamic_function() according to the spec vor 3 Jahren
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode vor 3 Jahren
  Idan Horowitz c0bb456fd2 LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr vor 3 Jahren
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr vor 3 Jahren
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment vor 3 Jahren
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation vor 3 Jahren
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject vor 3 Jahren
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper vor 4 Jahren
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject vor 4 Jahren
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject vor 4 Jahren
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable vor 4 Jahren
  Andreas Kling 08510a0c80 LibJS: Rename VM::current_scope() => current_environment_record() vor 4 Jahren
  Matthew Olsson 9253fa1bad LibJS: Implement GeneratorFunctionConstructor::construct vor 4 Jahren
  Matthew Olsson 22b17219ff LibJS: Add the remaining generator objects vor 4 Jahren