Divy Srivastava

Results 185 issues of Divy Srivastava

Removed in https://github.com/denoland/rusty_v8/pull/969

Closes https://github.com/denoland/rusty_v8/issues/574 Needed for https://github.com/denoland/deno/issues/4350 and https://github.com/denoland/deno/issues/14158

References should have the same lifetime as its associated Isolate/SnapshotCreator. `'static` shouldn't be necessary

``` ---- test::test_sorting_all stdout ---- thread 'test::test_sorting_all' panicked at 'Invalid amount of transactions', crates/executor/lib.rs:378:9 stack backtrace: 0: rust_begin_unwind at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/std/src/panicking.rs:498:5 1: core::panicking::panic_fmt at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/panicking.rs:107:14 2: three_em_executor::test::test_sorting_all::{{closure}} at ./lib.rs:378:9 3: ::poll...

Ref https://github.com/denoland/deno/pull/13320