Histórico de Commits

Autor SHA1 Mensagem Data
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h há 5 anos atrás
  Andreas Kling 5042e560ef LibJS: Make more Interpreter functions take a GlobalObject& há 5 anos atrás
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) há 5 anos atrás
  Andreas Kling 25f2a29d84 LibJS: Pass GlobalObject& to AST node execute() functions há 5 anos atrás
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks há 5 anos atrás
  Linus Groh 0ff9d7e189 LibJS: Add BigInt há 5 anos atrás
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects há 5 anos atrás
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects há 5 anos atrás
  Matthew Olsson 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones há 5 anos atrás
  Marcin Gasperowicz 2579d0bf55 LibJS: Hoist function declarations há 5 anos atrás
  Marcin Gasperowicz 0b74ea3d6a LibJS: Make typeof return undefined for undefined variables há 5 anos atrás
  Sergey Bugaev 53a94b8bbd LibJS: Fix casting a value to ScriptFunction without checking it's one há 5 anos atrás
  Jack Karamanian c12125fa81 LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow há 5 anos atrás
  Matthew Olsson d52ea37717 LibJS: Integrate labels into the Interpreter há 5 anos atrás
  Linus Groh 8ff4587f65 LibJS: Throw in strict mode when assigning property to primitive value há 5 anos atrás
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices há 5 anos atrás
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions há 5 anos atrás
  Linus Groh 07af2e6b2c LibJS: Implement basic for..in and for..of loops há 5 anos atrás
  Linus Groh 9c8d390682 LibJS: Refactor Accessor há 5 anos atrás
  Matthew Olsson c35732c011 LibJS: Add object literal getter/setter shorthand há 5 anos atrás
  Linus Groh 36996bd720 LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity há 5 anos atrás
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. há 5 anos atrás
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) há 5 anos atrás
  mattco98 4ced126704 LibJS: Add symbol objects há 5 anos atrás
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() há 5 anos atrás
  AnotherTest bd12f132f3 LibJS: Correct tiny issue with passing a String to String::format há 5 anos atrás
  Matthew Olsson 532d4bc0ab LibJS: Spec-compliant equality comparisons há 5 anos atrás
  Yonatan Goldschmidt b184f12aaf LibJS: Limit scope of 'for' loop variables há 5 anos atrás
  Matthew Olsson b5f1df57ed LibJS: Add raw strings to tagged template literals há 5 anos atrás
  Matthew Olsson 107ca2e4ba LibJS: Add function call spreading há 5 anos atrás