aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode/try_catch.lua
blob: 22f29f92f0a7f218cf1d419c92c5acb8c22dd53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
xpcall(function()
	return _u51fd_u6570(1, 2, 3)
end, function(_u9519_u8bef)
	return _u6253_u5370(_u9519_u8bef)
end)
xpcall(function()
	return _u51fd_u6570(1, 2, 3)
end, function(_u9519_u8bef)
	return _u6253_u5370(_u9519_u8bef)
end)
pcall(function()
	_u6253_u5370("正在try")
	return _u51fd_u6570(1, 2, 3)
end)
do
	local _u6210_u529f, _u7ed3_u679c = xpcall(function()
		return _u51fd_u6570(1, 2, 3)
	end, function(_u9519_u8bef)
		return _u6253_u5370(_u9519_u8bef)
	end)
	_u6210_u529f, _u7ed3_u679c = pcall(function()
		return _u51fd_u6570(1, 2, 3)
	end)
end
pcall(function()
	return _u8868["函数"]
end)
pcall(function()
	return _u8868["函数"]()
end)
pcall(function()
	return _u8868["函数"]()
end)
pcall(function()
	return _u8868["函数"]()
end)
pcall(function()
	local _call_0 = _u8868
	return _call_0["函数"](_call_0, 1, 2, 3)
end)
pcall(function()
	return _u8868["函数"](1)
end)
pcall(function()
	return _u8868["函数"](1)
end)
if (xpcall(function()
	return _u51fd_u6570(1)
end, function(_u9519_u8bef)
	return _u6253_u5370(_u9519_u8bef)
end)) then
	_u6253_u5370("好的")
end
if xpcall(function()
	return _u51fd_u6570(1)
end, function(_u9519_u8bef)
	return _u6253_u5370(_u9519_u8bef)
end) then
	_u6253_u5370("好的")
end
do
	do
		local _u6210_u529f, _u7ed3_u679c = pcall(function()
			return _u51fd_u6570("abc", 123)
		end)
		if _u6210_u529f then
			_u6253_u5370(_u7ed3_u679c)
		end
	end
	local _u6210_u529f, _u7ed3_u679c = xpcall(function()
		return _u51fd_u6570("abc", 123)
	end, function(_u9519_u8bef)
		return _u6253_u5370(_u9519_u8bef)
	end)
	_u6210_u529f, _u7ed3_u679c = xpcall(function()
		return _u51fd_u6570("abc", 123)
	end, function(_u9519_u8bef)
		return _u6253_u5370(_u9519_u8bef)
	end)
	if _u6210_u529f then
		_u6253_u5370(_u7ed3_u679c)
	end
end
do
	pcall(function()
		return _u51fd_u6570(1, 2, 3)
	end)
	pcall(function()
		return _u51fd_u6570(1, 2, 3)
	end)
end
return nil