@@ -7,13 +7,13 @@ error[E0277]: the trait bound `OwnedIsolate: v8::scope::param::NewEscapableHandl
77 | required by a bound introduced by this call
88 |
99 = help: the following other types implement trait `v8::scope::param::NewEscapableHandleScope<'s, 'e>`:
10- < AllowJavascriptExecutionScope<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
11- < CallbackScope<'p, C> as v8::scope::param::NewEscapableHandleScope<'s, 'p>>
12- < ContextScope<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
13- < DisallowJavascriptExecutionScope<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
14- < EscapableHandleScope<'p, 'e, C> as v8::scope::param::NewEscapableHandleScope<'s, 'p>>
15- < HandleScope<'p, C> as v8::scope::param::NewEscapableHandleScope<'s, 'p>>
16- < TryCatch<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
10+ ` AllowJavascriptExecutionScope<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
11+ ` CallbackScope<'p, C>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'p>`
12+ ` ContextScope<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
13+ ` DisallowJavascriptExecutionScope<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
14+ ` EscapableHandleScope<'p, 'e, C>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'p>`
15+ ` HandleScope<'p, C>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'p>`
16+ ` TryCatch<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
1717note: required by a bound in `EscapableHandleScope::<'s, 'e>::new`
1818 --> src/scope.rs
1919 |
@@ -27,10 +27,10 @@ error[E0277]: the trait bound `OwnedIsolate: v8::scope::param::NewEscapableHandl
2727 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `v8::scope::param::NewEscapableHandleScope<'_, '_>` is not implemented for `OwnedIsolate`
2828 |
2929 = help: the following other types implement trait `v8::scope::param::NewEscapableHandleScope<'s, 'e>`:
30- < AllowJavascriptExecutionScope<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
31- < CallbackScope<'p, C> as v8::scope::param::NewEscapableHandleScope<'s, 'p>>
32- < ContextScope<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
33- < DisallowJavascriptExecutionScope<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
34- < EscapableHandleScope<'p, 'e, C> as v8::scope::param::NewEscapableHandleScope<'s, 'p>>
35- < HandleScope<'p, C> as v8::scope::param::NewEscapableHandleScope<'s, 'p>>
36- < TryCatch<'p, P> as v8::scope::param::NewEscapableHandleScope<'s, 'e>>
30+ ` AllowJavascriptExecutionScope<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
31+ ` CallbackScope<'p, C>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'p>`
32+ ` ContextScope<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
33+ ` DisallowJavascriptExecutionScope<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
34+ ` EscapableHandleScope<'p, 'e, C>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'p>`
35+ ` HandleScope<'p, C>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'p>`
36+ ` TryCatch<'p, P>` implements ` v8::scope::param::NewEscapableHandleScope<'s, 'e>`
0 commit comments