Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh 5b88aa8e96 LibJS: Move Value::as_accessor() to Value.h há 5 anos atrás
  Linus Groh 5a983c238b LibJS: Use switch/case for Value::to_{string{_w/o_side_effects},boolean} há 5 anos atrás
  Matthew Olsson 58a72e9b81 LibJS: Value.in uses has_property instead of get().is_empty() há 5 anos atrás
  Marcin Gasperowicz eadce65e04 LibJS: Implement standard semantics for relational operators (#2417) há 5 anos atrás
  Linus Groh 00fe7f82c0 LibJS: Treat NaN in Value::to_i32() as zero há 5 anos atrás
  Linus Groh 4334a1b208 LibJS: Make Array.prototype.push() generic há 5 anos atrás
  Matthew Olsson 45dfa094e9 LibJS: Add getter/setter support há 5 anos atrás
  Linus Groh eb72ba2466 LibJS: Remove is_nan() check in as_size_t() and fix to_size_t() 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 56502b0e84 LibJS: Check for exception after converting object to string primitive há 5 anos atrás
  Linus Groh 4569e88bea LibJS: Throw TypeError when coercing symbol to number 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
  Linus Groh de42ddfd93 LibJS: Trim whitespace from string before coercing to number há 5 anos atrás
  Linus Groh 0c14ee035c LibJS: Make string to number coercion work for doubles há 5 anos atrás
  Linus Groh 063228c02e LibJS: Handle empty values in operator<<() há 5 anos atrás
  Matthew Olsson 532d4bc0ab LibJS: Spec-compliant equality comparisons há 5 anos atrás
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() há 5 anos atrás
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object há 5 anos atrás
  Linus Groh 65dbe17dd7 LibJS: Add Value::to_size_t() há 5 anos atrás
  Linus Groh 2c6e7dbd07 LibJS: Throw error in Object::to_string() if string conversion fails há 5 anos atrás
  Andreas Kling 698652a548 LibJS: Make Value::as_string() return a PrimitiveString reference há 5 anos atrás
  Linus Groh da0ab16f01 LibJS: Don't handle arrays separately in Value::to_number() há 5 anos atrás
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state há 5 anos atrás
  Linus Groh 402ba20c36 LibJS: Fix left shift operator há 5 anos atrás
  Linus Groh 11728b7db5 LibJS: Implement 'in' operator há 5 anos atrás
  Linus Groh 396ecfa2d7 LibJS: Implement bitwise unsigned right shift operator (>>>) há 5 anos atrás
  Linus Groh 502d1f5165 LibJS: Implement bitwise right shift operator (>>) há 5 anos atrás