Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function 4 gadi atpakaļ
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() 5 gadi atpakaļ
  Matthew Olsson 51bfc6c6b3 LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind 5 gadi atpakaļ
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys 5 gadi atpakaļ
  Linus Groh afcfea2001 LibJS: Handle "receiver" argument in Reflect.{get,set}() 5 gadi atpakaļ
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 gadi atpakaļ
  Andreas Kling 3ba17d8df7 LibJS: Make Interpreter::construct() take a GlobalObject& 5 gadi atpakaļ
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 gadi atpakaļ
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize 5 gadi atpakaļ
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 gadi atpakaļ
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h 5 gadi atpakaļ
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks 5 gadi atpakaļ
  Matthew Olsson 79958f4520 LibJS: Add PropertyDescriptor object 5 gadi atpakaļ
  Linus Groh b32761f2e0 LibJS: Consider non-extensible objects in Reflect.setPrototypeOf() 5 gadi atpakaļ
  Linus Groh c1248a7fd8 LibJS: Implement Reflect.{isExtensible,preventExtensions}() 5 gadi atpakaļ
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 gadi atpakaļ
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. 5 gadi atpakaļ
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() 5 gadi atpakaļ
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() 5 gadi atpakaļ
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object 5 gadi atpakaļ