Histórico de commits

Autor SHA1 Mensagem Data
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages 3 anos atrás
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 anos atrás
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 anos atrás
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr 3 anos atrás
  Linus Groh d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 anos atrás
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 anos atrás
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 anos atrás
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr 3 anos atrás
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr 3 anos atrás
  Linus Groh d9895ec12d LibJS: Convert internal_has_property() to ThrowCompletionOr 3 anos atrás
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr 3 anos atrás
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 anos atrás
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr 3 anos atrás
  Linus Groh 9b4362f10a LibJS: Convert internal_is_extensible() to ThrowCompletionOr 3 anos atrás
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 anos atrás
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr 3 anos atrás
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 anos atrás
  Linus Groh c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() 3 anos atrás
  Linus Groh 312946059b LibJS+Spreadsheet: Use js_string(VM&, ...) overload more 3 anos atrás
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 anos atrás
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 anos atrás
  Idan Horowitz 8eb48039c9 LibJS: Bring Reflect.construct() closer to the specification 4 anos atrás
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anos atrás
  Linus Groh f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 anos atrás
  Linus Groh 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 anos atrás
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 anos atrás
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 anos atrás
  Andreas Kling 93a07ba962 LibJS: Remove GlobalObject& argument from VM::construct() 4 anos atrás
  Linus Groh f932da095e LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}() 4 anos atrás
  Linus Groh 6c256bb400 LibJS: Add @@toStringTag to Reflect 4 anos atrás