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