Commit History

Author SHA1 Message Date
  Idan Horowitz 670be04c81 LibJS: Add the Set built-in object 4 years ago
  Idan Horowitz 064ed8279e LibJS: Support deleting local variables with operator delete 4 years ago
  Idan Horowitz af58779def LibJS: Return undefined from a with statement if no value was generated 4 years ago
  Idan Horowitz bbf75d0bea LibJS: Trim initial whitespace in parseFloat 4 years ago
  Idan Horowitz bda32e9440 LibJS: Parse digits with parse_ascii_base36_digit in parseInt 4 years ago
  Idan Horowitz 26a0dbdd9e LibJS: Set the length property of parseInt to 2 4 years ago
  Idan Horowitz 442ef63008 LibJS: Add the global escape() & unescape() methods 4 years ago
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions 4 years ago
  Andreas Kling 12a42edd13 Everywhere: codepoint => code point 4 years ago
  Linus Groh 7b1ba4bd5c LibJS: Fallback to undefined if last value in eval() is empty 4 years ago
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Idan Horowitz ba77b40808 LibJS: Implement the encode/decodeURI(Component) family of functions 4 years ago
  Linus Groh f418115f1b LibJS: Add initial support for Promises 4 years ago
  Andreas Kling 60e630d5a0 LibJS: eval(x) should return x without evaluation if x is not a string 4 years ago
  Andreas Kling d792200a55 LibJS: Rename GlobalObject::initialize() => initialize_global_object() 4 years ago
  Linus Groh d6239b691f LibJS: Throw SyntaxError in eval() when parser has error(s) 4 years ago
  Andreas Kling 45e6b5e601 LibJS: Make eval() return the last value from the executed statement 4 years ago
  Andreas Kling 4da3e5d91f LibJS: Add naive implementation of eval() :^) 4 years ago
  Andreas Kling 7df3b95126 LibJS: GlobalObject must mark builtin prototypes 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago