Commit Verlauf

Autor SHA1 Nachricht Datum
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods vor 2 Jahren
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
  Linus Groh 208be8b86d LibJS: Convert new_function_environment() to NonnullGCPtr vor 2 Jahren
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr vor 2 Jahren
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr vor 2 Jahren
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun vor 2 Jahren
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr vor 2 Jahren
  Andreas Kling 2e98c17347 LibJS: Shrink DeclarativeEnvironment bindings vector to fit vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Luke Wilde a1c1ab5f8d LibJS: Switch to bytecode interpreter to run generator functions for AST vor 2 Jahren
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter vor 2 Jahren
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated vor 2 Jahren
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file vor 2 Jahren
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated vor 2 Jahren
  Linus Groh 61bd9fef7d LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm() vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary vor 2 Jahren
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions vor 2 Jahren
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] vor 2 Jahren
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] vor 2 Jahren
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] vor 2 Jahren
  Linus Groh ae9e031f56 LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19] vor 2 Jahren
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] vor 2 Jahren