Historique des commits

Auteur SHA1 Message Date
  Linus Groh 6e9eb0a284 LibJS: Add Object::get_without_side_effects() il y a 4 ans
  Linus Groh 433a23cfde LibJS: Fix array hole and string object indexing prototype indirection il y a 4 ans
  Linus Groh da8a35a79e LibJS: Implement Object.defineProperties() il y a 4 ans
  Linus Groh 275da6fcc9 LibJS: Update Object::define_accessor() to take both getter and setter il y a 4 ans
  Linus Groh ec62783af9 LibJS: Let Object::delete_property() return a bool, not Value il y a 4 ans
  Linus Groh 4788c94d34 LibJS: Remove superfluous exception check from get_own_property_descriptor() il y a 4 ans
  Linus Groh f3264b0dbd LibJS: Implement Object.isFrozen() and Object.isSealed() il y a 4 ans
  Linus Groh 9af07c7803 LibJS: Implement Object.freeze() and Object.seal() il y a 4 ans
  Linus Groh 1c3eef5317 LibJS: Use MarkedValueList for internal own properties getter functions il y a 4 ans
  Linus Groh abc7b31079 LibJS: Let Object::get_own_properties() return both strings and symbols il y a 4 ans
  Linus Groh 1416027486 LibJS: Add Object::get_enumerable_own_property_names() and use it il y a 4 ans
  Linus Groh afc86abe24 LibJS: Remove this_object parameter from get/put own property functions il y a 4 ans
  Andreas Kling 1603623772 LibJS: Move AST node stack from VM to Interpreter il y a 4 ans
  Linus Groh 4f36b6bfbd LibJS: Only set receiver value fallback once in Object::get() il y a 4 ans
  Linus Groh 6d2d8d091f LibJS: Add the same Object::invoke() overloads as VM::call() il y a 4 ans
  Jean-Baptiste Boric 6f668ca3a4 LibJS: Fix crash due to AST node tracking inside call stack il y a 4 ans
  Jean-Baptiste Boric 6172cb3599 LibJS: Keep track of current AST node inside the call stack il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. il y a 4 ans
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans