mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
Fix bug with columnNumber use lineNumber
Signed-off-by: 晓熊猫 <zhengxiaoyong2@huawei.com> Change-Id: I19321170fb9212cf1cc3322600cf28c7a2d270e6
This commit is contained in:
parent
b4d624d93b
commit
cbbbfaa58a
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
SyntaxError: Unexpected Number in JSON Array Or Object
|
||||
exception_case1.js:18:18
|
||||
exception_case1.js:20:20
|
||||
exception_case1.js:18:1
|
||||
exception_case1.js:20:1
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
ReferenceError: a is not defined
|
||||
exception_case10.js:18:18
|
||||
exception_case10.js:21:21
|
||||
exception_case10.js:23:23
|
||||
exception_case10.js:18:1
|
||||
exception_case10.js:21:1
|
||||
exception_case10.js:23:1
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
SyntaxError: Unexpected Number in JSON Array Or Object
|
||||
exception_case11.ts:22:22
|
||||
exception_case11.ts:25:25
|
||||
exception_case11.ts:22:1
|
||||
exception_case11.ts:25:1
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
SyntaxError: Unexpected Number in JSON Array Or Object
|
||||
exception_case12.ts:21:21
|
||||
exception_case12.ts:24:24
|
||||
exception_case12.ts:21:1
|
||||
exception_case12.ts:24:1
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
ReferenceError: b is not defined
|
||||
exception_case2.js:18:18
|
||||
exception_case2.js:20:20
|
||||
exception_case2.js:18:1
|
||||
exception_case2.js:20:1
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
ReferenceError: d is not defined
|
||||
exception_case3.js:18:18
|
||||
exception_case3.js:20:20
|
||||
exception_case3.js:18:1
|
||||
exception_case3.js:20:1
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
RangeError: Invalid array length
|
||||
exception_case4.js:18:18
|
||||
exception_case4.js:20:20
|
||||
exception_case4.js:18:1
|
||||
exception_case4.js:20:1
|
||||
|
||||
|
@ -12,5 +12,5 @@
|
||||
# limitations under the License.
|
||||
|
||||
TypeError: CallObj is NonCallable
|
||||
exception_case5.js:18:18
|
||||
exception_case5.js:18:1
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
ReferenceError: d is not defined
|
||||
exception_case6.js:18:18
|
||||
exception_case6.js:21:21
|
||||
exception_case6.js:18:1
|
||||
exception_case6.js:21:1
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
ReferenceError: a is not defined
|
||||
exception_case7.js:19:19
|
||||
exception_case7.js:23:23
|
||||
exception_case7.js:19:1
|
||||
exception_case7.js:23:1
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
SyntaxError: Unexpected Number in JSON Array Or Object
|
||||
exception_case8.js:18:18
|
||||
exception_case8.js:22:22
|
||||
exception_case8.js:24:24
|
||||
exception_case8.js:18:1
|
||||
exception_case8.js:22:1
|
||||
exception_case8.js:24:1
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
ReferenceError: a is not defined
|
||||
exception_case9.js:18:18
|
||||
exception_case9.js:22:22
|
||||
exception_case9.js:26:26
|
||||
exception_case9.js:18:1
|
||||
exception_case9.js:22:1
|
||||
exception_case9.js:26:1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user