| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -864,7 +864,7 @@ void ContextifyScript::RunInContext(const FunctionCallbackInfo<Value>& args) { | |||
| 864 | 864 | CHECK(args[0]->IsObject() || args[0]->IsNull()); | |
| 865 | 865 | ||
| 866 | 866 | Local<Context> context; | |
| 867 | - std::shared_ptr<v8::MicrotaskQueue> microtask_queue; | ||
| 867 | + std::shared_ptr<MicrotaskQueue> microtask_queue; | ||
| 868 | 868 | ||
| 869 | 869 | if (args[0]->IsObject()) { | |
| 870 | 870 | Local<Object> sandbox = args[0].As<Object>(); | |
@@ -1247,7 +1247,7 @@ static void MeasureMemory(const FunctionCallbackInfo<Value>& args) { | |||
| 1247 | 1247 | static_cast<v8::MeasureMemoryMode>(mode)); | |
| 1248 | 1248 | isolate->MeasureMemory(std::move(delegate), | |
| 1249 | 1249 | static_cast<v8::MeasureMemoryExecution>(execution)); | |
| 1250 | - v8::Local<v8::Promise> promise = resolver->GetPromise(); | ||
| 1250 | + Local<Promise> promise = resolver->GetPromise(); | ||
| 1251 | 1251 | ||
| 1252 | 1252 | args.GetReturnValue().Set(promise); | |
| 1253 | 1253 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments