Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() hace 1 año
  Andreas Kling 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible hace 1 año
  Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible hace 1 año
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) hace 1 año
  Aliaksandr Kalenik b0a533dbc0 LibJS: Identify global variables during parsing hace 2 años
  Andreas Kling f4fe9f09a1 LibJS/Bytecode: Perform ShadowRealm evaluations in bytecode when enabled hace 2 años
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model hace 2 años
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
  Timothy Flynn f6503577f6 LibJS: Propagate out-of-memory errors from HostImportModuleDynamically hace 2 años
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String hace 2 años
  Timothy Flynn 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String hace 2 años
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible hace 2 años
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr hace 2 años
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun hace 2 años
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr hace 2 años
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated hace 2 años
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions hace 2 años
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] hace 2 años
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] hace 2 años
  Linus Groh ab6796691f LibJS: Replace GlobalObject with VM in ShadowRealm AOs [Part 16/19] hace 2 años
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] hace 2 años
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] hace 2 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 2 años
  Linus Groh 5398dcc55e LibJS: Remove GlobalObject from execute() and related AST functions hace 2 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 2 años