Commit History

Author SHA1 Message Date
  Luke Wilde 05748ed607 LibJS: Convert Console to use MarkedVector<Value> 3 years ago
  Linus Groh 88f637a505 js: Print different type for each kind of ECMAScript function object 3 years ago
  Linus Groh 2ad9641315 js: Implement pretty-printing of generator objects 3 years ago
  Ali Mohammad Pur 431776ebb7 js: Print the accumulator instead of the returned value in BC mode 3 years ago
  Timothy Flynn b36c3a68d8 js: Convert non-UTF-8 encoded files to UTF-8 before parsing 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Maciej efd9c70d94 js: Don't try to run empty scripts 3 years ago
  Andreas Kling ff60e8ffc6 LibJS: Use Vector instead of HashMap in DeclarativeEnvironment 3 years ago
  Ali Mohammad Pur 118590325a LibLine+Userland: Make suggestion offsets per-suggestion 3 years ago
  Ali Mohammad Pur b05af48d80 js: Use token offset for highlighting instead of column offset 3 years ago
  ForLoveOfCats a4f9630470 js: Print `ArrayBuffer.maxByteLength` when present 3 years ago
  Ali Mohammad Pur 3b04693d7e js: Add a print() function to the environment 3 years ago
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible 3 years ago
  Timothy Flynn 19d4f52a9e js: Add a command line argument to evaluate a string as a script 3 years ago
  Ali Mohammad Pur 3bfcd7b52d LibJS: Implement Sets using Maps 3 years ago
  Ali Mohammad Pur 4a73ec07c5 LibJS: Make Map iterators independent of the underlying hashmap 3 years ago
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 years ago
  davidot 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option 3 years ago
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr 3 years ago
  Idan Horowitz 9802b16298 js: Implement pretty-printing of Intl Segments objects 3 years ago
  Idan Horowitz 7cf3f11815 js: Implement pretty-printing of Intl.Segmenter 3 years ago
  Timothy Flynn 5a1eefcc1d js: Implement pretty-printing of Intl.Collator 3 years ago
  Ali Mohammad Pur 1c121d7488 js: Use generic reference instead of Variant<A,B> 3 years ago
  Timothy Flynn 624fad3821 js: Implement pretty-printing of Intl.PluralRules 3 years ago
  Timothy Flynn 8599ee3049 Revert "Userland: Invoke tzset in apps that care about time zones" 3 years ago
  Timothy Flynn 47e9e7c2d0 js: Implement pretty-printing of Intl.RelativeTimeFormat 3 years ago
  Timothy Flynn ede5c9548e Userland: Invoke tzset in applications that care about time zones 3 years ago
  davidot 0e56dac51e js: Display a warning if multiple files are given 3 years ago
  davidot 7cbf4b90e8 LibJS: Implement ImportCall and HostImportModuleDynamically 3 years ago
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules 3 years ago