Historial de Commits

Autor SHA1 Mensaje Fecha
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects hace 5 años
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones hace 5 años
  Marcin Gasperowicz 2579d0bf55 LibJS: Hoist function declarations hace 5 años
  Marcin Gasperowicz 0b74ea3d6a LibJS: Make typeof return undefined for undefined variables hace 5 años
  Sergey Bugaev 53a94b8bbd LibJS: Fix casting a value to ScriptFunction without checking it's one hace 5 años
  Jack Karamanian c12125fa81 LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow hace 5 años
  Matthew Olsson d52ea37717 LibJS: Integrate labels into the Interpreter hace 5 años
  Linus Groh 8ff4587f65 LibJS: Throw in strict mode when assigning property to primitive value hace 5 años
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices hace 5 años
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
  Linus Groh 07af2e6b2c LibJS: Implement basic for..in and for..of loops hace 5 años
  Linus Groh 9c8d390682 LibJS: Refactor Accessor hace 5 años
  Matthew Olsson c35732c011 LibJS: Add object literal getter/setter shorthand hace 5 años
  Linus Groh 36996bd720 LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity hace 5 años
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. hace 5 años
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) hace 5 años
  mattco98 4ced126704 LibJS: Add symbol objects hace 5 años
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() hace 5 años
  AnotherTest bd12f132f3 LibJS: Correct tiny issue with passing a String to String::format hace 5 años
  Matthew Olsson 532d4bc0ab LibJS: Spec-compliant equality comparisons hace 5 años
  Yonatan Goldschmidt b184f12aaf LibJS: Limit scope of 'for' loop variables hace 5 años
  Matthew Olsson b5f1df57ed LibJS: Add raw strings to tagged template literals hace 5 años
  Matthew Olsson 107ca2e4ba LibJS: Add function call spreading hace 5 años
  Matthew Olsson 838390171c LibJS: Function.length respects default and rest parameters hace 5 años
  Linus Groh 4d20cf57db LibJS: Implement tagged template literals (foo`bar`) hace 5 años
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() hace 5 años
  Linus Groh 72d2bd56ce LibJS: Implement modulo assignment operator (%=) hace 5 años
  Linus Groh a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) hace 5 años
  Linus Groh 3e754a15d4 LibJS: Implement bitwise assignment operators (&=, |=, ^=) hace 5 años
  Linus Groh 454c1e6bbe LibJS: Implement rest parameters hace 5 años