Commit History

Author SHA1 Message Date
  Andrew Kaster 539fb08551 Userland: Remove unecessary uses of __serenity__ macro 2 years ago
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 years ago
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 2 years ago
  Linus Groh 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 years ago
  Linus Groh 7c468b5a77 LibJS: Pass Realm to GlobalObject::initialize_global_object() 2 years ago
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 years ago
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 years ago
  Linus Groh ae9e031f56 LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19] 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 3 years ago
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject 3 years ago
  Ali Mohammad Pur 4387ad9fc6 js: Don't pass error strings as the format argument to outln() 3 years ago
  Timothy Flynn 33698b9615 LibJS+js: Parse new constructor options from Intl.NumberFormat V3 3 years ago
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Linus Groh 79fb149b36 js: Add missing built-in functions to help() output 3 years ago
  Linus Groh 3c845b0ea4 js: Remove load() built-in function 3 years ago
  Linus Groh 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 years ago
  Linus Groh 8b9f5b0286 js: Implement pretty-printing of WeakRef objects 3 years ago
  Linus Groh dee8e53773 js: Implement pretty-printing of WeakSet objects 3 years ago
  Linus Groh 28e184e5cc js: Implement pretty-printing of WeakMap objects 3 years ago
  Linus Groh 18f27c2e64 js: Fix pretty-printing of primitive wrapper objects 3 years ago
  Linus Groh c6cd784d4e js: Prefix global variables with 'g_' 3 years ago
  Linus Groh c87e01dcfd js: Fix a couple of const correctness issues 3 years ago