| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4197a9a commit 3727964
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1143,8 +1143,9 @@ current V8 isolate, or the main context. | |||
| 1143 | 1143 | exits before the next GC). With eager execution, the GC will be started | |
| 1144 | 1144 | right away to measure the memory. | |
| 1145 | 1145 | **Default:** `'default'` | |
| 1146 | - * Returns: {Promise} If the memory is successfully measured the promise will | ||
| 1146 | + * Returns: {Promise} If the memory is successfully measured, the promise will | ||
| 1147 | 1147 | resolve with an object containing information about the memory usage. | |
| 1148 | + Otherwise it will be rejected with an `ERR_CONTEXT_NOT_INITIALIZED` error. | ||
| 1148 | 1149 | ||
| 1149 | 1150 | The format of the object that the returned Promise may resolve with is | |
| 1150 | 1151 | specific to the V8 engine and may change from one version of V8 to the next. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments