| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,8 +70,8 @@ changes: | |||
| 70 | 70 | by this script. **Default:** `'evalmachine.<anonymous>'`. | |
| 71 | 71 | * `lineOffset` {number} Specifies the line number offset that is displayed | |
| 72 | 72 | in stack traces produced by this script. **Default:** `0`. | |
| 73 | - * `columnOffset` {number} Specifies the column number offset that is displayed | ||
| 74 | - in stack traces produced by this script. **Default:** `0`. | ||
| 73 | + * `columnOffset` {number} Specifies the first-line column number offset that | ||
| 74 | + is displayed in stack traces produced by this script. **Default:** `0`. | ||
| 75 | 75 | * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or | |
| 76 | 76 | `TypedArray`, or `DataView` with V8's code cache data for the supplied | |
| 77 | 77 | source. When supplied, the `cachedDataRejected` value will be set to | |
@@ -652,8 +652,8 @@ defined in the ECMAScript specification. | |||
| 652 | 652 | `vm.createContext()` method, to compile and evaluate this `Module` in. | |
| 653 | 653 | * `lineOffset` {integer} Specifies the line number offset that is displayed | |
| 654 | 654 | in stack traces produced by this `Module`. **Default:** `0`. | |
| 655 | - * `columnOffset` {integer} Specifies the column number offset that is | ||
| 656 | - displayed in stack traces produced by this `Module`. **Default:** `0`. | ||
| 655 | + * `columnOffset` {integer} Specifies the first-line column number offset that | ||
| 656 | + is displayed in stack traces produced by this `Module`. **Default:** `0`. | ||
| 657 | 657 | * `initializeImportMeta` {Function} Called during evaluation of this `Module` | |
| 658 | 658 | to initialize the `import.meta`. | |
| 659 | 659 | * `meta` {import.meta} | |
@@ -830,8 +830,8 @@ changes: | |||
| 830 | 830 | by this script. **Default:** `''`. | |
| 831 | 831 | * `lineOffset` {number} Specifies the line number offset that is displayed | |
| 832 | 832 | in stack traces produced by this script. **Default:** `0`. | |
| 833 | - * `columnOffset` {number} Specifies the column number offset that is displayed | ||
| 834 | - in stack traces produced by this script. **Default:** `0`. | ||
| 833 | + * `columnOffset` {number} Specifies the first-line column number offset that | ||
| 834 | + is displayed in stack traces produced by this script. **Default:** `0`. | ||
| 835 | 835 | * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or | |
| 836 | 836 | `TypedArray`, or `DataView` with V8's code cache data for the supplied | |
| 837 | 837 | source. | |
@@ -951,8 +951,8 @@ changes: | |||
| 951 | 951 | by this script. **Default:** `'evalmachine.<anonymous>'`. | |
| 952 | 952 | * `lineOffset` {number} Specifies the line number offset that is displayed | |
| 953 | 953 | in stack traces produced by this script. **Default:** `0`. | |
| 954 | - * `columnOffset` {number} Specifies the column number offset that is displayed | ||
| 955 | - in stack traces produced by this script. **Default:** `0`. | ||
| 954 | + * `columnOffset` {number} Specifies the first-line column number offset that | ||
| 955 | + is displayed in stack traces produced by this script. **Default:** `0`. | ||
| 956 | 956 | * `displayErrors` {boolean} When `true`, if an [`Error`][] occurs | |
| 957 | 957 | while compiling the `code`, the line of code causing the error is attached | |
| 958 | 958 | to the stack trace. **Default:** `true`. | |
@@ -1034,8 +1034,8 @@ changes: | |||
| 1034 | 1034 | by this script. **Default:** `'evalmachine.<anonymous>'`. | |
| 1035 | 1035 | * `lineOffset` {number} Specifies the line number offset that is displayed | |
| 1036 | 1036 | in stack traces produced by this script. **Default:** `0`. | |
| 1037 | - * `columnOffset` {number} Specifies the column number offset that is displayed | ||
| 1038 | - in stack traces produced by this script. **Default:** `0`. | ||
| 1037 | + * `columnOffset` {number} Specifies the first-line column number offset that | ||
| 1038 | + is displayed in stack traces produced by this script. **Default:** `0`. | ||
| 1039 | 1039 | * `displayErrors` {boolean} When `true`, if an [`Error`][] occurs | |
| 1040 | 1040 | while compiling the `code`, the line of code causing the error is attached | |
| 1041 | 1041 | to the stack trace. **Default:** `true`. | |
@@ -1128,8 +1128,8 @@ changes: | |||
| 1128 | 1128 | by this script. **Default:** `'evalmachine.<anonymous>'`. | |
| 1129 | 1129 | * `lineOffset` {number} Specifies the line number offset that is displayed | |
| 1130 | 1130 | in stack traces produced by this script. **Default:** `0`. | |
| 1131 | - * `columnOffset` {number} Specifies the column number offset that is displayed | ||
| 1132 | - in stack traces produced by this script. **Default:** `0`. | ||
| 1131 | + * `columnOffset` {number} Specifies the first-line column number offset that | ||
| 1132 | + is displayed in stack traces produced by this script. **Default:** `0`. | ||
| 1133 | 1133 | * `displayErrors` {boolean} When `true`, if an [`Error`][] occurs | |
| 1134 | 1134 | while compiling the `code`, the line of code causing the error is attached | |
| 1135 | 1135 | to the stack trace. **Default:** `true`. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments