Historique des commits

Auteur SHA1 Message Date
  Xavier Cooney 43f948b357 LibJS: Implement IsRegExp abstract operation il y a 4 ans
  Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere il y a 4 ans
  Andreas Kling e6dadd9e5b LibJS: Implement parseInt() il y a 4 ans
  Linus Groh eaa85969c4 LibJS: Add Value::to_{index,length,integer_or_infinity} abstract operations il y a 4 ans
  Luke bb22b04d44 LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute il y a 4 ans
  Linus Groh fb89c324c5 LibJS: Implement spec-compliant OrdinaryToPrimitive il y a 4 ans
  Linus Groh 565a26808d LibJS: Fix crashing exception in Value::ordinary_has_instance() il y a 4 ans
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM il y a 4 ans
  Linus Groh 2e2571743b LibJS: Use string::formatted() in to_string() functions il y a 4 ans
  Linus Groh f9eaac62d9 LibJS: Use String::formatted() for throw_exception() message il y a 4 ans
  Andreas Kling fa18baf3e8 LibJS: Add Value::is_nullish() il y a 4 ans
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> il y a 4 ans
  Andreas Kling 1df18c58f5 LibJS: Make all the JS::Value binary op helpers take GlobalObject& il y a 4 ans
  Andreas Kling aaa8b48a4c LibJS: Remove use of Interpreter& in JSONObject code il y a 4 ans
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter il y a 4 ans
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& il y a 4 ans
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM il y a 4 ans
  Andreas Kling d1b58ee9ad LibJS: Move well-known symbols to the VM il y a 4 ans
  AnotherTest 394e4c04cd LibJS: Add a helper for calling JS::Function's with arguments il y a 4 ans
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function il y a 4 ans
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again il y a 5 ans
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" il y a 5 ans
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g il y a 5 ans
  Nico Weber 79a5ba58a5 LibJS: Add tests for bitwise & and ^ il y a 5 ans
  Matthew Olsson dd49ec17a2 LibJS: Implement spec-complient instance_of operation il y a 5 ans
  Andreas Kling 200481efb2 LibJS: to_string_without_side_effects() should handle NativeProperty il y a 5 ans
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& il y a 5 ans
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify il y a 5 ans
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h il y a 5 ans
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks il y a 5 ans