• B
    Abide by the rules when passing Isolate between c and rust · e742af10
    Bert Belder 提交于
    Ensure that at most one mutable Isolate reference exists at a time.
    
    `deno_execute()` and `deno_respond()` now borrow a reference to the rust-side
    isolate from the caller. When we need a reference to the isolate while one of
    these functions is on the stack, `deno_get_data()` can be used to borrow back
    that reference.
    e742af10
libdeno_test.cc 5.8 KB