| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1efae01 commit abfd71b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,13 +19,8 @@ using v8::Value; | |||
| 19 | 19 | ||
| 20 | 20 | CallbackScope::CallbackScope(Isolate* isolate, | |
| 21 | 21 | Local<Object> object, | |
| 22 | - async_context asyncContext) | ||
| 23 | - : private_(new InternalCallbackScope(Environment::GetCurrent(isolate), | ||
| 24 | - object, | ||
| 25 | - asyncContext)), | ||
| 26 | - try_catch_(isolate) { | ||
| 27 | - try_catch_.SetVerbose(true); | ||
| 28 | - } | ||
| 22 | + async_context async_context) | ||
| 23 | + : CallbackScope(Environment::GetCurrent(isolate), object, async_context) {} | ||
| 29 | 24 | ||
| 30 | 25 | CallbackScope::CallbackScope(Environment* env, | |
| 31 | 26 | Local<Object> object, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments