Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh a8bf2f8e4c LibJS: Port Symbol to String vor 2 Jahren
  Timothy Flynn 243caa8fa9 LibJS: Port the VM's single-character ASCII strings to String vor 2 Jahren
  Timothy Flynn 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String vor 2 Jahren
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
  Linus Groh e785c66f91 LibJS: Convert get_this_environment() to NonnullGCPtr vor 2 Jahren
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr vor 2 Jahren
  Linus Groh 1dd8655514 LibJS: Replace standalone js_symbol() with Symbol::create() vor 2 Jahren
  Linus Groh f490ba13ff LibJS: Move creation of global symbols into Symbol.for() vor 2 Jahren
  Linus Groh d5457375e6 LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry vor 2 Jahren
  Linus Groh 2c579ed0df LibJS: Rename m_global_symbol_map to m_global_symbol_registry vor 2 Jahren
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object vor 2 Jahren
  Linus Groh 1f4437ff2b LibJS: Remove unused VM::join_arguments() function 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
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h vor 2 Jahren
  Andreas Kling 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache vor 2 Jahren
  Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info vor 2 Jahren
  Andreas Kling 849499988e LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO owner 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 52543fc771 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 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