@@ -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}
@@ -835,8 +835,8 @@ changes:
835
835
by this script. **Default:** `''`.
836
836
* `lineOffset` {number} Specifies the line number offset that is displayed
837
837
in stack traces produced by this script. **Default:** `0`.
838
- * `columnOffset` {number} Specifies the column number offset that is displayed
839
- in stack traces produced by this script. **Default:** `0`.
838
+ * `columnOffset` {number} Specifies the first-line column number offset that
839
+ is displayed in stack traces produced by this script. **Default:** `0`.
840
840
* `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or
841
841
`TypedArray`, or `DataView` with V8's code cache data for the supplied
842
842
source.
@@ -966,8 +966,8 @@ changes:
966
966
by this script. **Default:** `' evalmachine.< anonymous> ' `.
967
967
* `lineOffset` {number} Specifies the line number offset that is displayed
968
968
in stack traces produced by this script. **Default:** `0`.
969
- * `columnOffset` {number} Specifies the column number offset that is displayed
970
- in stack traces produced by this script. **Default:** `0`.
969
+ * `columnOffset` {number} Specifies the first-line column number offset that
970
+ is displayed in stack traces produced by this script. **Default:** `0`.
971
971
* `displayErrors` {boolean} When `true`, if an [`Error`][] occurs
972
972
while compiling the `code`, the line of code causing the error is attached
973
973
to the stack trace. **Default:** `true`.
@@ -1049,8 +1049,8 @@ changes:
1049
1049
by this script. **Default:** `' evalmachine.< anonymous> ' `.
1050
1050
* `lineOffset` {number} Specifies the line number offset that is displayed
1051
1051
in stack traces produced by this script. **Default:** `0`.
1052
- * `columnOffset` {number} Specifies the column number offset that is displayed
1053
- in stack traces produced by this script. **Default:** `0`.
1052
+ * `columnOffset` {number} Specifies the first-line column number offset that
1053
+ is displayed in stack traces produced by this script. **Default:** `0`.
1054
1054
* `displayErrors` {boolean} When `true`, if an [`Error`][] occurs
1055
1055
while compiling the `code`, the line of code causing the error is attached
1056
1056
to the stack trace. **Default:** `true`.
@@ -1143,8 +1143,8 @@ changes:
1143
1143
by this script. **Default:** `' evalmachine.< anonymous> ' `.
1144
1144
* `lineOffset` {number} Specifies the line number offset that is displayed
1145
1145
in stack traces produced by this script. **Default:** `0`.
1146
- * `columnOffset` {number} Specifies the column number offset that is displayed
1147
- in stack traces produced by this script. **Default:** `0`.
1146
+ * `columnOffset` {number} Specifies the first-line column number offset that
1147
+ is displayed in stack traces produced by this script. **Default:** `0`.
1148
1148
* `displayErrors` {boolean} When `true`, if an [`Error`][] occurs
1149
1149
while compiling the `code`, the line of code causing the error is attached
1150
1150
to the stack trace. **Default:** `true`.
0 commit comments