Historie revizí

Autor SHA1 Zpráva Datum
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation před 3 roky
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr před 3 roky
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr před 3 roky
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr před 3 roky
  davidot 830ea0414c LibJS: Make scoping follow the spec před 3 roky
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr před 3 roky
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject před 3 roky
  Linus Groh 580a7e0f7c LibJS: Rename abstract_eq() to is_loosely_equal() před 3 roky
  Linus Groh c7ff89891c LibJS: Rename strict_eq() to is_strictly_equal() před 3 roky
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr před 3 roky
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes před 4 roky
  Timothy Flynn a0c19deb80 LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec před 4 roky
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class před 4 roky
  Idan Horowitz e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages před 4 roky
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper před 4 roky
  Linus Groh 9555ca99a0 LibJS: Remove unnecessary value_or() from get() před 4 roky
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) před 4 roky
  Idan Horowitz e480d69130 LibJS: Bring ArrayCreate and ArrayConstructor closer to spec před 4 roky
  Andreas Kling c52ea3dad5 LibJS: Try to fix Clang build (NewClass::m_class_expression is unused) před 4 roky
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction před 4 roky
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes před 4 roky
  Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) před 4 roky
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject před 4 roky
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext před 4 roky
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy před 4 roky
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable před 4 roky
  Andreas Kling 08510a0c80 LibJS: Rename VM::current_scope() => current_environment_record() před 4 roky
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) před 4 roky
  Matthew Olsson df65ff8a1e LibJS: Add bytecode support for regexp literals před 4 roky
  Matthew Olsson 25baefdd1e LibJS: Support object rest elements in the bytecode interpreter před 4 roky