Histórico de Commits

Autor SHA1 Mensagem Data
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables há 2 anos atrás
  Aliaksandr Kalenik 0daff637e2 LibJS: Add vector of local variables in ExecutionContext há 2 anos atrás
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject há 2 anos atrás
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode há 2 anos atrás
  Andreas Kling 9430bbcc62 LibJS/Bytecode: Propagate FunctionDeclarationInstantiation exceptions há 2 anos atrás
  Andreas Kling 467ea86179 LibJS: Use bytecode for generator function default parameters há 2 anos atrás
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model há 2 anos atrás
  Andreas Kling 743943a042 LibJS/Bytecode: Reorder function compilation to ensure correct hoisting há 2 anos atrás
  Andreas Kling 9c568282dc Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM há 2 anos atrás
  Andreas Kling 872d798951 LibJS/Bytecode: Leave FunctionDeclarationInstantantiation in C++ há 2 anos atrás
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr há 2 anos atrás
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr há 2 anos atrás
  Linus Groh 8f1d13e73b LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr há 2 anos atrás
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration há 2 anos atrás
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct há 2 anos atrás
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String há 2 anos atrás
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js há 2 anos atrás
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
  Linus Groh 208be8b86d LibJS: Convert new_function_environment() to NonnullGCPtr há 2 anos atrás
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr há 2 anos atrás
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr há 2 anos atrás
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr há 2 anos atrás
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr há 2 anos atrás
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun há 2 anos atrás
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::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