| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -320,4 +320,4 @@ void Initialize(Local<Object> target, Local<Value> unused, | |||
| 320 | 320 | } // namespace node | |
| 321 | 321 | ||
| 322 | 322 | NODE_MODULE_CONTEXT_AWARE_INTERNAL(inspector, | |
| 323 | - node::inspector::Initialize); | ||
| 323 | + node::inspector::Initialize) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ using performance::PerformanceEntry; | |||
| 35 | 35 | #define DEFAULT_MAX_SETTINGS 10 | |
| 36 | 36 | ||
| 37 | 37 | // Default maximum total memory cap for Http2Session. | |
| 38 | - #define DEFAULT_MAX_SESSION_MEMORY 1e7; | ||
| 38 | + #define DEFAULT_MAX_SESSION_MEMORY 1e7 | ||
| 39 | 39 | ||
| 40 | 40 | // These are the standard HTTP/2 defaults as specified by the RFC | |
| 41 | 41 | #define DEFAULT_SETTINGS_HEADER_TABLE_SIZE 4096 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,7 +63,7 @@ class DeserializerDelegate : public ValueDeserializer::Delegate { | |||
| 63 | 63 | return MaybeLocal<Object>(); | |
| 64 | 64 | CHECK_LE(id, message_ports_.size()); | |
| 65 | 65 | return message_ports_[id]->object(isolate); | |
| 66 | - }; | ||
| 66 | + } | ||
| 67 | 67 | ||
| 68 | 68 | MaybeLocal<SharedArrayBuffer> GetSharedArrayBufferFromId( | |
| 69 | 69 | Isolate* isolate, uint32_t clone_id) override { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments