Commit History

Author SHA1 Message Date
  Andreas Kling 3bfb0534be LibGC: Rename MarkedVector => RootVector 6 months ago
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS 8 months ago
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level 8 months ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
  Linus Groh f369229770 LibJS: Replace all uses of to_size_t() and remove it :^) 4 years ago
  Linus Groh 9be0b664e3 LibJS: Make length_of_array_like() take an Object rather than Value 4 years ago
  Marcin Gasperowicz b24ce0b5ee LibJS: Implement String.prototype.split 4 years ago
  Linus Groh 9fca86109b LibJS: Make bitwise NOT work correctly with NaN and Infinity 4 years ago
  Linus Groh c55cb7843a LibJS: Use INVALID some more in abstract operations 4 years ago
  Andreas Kling f48751a739 LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI 4 years ago
  Stephan Unverwerth f603128e55 LibJS: Fix old object numeric key test now that toString() is correct 4 years ago
  Stephan Unverwerth d3524f47a0 LibJS: Implement (mostly) spec compliant version of Number.toString() 4 years ago
  Xavier Cooney 43f948b357 LibJS: Implement IsRegExp abstract operation 4 years ago
  Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere 4 years ago
  Andreas Kling e6dadd9e5b LibJS: Implement parseInt() 4 years ago
  Linus Groh eaa85969c4 LibJS: Add Value::to_{index,length,integer_or_infinity} abstract operations 4 years ago
  Luke bb22b04d44 LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute 4 years ago
  Linus Groh fb89c324c5 LibJS: Implement spec-compliant OrdinaryToPrimitive 4 years ago
  Linus Groh 565a26808d LibJS: Fix crashing exception in Value::ordinary_has_instance() 4 years ago
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM 4 years ago
  Linus Groh 2e2571743b LibJS: Use string::formatted() in to_string() functions 4 years ago
  Linus Groh f9eaac62d9 LibJS: Use String::formatted() for throw_exception() message 4 years ago
  Andreas Kling fa18baf3e8 LibJS: Add Value::is_nullish() 4 years ago
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 years ago
  Andreas Kling 1df18c58f5 LibJS: Make all the JS::Value binary op helpers take GlobalObject& 4 years ago
  Andreas Kling aaa8b48a4c LibJS: Remove use of Interpreter& in JSONObject code 4 years ago
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 years ago
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& 4 years ago
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM 4 years ago
  Andreas Kling d1b58ee9ad LibJS: Move well-known symbols to the VM 4 years ago