Advertisement
AR2000

test out

Sep 27th, 2022 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | Software | 0 0
  1. _ENV====================================
  2. _G======================================
  3. package "table"
  4. string "table"
  5. io "table"
  6. _OSVERSION "string"
  7. select "function"
  8. error "function"
  9. rawequal "function"
  10. checkArg "function"
  11. rawset "function"
  12. tostring "function"
  13. setmetatable "function"
  14. require "function"
  15. utf8 "table"
  16. debug "table"
  17. os "table"
  18. table "table"
  19. runlevel "number"
  20. rawlen "function"
  21. assert "function"
  22. dofile "function"
  23. _G "table"
  24. xpcall "function"
  25. pairs "function"
  26. load "function"
  27. loadfile "function"
  28. print "function"
  29. _VERSION "string"
  30. pcall "function"
  31. ipairs "function"
  32. coroutine "table"
  33. next "function"
  34. type "function"
  35. math "table"
  36. tonumber "function"
  37. rawget "function"
  38. getmetatable "function"
  39. debug.getinfo()=========================
  40. 0 :
  41. what "C"
  42. lastlinedefined "-1"
  43. nups "0"
  44. istailcall "false"
  45. short_src "[C]"
  46. nparams "0"
  47. linedefined "-1"
  48. currentline "-1"
  49. name "getinfo"
  50. isvararg "true"
  51. source "=[C]"
  52. namewhat "field"
  53. 1 :
  54. what "Lua"
  55. lastlinedefined "992"
  56. nups "1"
  57. istailcall "false"
  58. short_src "machine"
  59. nparams "0"
  60. linedefined "973"
  61. currentline "974"
  62. name "getinfo"
  63. isvararg "true"
  64. source "=machine"
  65. namewhat "field"
  66. 2 :
  67. what "main"
  68. lastlinedefined "0"
  69. nups "1"
  70. istailcall "true"
  71. short_src "/home/test.lua"
  72. nparams "0"
  73. linedefined "0"
  74. currentline "21"
  75. isvararg "true"
  76. source "=/home/test.lua"
  77. namewhat ""
  78. 3 :
  79. what "C"
  80. lastlinedefined "-1"
  81. nups "0"
  82. istailcall "false"
  83. short_src "[C]"
  84. nparams "0"
  85. linedefined "-1"
  86. currentline "-1"
  87. name "xpcall"
  88. isvararg "true"
  89. source "=[C]"
  90. namewhat "global"
  91. 4 :
  92. what "Lua"
  93. lastlinedefined "813"
  94. nups "4"
  95. istailcall "false"
  96. short_src "machine"
  97. nparams "2"
  98. linedefined "796"
  99. currentline "799"
  100. name "xpcall"
  101. isvararg "true"
  102. source "=machine"
  103. namewhat "global"
  104. 5 :
  105. what "Lua"
  106. lastlinedefined "86"
  107. nups "5"
  108. istailcall "false"
  109. short_src "/lib/process.lua"
  110. nparams "0"
  111. linedefined "59"
  112. currentline "63"
  113. isvararg "true"
  114. source "=/lib/process.lua"
  115. namewhat ""
  116. debug.getlocal()========================
  117. 1 "{\"shell\",n=1}"
  118. 2 "{\"s\",n=1}"
  119. 3 "{\"a\",n=1}"
  120. 4 "{\"o\",n=1}"
  121. 5 "{\"t\",n=1}"
  122. 6 "{\"tt\",n=1}"
  123. 7 "{\"f\",n=1}"
  124. 8 "{\"l\",n=1}"
  125. 9 "{\"i\",n=1}"
Tags: log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement