Histórico de Commits

Autor SHA1 Mensagem Data
  davidot 2bbea62176 LibJS: Don't update names of resulting functions in object expression há 2 anos atrás
  Linus Groh cad40ec953 LibJS: Convert RegExpObject::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh d21ac9d820 LibJS: Convert Error::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr há 2 anos atrás
  Linus Groh 5ee1758f46 LibJS: Use ToPropertyKey AO for computed member expression value há 2 anos atrás
  Andreas Kling b894acd6b2 LibJS: Make one compact allocation for CallExpression and its Arguments há 2 anos atrás
  Andreas Kling e70f944e11 LibJS: Rearrange ASTNode members so there's a padding hole at the end há 2 anos atrás
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() há 2 anos atrás
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() há 2 anos atrás
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object há 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  davidot 8319d7ac06 LibJS: Fix that constant declaration in for loop was mutable in body há 2 anos atrás
  Andreas Kling 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache há 2 anos atrás
  Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info há 2 anos atrás
  davidot 8fa6861f66 LibJS: Initialize functions in spec order há 2 anos atrás
  davidot 385c2f2eb8 LibJS: Use correct this value for tagged template calls há 2 anos atrás
  Andreas Kling 6ff9931dde LibJS: Make Identifier::execute() actually use the lookup cache há 2 anos atrás
  Andreas Kling d7e5a2058d LibJS: Cache access to bindings in the global environment há 2 anos atrás
  leeight 0d96468e9b LibJS: Implement RegExp legacy static properties há 2 anos atrás
  Hendiadyoin1 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops há 2 anos atrás
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated há 2 anos atrás
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file há 2 anos atrás
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated há 2 anos atrás
  davidot 462c6df24b LibJS: Only check for duplicate exports if they have a name há 2 anos atrás
  davidot 3b1c3e574f LibJS: Handle empty named export há 2 anos atrás
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm há 2 anos atrás
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary há 3 anos atrás