lightrun 1.22.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/build/src/agent/agent-logger.js +1 -1
  2. package/build/src/agent/blocklisting/blocklisting-patterns.js +1 -1
  3. package/build/src/agent/blocklisting/dummy-blocklist-manager.js +1 -1
  4. package/build/src/agent/blocklisting/patterns-blocklist-manager.js +1 -1
  5. package/build/src/agent/config.js +1 -1
  6. package/build/src/agent/configuration-provider.js +1 -1
  7. package/build/src/agent/controller.js +1 -1
  8. package/build/src/agent/debuglet-helpers/createDebuggee.js +1 -0
  9. package/build/src/agent/debuglet-helpers/createDebuggeeMetadata.js +1 -0
  10. package/build/src/agent/debuglet-helpers/createUniquifier.js +1 -0
  11. package/build/src/agent/debuglet-helpers/delimit.js +1 -0
  12. package/build/src/agent/debuglet-helpers/format.js +1 -0
  13. package/build/src/agent/debuglet-helpers/getAgentConfig.js +1 -0
  14. package/build/src/agent/debuglet-helpers/getPlatform.js +1 -0
  15. package/build/src/agent/debuglet-helpers/mapSubtract.js +1 -0
  16. package/build/src/agent/debuglet-helpers/normalizeConfig.js +1 -0
  17. package/build/src/agent/debuglet-helpers/tokenize.js +1 -0
  18. package/build/src/agent/debuglet.js +1 -1
  19. package/build/src/agent/environment-metadata.js +1 -1
  20. package/build/src/agent/io/file-index.js +1 -1
  21. package/build/src/agent/io/scan-results.js +1 -1
  22. package/build/src/agent/io/scanner.js +1 -1
  23. package/build/src/agent/io/sourcemapper.js +1 -1
  24. package/build/src/agent/leaky-bucket.js +1 -1
  25. package/build/src/agent/log-data.js +1 -1
  26. package/build/src/agent/piping-manager.js +1 -1
  27. package/build/src/agent/quota-manager.js +1 -1
  28. package/build/src/agent/reduction/redaction-manager-re2js.js +1 -1
  29. package/build/src/agent/reduction/redaction-manager.js +1 -1
  30. package/build/src/agent/state/inspector-state.js +1 -1
  31. package/build/src/agent/state/legacy-state.js +1 -1
  32. package/build/src/agent/util/debug-assert.js +1 -1
  33. package/build/src/agent/util/utils.js +1 -1
  34. package/build/src/agent/util/validator.js +1 -1
  35. package/build/src/agent/v8/debugapi.js +1 -1
  36. package/build/src/agent/v8/inspector-debugapi.js +1 -1
  37. package/build/src/agent/v8/legacy-debugapi.js +1 -1
  38. package/build/src/agent/v8/v8inspector.js +1 -1
  39. package/build/src/client/stackdriver/debug.js +1 -1
  40. package/build/src/client/stackdriver/status-message.js +1 -1
  41. package/build/src/debuggee.js +1 -1
  42. package/build/src/gcp.js +1 -1
  43. package/build/src/index.d.ts +561 -18
  44. package/build/src/index.js +1 -1
  45. package/build/src/lambda.js +1 -1
  46. package/build/src/resources/version.txt +1 -1
  47. package/build/src/types/lightrun.js +1 -1
  48. package/build/src/types/stackdriver.js +1 -1
  49. package/build/src/types/v8.js +1 -1
  50. package/package.json +8 -11
  51. package/build/src/agent/agent-logger.d.ts +0 -10
  52. package/build/src/agent/agent-logger.js.map +0 -1
  53. package/build/src/agent/blocklisting/blocklisting-patterns.d.ts +0 -6
  54. package/build/src/agent/blocklisting/blocklisting-patterns.js.map +0 -1
  55. package/build/src/agent/blocklisting/dummy-blocklist-manager.d.ts +0 -6
  56. package/build/src/agent/blocklisting/dummy-blocklist-manager.js.map +0 -1
  57. package/build/src/agent/blocklisting/patterns-blocklist-manager.d.ts +0 -10
  58. package/build/src/agent/blocklisting/patterns-blocklist-manager.js.map +0 -1
  59. package/build/src/agent/config.d.ts +0 -418
  60. package/build/src/agent/config.js.map +0 -1
  61. package/build/src/agent/configuration-provider.d.ts +0 -19
  62. package/build/src/agent/configuration-provider.js.map +0 -1
  63. package/build/src/agent/controller.d.ts +0 -71
  64. package/build/src/agent/controller.js.map +0 -1
  65. package/build/src/agent/debuglet.d.ts +0 -234
  66. package/build/src/agent/debuglet.js.map +0 -1
  67. package/build/src/agent/environment-metadata.d.ts +0 -36
  68. package/build/src/agent/environment-metadata.js.map +0 -1
  69. package/build/src/agent/io/file-index.d.ts +0 -76
  70. package/build/src/agent/io/file-index.js.map +0 -1
  71. package/build/src/agent/io/scan-results.d.ts +0 -60
  72. package/build/src/agent/io/scan-results.js.map +0 -1
  73. package/build/src/agent/io/scanner.d.ts +0 -43
  74. package/build/src/agent/io/scanner.js.map +0 -1
  75. package/build/src/agent/io/sourcemapper.d.ts +0 -72
  76. package/build/src/agent/io/sourcemapper.js.map +0 -1
  77. package/build/src/agent/leaky-bucket.d.ts +0 -16
  78. package/build/src/agent/leaky-bucket.js.map +0 -1
  79. package/build/src/agent/log-data.d.ts +0 -13
  80. package/build/src/agent/log-data.js.map +0 -1
  81. package/build/src/agent/piping-manager.d.ts +0 -39
  82. package/build/src/agent/piping-manager.js.map +0 -1
  83. package/build/src/agent/quota-manager.d.ts +0 -40
  84. package/build/src/agent/quota-manager.js.map +0 -1
  85. package/build/src/agent/reduction/redaction-manager-re2.d.ts +0 -8
  86. package/build/src/agent/reduction/redaction-manager-re2.js +0 -1
  87. package/build/src/agent/reduction/redaction-manager-re2.js.map +0 -1
  88. package/build/src/agent/reduction/redaction-manager-re2js.d.ts +0 -8
  89. package/build/src/agent/reduction/redaction-manager-re2js.js.map +0 -1
  90. package/build/src/agent/reduction/redaction-manager.d.ts +0 -6
  91. package/build/src/agent/reduction/redaction-manager.js.map +0 -1
  92. package/build/src/agent/state/inspector-state.d.ts +0 -28
  93. package/build/src/agent/state/inspector-state.js.map +0 -1
  94. package/build/src/agent/state/legacy-state.d.ts +0 -22
  95. package/build/src/agent/state/legacy-state.js.map +0 -1
  96. package/build/src/agent/util/debug-assert.d.ts +0 -22
  97. package/build/src/agent/util/debug-assert.js.map +0 -1
  98. package/build/src/agent/util/utils.d.ts +0 -65
  99. package/build/src/agent/util/utils.js.map +0 -1
  100. package/build/src/agent/util/validator.d.ts +0 -12
  101. package/build/src/agent/util/validator.js.map +0 -1
  102. package/build/src/agent/v8/debugapi.d.ts +0 -23
  103. package/build/src/agent/v8/debugapi.js.map +0 -1
  104. package/build/src/agent/v8/inspector-debugapi.d.ts +0 -82
  105. package/build/src/agent/v8/inspector-debugapi.js.map +0 -1
  106. package/build/src/agent/v8/legacy-debugapi.d.ts +0 -58
  107. package/build/src/agent/v8/legacy-debugapi.js.map +0 -1
  108. package/build/src/agent/v8/v8inspector.d.ts +0 -53
  109. package/build/src/agent/v8/v8inspector.js.map +0 -1
  110. package/build/src/client/stackdriver/debug.d.ts +0 -43
  111. package/build/src/client/stackdriver/debug.js.map +0 -1
  112. package/build/src/client/stackdriver/status-message.d.ts +0 -35
  113. package/build/src/client/stackdriver/status-message.js.map +0 -1
  114. package/build/src/debuggee.d.ts +0 -80
  115. package/build/src/debuggee.js.map +0 -1
  116. package/build/src/gcp.d.ts +0 -2
  117. package/build/src/gcp.js.map +0 -1
  118. package/build/src/index.js.map +0 -1
  119. package/build/src/lambda.d.ts +0 -2
  120. package/build/src/lambda.js.map +0 -1
  121. package/build/src/types/lightrun.d.ts +0 -18
  122. package/build/src/types/lightrun.js.map +0 -1
  123. package/build/src/types/stackdriver.d.ts +0 -79
  124. package/build/src/types/stackdriver.js.map +0 -1
  125. package/build/src/types/v8.d.ts +0 -214
  126. package/build/src/types/v8.js.map +0 -1
@@ -1 +1 @@
1
- const a26_0x4a1d7d=a26_0x82d7;(function(_0x3c20bb,_0x27d600){const _0x4b8633=a26_0x82d7,_0x5ab2dc=_0x3c20bb();while(!![]){try{const _0x4af1c9=-parseInt(_0x4b8633(0x16c))/0x1*(parseInt(_0x4b8633(0x16f))/0x2)+-parseInt(_0x4b8633(0x1d3))/0x3*(parseInt(_0x4b8633(0x195))/0x4)+-parseInt(_0x4b8633(0x1e5))/0x5+-parseInt(_0x4b8633(0x166))/0x6*(-parseInt(_0x4b8633(0x1a0))/0x7)+-parseInt(_0x4b8633(0x173))/0x8*(parseInt(_0x4b8633(0x199))/0x9)+-parseInt(_0x4b8633(0x18e))/0xa+parseInt(_0x4b8633(0x1cf))/0xb;if(_0x4af1c9===_0x27d600)break;else _0x5ab2dc['push'](_0x5ab2dc['shift']());}catch(_0x2740f8){_0x5ab2dc['push'](_0x5ab2dc['shift']());}}}(a26_0x2ae7,0x9a539));function a26_0x2ae7(){const _0x260b96=['pipingStatus','InspectorDebugApi','cleanupAsyncCallStackInterval','>>>breakpoint\x20hit<<<\x20number:\x20','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','applyDynamicLogsCPUQuota','splice','numListeners_','compile','warn','setErrorStatusAndCallback','disable','quotaManager','normalize','message','setInternal','fileStats','.\x20Loaded\x20script\x20contained\x20','description','\x20<<','hasMappingInfo','concat','value','log','286458keKtRs','parsedCondition','breakpoints','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','SOURCE_FILE_NOT_FOUND','locationMapper','140869QBXVwm','SOURCE_FILE_AMBIGUOUS','removeFirstOccurrenceInArray','2iAcUBs','ERROR_EVALUATING_CONDITION','expressionsEvalTimeoutMillis','file:///','1432nLDtRw','capture','shouldBlock','COULD_NOT_FIND_MAPPING_FILE','processCondition','../util/utils','path','remainingHits','condition','satisfies','sourcemapper','response','variableTable','Failed\x20to\x20evaluate\x20condition\x20','setBlocklistManager','blocklistManager','search','isFileIndexed','version','setBreakpointByUrl','../../client/stackdriver/status-message','clear','map','scriptMapper','error','MODULE_WRAP_PREFIX_LENGTH','object','7789350GYGyEc','LOG','../state/inspector-state','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','SYNTAX_ERROR_IN_CONDITION','set','setAndStoreBreakpoint','1345852oqkVaY','lines','handleDebugPausedEvent','BreakpointData','10233XQNvyc','VARIABLE_VALUE','column','changeToNS','StatusMessage','logger','locationStr','175AIxChq','\x20deployed\x20source.','wait','constructor','__esModule','INVALID_LINE_NUMBER','breakpointMapper','./v8inspector','removeBreakpoint','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','>10.11.0','apiBreakpoint','ignoreQuota','.\x20Potential\x20matches:\x20','line','length','defineProperty','callFrames','captureBreakpointData','disconnect','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','quotaRecoverySeconds','push','enabled','fileIndex','listeners','CAPTURE_BREAKPOINT_DATA','getBreakpointCompiler','script','onBreakpointHit','enable','V8_BREAKPOINT_CLEAR_ERROR','\x20due\x20to\x20error:\x20','action','quota','shouldUseWellFormattedUrl','listener','parse','file://','evaluate','debug','capture\x20time:\x20','Unable\x20to\x20unambiguously\x20find\x20','v8BreakpointId','formatInterval','platform','DISALLOWED_EXPRESSION','10593286TJkGva','some','keys','stringify','3TzFaHb','resetV8DebuggerThreshold','errors','config','toString','V8_BREAKPOINT_ERROR','INVALID_BREAKPOINT','lineNumber','mappingInfo','ERROR_COMPILING_CONDITION','location','hitBreakpoints','BREAKPOINT_CONDITION','evaluatedExpressions','v8Inspector','V8Inspector','numBreakpoints','bind','323450XhKDmc','maxHitCount','expressions','hrtime','extname','BREAKPOINT_SOURCE_LOCATION','needsRecoveryTime','javascriptFileExtensions','forEach'];a26_0x2ae7=function(){return _0x260b96;};return a26_0x2ae7();}const a26_0x324b92=(function(){let _0x568775=!![];return function(_0x205328,_0x14fb0f){const _0x25b369=_0x568775?function(){if(_0x14fb0f){const _0xd75f97=_0x14fb0f['apply'](_0x205328,arguments);return _0x14fb0f=null,_0xd75f97;}}:function(){};return _0x568775=![],_0x25b369;};}()),a26_0x49650c=a26_0x324b92(this,function(){const _0x3d226b=a26_0x82d7;return a26_0x49650c[_0x3d226b(0x1d7)]()[_0x3d226b(0x183)]('(((.+)+)+)+$')['toString']()[_0x3d226b(0x1a3)](a26_0x49650c)[_0x3d226b(0x183)]('(((.+)+)+)+$');});a26_0x49650c();'use strict';Object[a26_0x4a1d7d(0x1b0)](exports,a26_0x4a1d7d(0x1a4),{'value':!![]}),exports[a26_0x4a1d7d(0x1ef)]=exports[a26_0x4a1d7d(0x198)]=void 0x0;const acorn=require('acorn'),path=require(a26_0x4a1d7d(0x179)),status_message_1=require(a26_0x4a1d7d(0x187)),state=require(a26_0x4a1d7d(0x190)),utils_1=require(a26_0x4a1d7d(0x178)),debugapi=require('./debugapi'),v8inspector_1=require(a26_0x4a1d7d(0x1a7)),dummy_blocklist_manager_1=require('../blocklisting/dummy-blocklist-manager'),USE_MODULE_PREFIX=utils_1['satisfies'](process[a26_0x4a1d7d(0x185)],'<10.16\x20||\x20>=11\x20<11.11');function a26_0x82d7(_0xf64ca2,_0x295232){const _0x42b376=a26_0x2ae7();return a26_0x82d7=function(_0x49650c,_0x324b92){_0x49650c=_0x49650c-0x160;let _0x2ae7c7=_0x42b376[_0x49650c];return _0x2ae7c7;},a26_0x82d7(_0xf64ca2,_0x295232);}class BreakpointData{constructor(_0x239887,_0x15c6ed,_0xe92fe6,_0x5b3e2d,_0x470b4f,_0x1b39a5,_0x2816e1,_0x368aa5){const _0xdf7496=a26_0x4a1d7d;this['id']=_0x239887,this[_0xdf7496(0x1ab)]=_0x15c6ed,this[_0xdf7496(0x167)]=_0xe92fe6,this[_0xdf7496(0x19f)]=_0x5b3e2d,this[_0xdf7496(0x1f6)]=_0x470b4f,this[_0xdf7496(0x17a)]=_0x1b39a5,this[_0xdf7496(0x1ac)]=_0x2816e1,this[_0xdf7496(0x1ee)]=_0x368aa5;}}exports['BreakpointData']=BreakpointData;class InspectorDebugApi{constructor(_0x3acc2c,_0xe858f9,_0x31f9b0,_0x1155fc,_0x4fbc75){const _0x6fbd2e=a26_0x4a1d7d;this[_0x6fbd2e(0x168)]={},this['listeners']={},this[_0x6fbd2e(0x18a)]={},this['locationMapper']={},this[_0x6fbd2e(0x1a6)]={},this[_0x6fbd2e(0x1e3)]=0x0,this[_0x6fbd2e(0x1f0)]=null,this['logger']=_0x3acc2c,this[_0x6fbd2e(0x1d6)]=_0xe858f9,this[_0x6fbd2e(0x1b8)]=_0x31f9b0,this['sourcemapper']=_0x1155fc,this[_0x6fbd2e(0x1e1)]=new v8inspector_1[(_0x6fbd2e(0x1e2))](_0x3acc2c,utils_1[_0x6fbd2e(0x17c)](process[_0x6fbd2e(0x185)],_0x6fbd2e(0x1aa)),this[_0x6fbd2e(0x1d6)][_0x6fbd2e(0x1d4)],_0x154683=>{const _0x491de2=_0x6fbd2e;this[_0x491de2(0x18a)][_0x154683['scriptId']]=_0x154683;},_0x23d672=>{const _0x5923aa=_0x6fbd2e;try{this[_0x5923aa(0x197)](_0x23d672);}catch(_0x1aabd6){this[_0x5923aa(0x19e)][_0x5923aa(0x18b)](_0x1aabd6);}}),this['quotaManager']=_0x4fbc75,this[_0x6fbd2e(0x182)]=new dummy_blocklist_manager_1['DummyBlocklistManager'](!![]);}[a26_0x4a1d7d(0x193)](_0x22e49a,_0x546c7e){const _0x367412=a26_0x4a1d7d;if(!_0x22e49a||typeof _0x22e49a['id']==='undefined'||!_0x22e49a['location']||!_0x22e49a[_0x367412(0x1dd)][_0x367412(0x179)]||!_0x22e49a['location'][_0x367412(0x1ae)])return utils_1[_0x367412(0x1f8)](_0x546c7e,_0x22e49a,status_message_1[_0x367412(0x19d)]['UNSPECIFIED'],utils_1[_0x367412(0x1d5)][_0x367412(0x1d9)]);const _0x55709a=path['normalize'](_0x22e49a[_0x367412(0x1dd)][_0x367412(0x179)]);if(!this[_0x367412(0x17d)][_0x367412(0x162)](_0x55709a)){const _0x206771=path[_0x367412(0x1e9)](_0x55709a);if(!this[_0x367412(0x1d6)][_0x367412(0x1ec)]['includes'](_0x206771)){const _0x2026cc=_0x55709a['substring'](0x0,_0x55709a[_0x367412(0x1af)]-_0x206771[_0x367412(0x1af)]),_0x3c3865=this[_0x367412(0x1d6)][_0x367412(0x1ec)][_0x367412(0x189)](_0x5260ea=>_0x2026cc+_0x5260ea)[_0x367412(0x1d0)](_0xee1002=>utils_1[_0x367412(0x184)](_0xee1002,this[_0x367412(0x1b8)])),_0x360c44=_0x3c3865?utils_1[_0x367412(0x1d5)][_0x367412(0x176)]:utils_1[_0x367412(0x1d5)][_0x367412(0x16a)];return utils_1['setErrorStatusAndCallback'](_0x546c7e,_0x22e49a,status_message_1['StatusMessage'][_0x367412(0x1ea)],_0x360c44);}this[_0x367412(0x1fd)](_0x22e49a,null,null,_0x546c7e);}else{const _0x1fdad1=_0x22e49a[_0x367412(0x1dd)][_0x367412(0x1ae)],_0x2f42ea=0x0,_0x3bbcee=this[_0x367412(0x17d)][_0x367412(0x1db)](_0x55709a,_0x1fdad1,_0x2f42ea),_0x2d706b=utils_1[_0x367412(0x1bb)](_0x22e49a);if(_0x22e49a[_0x367412(0x17b)]&&_0x2d706b)try{_0x22e49a[_0x367412(0x17b)]=_0x2d706b(_0x22e49a[_0x367412(0x17b)]);}catch(_0xd0a4fa){return this['logger']['warn']('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x22e49a[_0x367412(0x17b)]+_0x367412(0x161)),utils_1[_0x367412(0x1f8)](_0x546c7e,_0x22e49a,status_message_1[_0x367412(0x19d)]['BREAKPOINT_CONDITION'],utils_1[_0x367412(0x1d5)][_0x367412(0x1dc)]);}this['setInternal'](_0x22e49a,_0x3bbcee,_0x2d706b,_0x546c7e);}}[a26_0x4a1d7d(0x188)](_0x1b083e,_0x3aa1fe){const _0x294dd1=a26_0x4a1d7d;if(typeof _0x1b083e['id']==='undefined')return this[_0x294dd1(0x19e)][_0x294dd1(0x1c8)](_0x294dd1(0x169)),utils_1[_0x294dd1(0x1f8)](_0x3aa1fe,_0x1b083e,status_message_1[_0x294dd1(0x19d)]['BREAKPOINT_CONDITION'],utils_1['errors'][_0x294dd1(0x1bf)]);const _0x2ac7b9=this[_0x294dd1(0x168)][_0x1b083e['id']];if(!_0x2ac7b9)return this[_0x294dd1(0x19e)][_0x294dd1(0x1c8)](_0x294dd1(0x1a9)+_0x1b083e['id']),utils_1[_0x294dd1(0x1f8)](_0x3aa1fe,_0x1b083e,status_message_1[_0x294dd1(0x19d)]['BREAKPOINT_CONDITION'],utils_1[_0x294dd1(0x1d5)][_0x294dd1(0x1bf)]);const _0x470782=_0x2ac7b9[_0x294dd1(0x19f)],_0x1236c0=_0x2ac7b9['id'];utils_1[_0x294dd1(0x16e)](this['locationMapper'][_0x470782],_0x1b083e['id']);this[_0x294dd1(0x16b)][_0x470782]['length']===0x0&&delete this[_0x294dd1(0x16b)][_0x470782];utils_1['removeFirstOccurrenceInArray'](this['breakpointMapper'][_0x1236c0],_0x1b083e['id']);this['breakpointMapper'][_0x1236c0]['length']===0x0&&delete this[_0x294dd1(0x1a6)][_0x1236c0];let _0x48193f={};!this[_0x294dd1(0x1a6)][_0x2ac7b9['id']]&&(_0x48193f=this[_0x294dd1(0x1e1)][_0x294dd1(0x1a8)](_0x2ac7b9['id'])),delete this[_0x294dd1(0x168)][_0x1b083e['id']],delete this['listeners'][_0x1b083e['id']],this[_0x294dd1(0x1e3)]--,setImmediate(()=>{const _0x4df9c2=_0x294dd1;_0x48193f[_0x4df9c2(0x18b)]&&_0x3aa1fe(_0x48193f['error']),_0x3aa1fe(null);});}[a26_0x4a1d7d(0x1a2)](_0x596548,_0x58a5fb){const _0x1db056=a26_0x4a1d7d,_0x32cd80=this[_0x1db056(0x1bd)][_0x1db056(0x1e4)](this,_0x596548,_0x562ce3=>{const _0x484853=_0x1db056,_0x268731=--this[_0x484853(0x168)][_0x596548['id']][_0x484853(0x17a)];(_0x268731<=0x0||_0x562ce3)&&(this[_0x484853(0x1b9)][_0x596548['id']][_0x484853(0x1b7)]=![]),_0x58a5fb(_0x562ce3||undefined);});this[_0x1db056(0x1b9)][_0x596548['id']]={'enabled':!![],'listener':_0x32cd80};}[a26_0x4a1d7d(0x165)](_0x367b6a,_0x125538,_0x591ec1,_0x532d15){const _0x538080=a26_0x4a1d7d,_0x1f879a=this['onBreakpointHit']['bind'](this,_0x367b6a,_0x6bd801=>{const _0x5a1a46=a26_0x82d7;if(_0x6bd801){this[_0x5a1a46(0x1b9)][_0x367b6a['id']][_0x5a1a46(0x1b7)]=![],setImmediate(()=>{_0x532d15(_0x6bd801||undefined);});return;}_0x125538(_0x367b6a['logMessageFormat'],_0x367b6a['evaluatedExpressions'][_0x5a1a46(0x189)](_0x86bbe8=>JSON[_0x5a1a46(0x1d2)](_0x86bbe8))),_0x367b6a[_0x5a1a46(0x1e0)]=[],_0x591ec1()?this[_0x5a1a46(0x1b9)][_0x367b6a['id']][_0x5a1a46(0x1b7)]=![]:this[_0x5a1a46(0x1fa)][_0x5a1a46(0x1eb)](_0x367b6a['id'])&&(this['listeners'][_0x367b6a['id']][_0x5a1a46(0x1b7)]=![],setTimeout(()=>{const _0x3a4429=_0x5a1a46;!_0x591ec1()&&this[_0x3a4429(0x1b9)][_0x367b6a['id']]&&(this['listeners'][_0x367b6a['id']]['enabled']=!![]),this[_0x3a4429(0x1fa)]['recovered'](_0x367b6a['id']);},this[_0x5a1a46(0x1d6)][_0x5a1a46(0x1c2)][_0x5a1a46(0x1b5)]*0x3e8));});this[_0x538080(0x1b9)][_0x367b6a['id']]={'enabled':!![],'listener':_0x1f879a};}[a26_0x4a1d7d(0x1b3)](){const _0x5dfbaf=a26_0x4a1d7d;this[_0x5dfbaf(0x1e1)]['detach']();}[a26_0x4a1d7d(0x1be)](){this['v8Inspector']['enable']();}[a26_0x4a1d7d(0x1f9)](){const _0x1643e5=a26_0x4a1d7d;this[_0x1643e5(0x1e1)][_0x1643e5(0x1f9)]();}['numBreakpoints_'](){const _0x56eb5c=a26_0x4a1d7d;return Object[_0x56eb5c(0x1d1)](this[_0x56eb5c(0x168)])['length'];}[a26_0x4a1d7d(0x1f5)](){const _0x414b67=a26_0x4a1d7d;return Object[_0x414b67(0x1d1)](this[_0x414b67(0x1b9)])[_0x414b67(0x1af)];}[a26_0x4a1d7d(0x17a)](_0x5b6eb5){const _0x209440=a26_0x4a1d7d;return this[_0x209440(0x168)][_0x5b6eb5][_0x209440(0x17a)];}[a26_0x4a1d7d(0x181)](_0x339b06){const _0x20effe=a26_0x4a1d7d;this[_0x20effe(0x182)]=_0x339b06;}['setInternal'](_0x32330f,_0x425c38,_0x5401a4,_0x263fc2){const _0x2a453f=a26_0x4a1d7d;let _0x390c45=null;if(_0x32330f['condition'])try{_0x390c45=acorn[_0x2a453f(0x1c5)](_0x32330f[_0x2a453f(0x17b)],{'sourceType':_0x2a453f(0x1bc),'ecmaVersion':0x6});const _0x8bcb7=require('../util/validator.js');if(!_0x8bcb7['isValid'](_0x390c45,![]))return utils_1['setErrorStatusAndCallback'](_0x263fc2,_0x32330f,status_message_1[_0x2a453f(0x19d)][_0x2a453f(0x1df)],utils_1['errors'][_0x2a453f(0x1ce)]);}catch(_0x706865){const _0x43c472=utils_1[_0x2a453f(0x1d5)][_0x2a453f(0x192)]+_0x706865[_0x2a453f(0x1fc)];return utils_1['setErrorStatusAndCallback'](_0x263fc2,_0x32330f,status_message_1[_0x2a453f(0x19d)][_0x2a453f(0x1df)],_0x43c472);}let _0x58984d;const _0x5a9456=_0x425c38?_0x425c38['file']:path[_0x2a453f(0x1fb)](_0x32330f[_0x2a453f(0x1dd)]['path']),_0x14d158=utils_1['findScripts'](_0x5a9456,this[_0x2a453f(0x1d6)],this[_0x2a453f(0x1b8)],this[_0x2a453f(0x19e)]);if(_0x14d158[_0x2a453f(0x1af)]===0x0)return utils_1[_0x2a453f(0x1f8)](_0x263fc2,_0x32330f,status_message_1[_0x2a453f(0x19d)][_0x2a453f(0x1ea)],utils_1[_0x2a453f(0x1d5)][_0x2a453f(0x16a)]);else{if(_0x14d158[_0x2a453f(0x1af)]===0x1)_0x58984d=_0x14d158[0x0];else return this[_0x2a453f(0x19e)][_0x2a453f(0x1f7)](_0x2a453f(0x1ca)+_0x5a9456+_0x2a453f(0x1ad)+_0x14d158),utils_1[_0x2a453f(0x1f8)](_0x263fc2,_0x32330f,status_message_1[_0x2a453f(0x19d)][_0x2a453f(0x1ea)],utils_1[_0x2a453f(0x1d5)][_0x2a453f(0x16d)]);}if(this['blocklistManager'][_0x2a453f(0x175)](_0x58984d))return utils_1[_0x2a453f(0x1f8)](_0x263fc2,_0x32330f,status_message_1[_0x2a453f(0x19d)][_0x2a453f(0x1ea)],utils_1['errors']['BREAKPOINT_PATH_BLOCKED']);let _0x307c9c=_0x425c38&&_0x425c38[_0x2a453f(0x19b)]?_0x425c38[_0x2a453f(0x19b)]:_0x32330f[_0x2a453f(0x1dd)][_0x2a453f(0x19b)]||0x1;const _0x3bec73=_0x425c38?_0x425c38[_0x2a453f(0x1ae)]:_0x32330f['location'][_0x2a453f(0x1ae)];USE_MODULE_PREFIX&&_0x3bec73===0x1&&(_0x307c9c+=debugapi[_0x2a453f(0x18c)]-0x1);if(_0x3bec73>=this[_0x2a453f(0x1b8)][_0x2a453f(0x1fe)][_0x58984d][_0x2a453f(0x196)]||_0x3bec73<0x1)return utils_1[_0x2a453f(0x1f8)](_0x263fc2,_0x32330f,status_message_1[_0x2a453f(0x19d)][_0x2a453f(0x1ea)],{...utils_1[_0x2a453f(0x1d5)][_0x2a453f(0x1a5)],'description':utils_1[_0x2a453f(0x1d5)][_0x2a453f(0x1a5)][_0x2a453f(0x160)]+_0x58984d+':'+_0x3bec73+_0x2a453f(0x1ff)+this[_0x2a453f(0x1b8)][_0x2a453f(0x1fe)][_0x58984d][_0x2a453f(0x196)]+'\x20lines.\x20Please\x20ensure'+_0x2a453f(0x191)+_0x2a453f(0x1a1)});const _0x342196=this[_0x2a453f(0x194)](_0x32330f,_0x3bec73,_0x307c9c,_0x58984d);if(!_0x342196)return utils_1[_0x2a453f(0x1f8)](_0x263fc2,_0x32330f,status_message_1[_0x2a453f(0x19d)][_0x2a453f(0x1ea)],utils_1[_0x2a453f(0x1d5)][_0x2a453f(0x1d8)]);this['breakpoints'][_0x32330f['id']]=new BreakpointData(_0x342196[_0x2a453f(0x1cb)],_0x32330f,_0x390c45,_0x342196[_0x2a453f(0x19f)],_0x5401a4,_0x32330f[_0x2a453f(0x1e6)]||0x1,_0x32330f[_0x2a453f(0x1ac)],_0x32330f[_0x2a453f(0x1ee)]),this['numBreakpoints']++,setImmediate(()=>{_0x263fc2(null);});}[a26_0x4a1d7d(0x194)](_0x2491c8,_0xb96747,_0x2ddecb,_0x39cfcf){const _0xcf2707=a26_0x4a1d7d,_0x16d793=JSON[_0xcf2707(0x1d2)]({..._0x2491c8[_0xcf2707(0x1dd)],'path':_0x39cfcf});let _0x210c17;if(!this['locationMapper'][_0x16d793]){const _0x29e659=this[_0xcf2707(0x1e1)][_0xcf2707(0x1c3)]()?_0xcf2707(0x1c6)+_0x39cfcf:_0x39cfcf,_0x3b4fa9=process[_0xcf2707(0x1cd)]==='win32'&&utils_1[_0xcf2707(0x17c)](process[_0xcf2707(0x185)],'>=11')?_0x29e659['replace'](/^file:\/\//,_0xcf2707(0x172))['replace'](/\\/g,'/'):_0x29e659,_0x4d83f5=this[_0xcf2707(0x1e1)][_0xcf2707(0x186)]({'lineNumber':_0xb96747-0x1,'url':encodeURI(_0x3b4fa9),'columnNumber':_0x2ddecb-0x1});if(_0x4d83f5[_0xcf2707(0x18b)]||!_0x4d83f5[_0xcf2707(0x17e)])return this['logger'][_0xcf2707(0x18b)]('Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20'+_0x3b4fa9+':'+_0xb96747+',\x20'+('setBreakpointByUrl\x20error:\x20'+JSON[_0xcf2707(0x1d2)](_0x4d83f5[_0xcf2707(0x18b)]))),null;_0x210c17=_0x4d83f5[_0xcf2707(0x17e)]['breakpointId'],delete this[_0xcf2707(0x16b)][_0x16d793],delete this[_0xcf2707(0x1a6)][_0x210c17],this[_0xcf2707(0x16b)][_0x16d793]=[],this[_0xcf2707(0x1a6)][_0x210c17]=[];}else _0x210c17=this[_0xcf2707(0x168)][this[_0xcf2707(0x16b)][_0x16d793][0x0]]['id'];return this[_0xcf2707(0x16b)][_0x16d793]['push'](_0x2491c8['id']),this[_0xcf2707(0x1a6)][_0x210c17]['push'](_0x2491c8['id']),{'v8BreakpointId':_0x210c17,'locationStr':_0x16d793};}['processCondition'](_0x16be1b,_0x159832){const _0x46bb51=a26_0x4a1d7d,_0x2ed996=this[_0x46bb51(0x1d6)]['expressionsEvalTimeoutMillis'],_0xd992b9=_0x16be1b[_0x46bb51(0x17b)];if(_0xd992b9){let _0x338b7a;if(this['quotaManager'][_0x46bb51(0x1ac)])_0x338b7a=state[_0x46bb51(0x1c7)](_0xd992b9,_0x159832,this[_0x46bb51(0x1e1)],!![],_0x2ed996);else{const _0x5b9a4c=process['hrtime']();_0x338b7a=state['evaluate'](_0xd992b9,_0x159832,this[_0x46bb51(0x1e1)],!![],_0x2ed996);const _0x58c4d4=process[_0x46bb51(0x1e8)](_0x5b9a4c),_0x3f413b=this[_0x46bb51(0x19c)](_0x58c4d4),_0x456837=this['quotaManager']['applyConditionQuota'](_0x3f413b,_0x16be1b);if(_0x456837)return[undefined,_0x456837];}if(_0x338b7a[_0x46bb51(0x18b)])return this[_0x46bb51(0x19e)][_0x46bb51(0x1c8)](_0x46bb51(0x180)+_0xd992b9+_0x46bb51(0x1c0),_0x338b7a['error']),[undefined,{...utils_1['errors'][_0x46bb51(0x170)],'description':(utils_1[_0x46bb51(0x1d5)][_0x46bb51(0x170)][_0x46bb51(0x160)]||'')+_0x338b7a['error'][_0x46bb51(0x160)]}];if(!_0x338b7a[_0x46bb51(0x18d)]['value'])return this[_0x46bb51(0x19e)][_0x46bb51(0x1c8)]('condition\x20'+_0xd992b9+_0x46bb51(0x1f2)),[![],undefined];}return[!![],undefined];}['onBreakpointHit'](_0x564762,_0x5f24fd,_0x2817d5){const _0x3198e7=a26_0x4a1d7d,[_0x8db877,_0x20c57d]=this[_0x3198e7(0x177)](_0x564762,_0x2817d5[0x0]);if(_0x20c57d!==undefined){utils_1[_0x3198e7(0x1f8)](_0x5f24fd,_0x564762,status_message_1[_0x3198e7(0x19d)][_0x3198e7(0x1df)],_0x20c57d);return;}if(_0x8db877===![])return;const _0x2ef0b3=process[_0x3198e7(0x1e8)]();try{this['captureBreakpointData'](_0x564762,_0x2817d5);}catch(_0x32ddd8){return utils_1['setErrorStatusAndCallback'](_0x5f24fd,_0x564762,status_message_1[_0x3198e7(0x19d)][_0x3198e7(0x1ea)],utils_1[_0x3198e7(0x1d5)][_0x3198e7(0x1ba)]+_0x32ddd8);}const _0x2cbeba=process[_0x3198e7(0x1e8)](_0x2ef0b3),_0x3398b2=this[_0x3198e7(0x19c)](_0x2cbeba);this[_0x3198e7(0x1fa)][_0x3198e7(0x1f3)](_0x564762['id'],_0x3398b2),this[_0x3198e7(0x19e)][_0x3198e7(0x1c8)](utils_1[_0x3198e7(0x1cc)](_0x3198e7(0x1c9),_0x2cbeba)),_0x5f24fd(null);}[a26_0x4a1d7d(0x1b2)](_0x20740d,_0x2f1b46){const _0x917f63=a26_0x4a1d7d,_0x294e5a=[],_0x2e2d4e=this;if(_0x20740d[_0x917f63(0x1e7)]&&this[_0x917f63(0x168)][_0x20740d['id']]['compile'])for(let _0x42f388=0x0;_0x42f388<_0x20740d[_0x917f63(0x1e7)][_0x917f63(0x1af)];_0x42f388++){try{_0x20740d['expressions'][_0x42f388]=this[_0x917f63(0x168)][_0x20740d['id']][_0x917f63(0x1f6)](_0x20740d[_0x917f63(0x1e7)][_0x42f388]);}catch(_0x13ec95){this['logger'][_0x917f63(0x1f7)]('Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20'+_0x20740d['expressions'][_0x42f388]+_0x917f63(0x161)),_0x294e5a[_0x917f63(0x1b6)]({'name':_0x20740d[_0x917f63(0x1e7)][_0x42f388],'status':new status_message_1[(_0x917f63(0x19d))](status_message_1[_0x917f63(0x19d)][_0x917f63(0x19a)],utils_1['errors']['EXPRESSION_COMPILING_ERROR'],!![])}),_0x20740d[_0x917f63(0x1e7)][_0x917f63(0x1f4)](_0x42f388,0x1),_0x42f388--;}}if(_0x20740d[_0x917f63(0x1c1)]===_0x917f63(0x18f)){if(!_0x20740d['expressions'])_0x20740d[_0x917f63(0x1e0)]=[];else{const _0x2d2a39=_0x2f1b46[0x0];delete _0x20740d[_0x917f63(0x1e0)],_0x20740d[_0x917f63(0x1e0)]=_0x20740d['expressions']['map'](_0x4009ec=>{const _0x10143b=_0x917f63,_0x2039a8=state[_0x10143b(0x1c7)](_0x4009ec,_0x2d2a39,_0x2e2d4e[_0x10143b(0x1e1)],!![],this[_0x10143b(0x1d6)][_0x10143b(0x171)]);return _0x2039a8[_0x10143b(0x18b)]?_0x2039a8[_0x10143b(0x18b)]:_0x2039a8[_0x10143b(0x18d)][_0x10143b(0x164)];});}}else{const _0x1bcfc1=state[_0x917f63(0x174)](_0x2f1b46,_0x20740d,this[_0x917f63(0x1d6)],this[_0x917f63(0x18a)],this[_0x917f63(0x1e1)],this[_0x917f63(0x182)]);_0x20740d[_0x917f63(0x1dd)]&&utils_1['isJavaScriptFile'](_0x20740d[_0x917f63(0x1dd)][_0x917f63(0x179)])&&(_0x20740d['location'][_0x917f63(0x1ae)]=_0x2f1b46[0x0][_0x917f63(0x1dd)][_0x917f63(0x1da)]+0x1),_0x20740d['stackFrames']=_0x1bcfc1['stackFrames'],_0x20740d[_0x917f63(0x17f)]=_0x1bcfc1['variableTable'],_0x20740d[_0x917f63(0x1e0)]=_0x294e5a[_0x917f63(0x163)](_0x1bcfc1[_0x917f63(0x1e0)]);}}['handleDebugPausedEvent'](_0x3ff915){const _0x398a53=a26_0x4a1d7d;try{if(!_0x3ff915[_0x398a53(0x1de)])return;const _0x3508b6=_0x3ff915[_0x398a53(0x1de)][0x0],_0x50897e=this[_0x398a53(0x1a6)][_0x3508b6];if(!_0x50897e)return;_0x50897e[_0x398a53(0x1ed)](_0xfee8c=>{const _0x2d6463=_0x398a53;this[_0x2d6463(0x1b9)][_0xfee8c][_0x2d6463(0x1b7)]&&(this['logger']['debug'](_0x2d6463(0x1f1)+_0xfee8c),this['listeners'][_0xfee8c][_0x2d6463(0x1c4)](_0x3ff915[_0x2d6463(0x1b1)]));});}catch(_0x951e1f){this['logger'][_0x398a53(0x1f7)](_0x398a53(0x1b4)+_0x951e1f);}}[a26_0x4a1d7d(0x19c)](_0x4c49d8){return _0x4c49d8[0x0]*0x3b9aca00+_0x4c49d8[0x1];}}exports['InspectorDebugApi']=InspectorDebugApi;
1
+ const a35_0x2321f6=a35_0x4efd;(function(_0x57de58,_0x17ade5){const _0x375498=a35_0x4efd,_0x5b0d9e=_0x57de58();while(!![]){try{const _0x3f1876=parseInt(_0x375498(0xb2))/0x1+-parseInt(_0x375498(0x104))/0x2+parseInt(_0x375498(0xe5))/0x3*(parseInt(_0x375498(0x6e))/0x4)+parseInt(_0x375498(0x78))/0x5*(parseInt(_0x375498(0x81))/0x6)+parseInt(_0x375498(0x8d))/0x7*(-parseInt(_0x375498(0x84))/0x8)+parseInt(_0x375498(0x8c))/0x9+-parseInt(_0x375498(0xd8))/0xa*(-parseInt(_0x375498(0xca))/0xb);if(_0x3f1876===_0x17ade5)break;else _0x5b0d9e['push'](_0x5b0d9e['shift']());}catch(_0x2196b5){_0x5b0d9e['push'](_0x5b0d9e['shift']());}}}(a35_0x4162,0x567b7));const a35_0x3b0b57=(function(){let _0x1cf57a=!![];return function(_0x22bf77,_0x3dec87){const _0x35fd8d=_0x1cf57a?function(){if(_0x3dec87){const _0x4ddf3b=_0x3dec87['apply'](_0x22bf77,arguments);return _0x3dec87=null,_0x4ddf3b;}}:function(){};return _0x1cf57a=![],_0x35fd8d;};}()),a35_0x5c89d6=a35_0x3b0b57(this,function(){const _0x30c693=a35_0x4efd;return a35_0x5c89d6[_0x30c693(0x108)]()[_0x30c693(0x92)](_0x30c693(0xd1))[_0x30c693(0x108)]()[_0x30c693(0xf8)](a35_0x5c89d6)['search'](_0x30c693(0xd1));});a35_0x5c89d6();function a35_0x4efd(_0x51f231,_0x42335a){const _0x552da6=a35_0x4162();return a35_0x4efd=function(_0x5c89d6,_0x3b0b57){_0x5c89d6=_0x5c89d6-0x67;let _0x416236=_0x552da6[_0x5c89d6];return _0x416236;},a35_0x4efd(_0x51f231,_0x42335a);}'use strict';Object[a35_0x2321f6(0x72)](exports,a35_0x2321f6(0x83),{'value':!![]}),exports[a35_0x2321f6(0xd4)]=exports[a35_0x2321f6(0xaa)]=void 0x0;const acorn=require(a35_0x2321f6(0x10c)),path=require(a35_0x2321f6(0xe4)),status_message_1=require(a35_0x2321f6(0xfe)),state=require(a35_0x2321f6(0x88)),utils_1=require('../util/utils'),debugapi=require(a35_0x2321f6(0xc6)),v8inspector_1=require(a35_0x2321f6(0xf2)),dummy_blocklist_manager_1=require(a35_0x2321f6(0xba)),USE_MODULE_PREFIX=(0x0,utils_1['satisfies'])(process['version'],a35_0x2321f6(0x77));class BreakpointData{constructor(_0x1e5c62,_0x409374,_0x373845,_0x3d121b,_0x5d7ebc,_0x536784,_0x1ed7b4,_0x5bab34){const _0x1d9939=a35_0x2321f6;this['id']=_0x1e5c62,this[_0x1d9939(0x90)]=_0x409374,this[_0x1d9939(0x8f)]=_0x373845,this['locationStr']=_0x3d121b,this['compile']=_0x5d7ebc,this[_0x1d9939(0x6f)]=_0x536784,this[_0x1d9939(0x105)]=_0x1ed7b4,this['pipingStatus']=_0x5bab34;}}exports[a35_0x2321f6(0xaa)]=BreakpointData;class InspectorDebugApi{constructor(_0x1d85d6,_0x59dc76,_0x403935,_0xfaff6d,_0x4cbc4a){const _0x25caa9=a35_0x2321f6;this[_0x25caa9(0xbb)]={},this[_0x25caa9(0x89)]={},this[_0x25caa9(0x8b)]={},this[_0x25caa9(0xc4)]={},this[_0x25caa9(0x10b)]={},this['numBreakpoints']=0x0,this[_0x25caa9(0xc9)]=null,this[_0x25caa9(0x10a)]=_0x1d85d6,this[_0x25caa9(0xce)]=_0x59dc76,this[_0x25caa9(0xa8)]=_0x403935,this['sourcemapper']=_0xfaff6d,this[_0x25caa9(0xc1)]=new v8inspector_1[(_0x25caa9(0xdb))](_0x1d85d6,(0x0,utils_1[_0x25caa9(0xa0)])(process[_0x25caa9(0xb1)],_0x25caa9(0xa1)),this[_0x25caa9(0xce)][_0x25caa9(0xbe)],_0x495775=>{const _0x1c77c9=_0x25caa9;this[_0x1c77c9(0x8b)][_0x495775['scriptId']]=_0x495775;},_0x3baa9c=>{const _0x3e2fe1=_0x25caa9;try{this[_0x3e2fe1(0x87)](_0x3baa9c);}catch(_0x291222){this[_0x3e2fe1(0x10a)]['error'](_0x291222);}}),this[_0x25caa9(0xcb)]=_0x4cbc4a,this[_0x25caa9(0xe1)]=new dummy_blocklist_manager_1[(_0x25caa9(0xd5))](!![]);}[a35_0x2321f6(0xe7)](_0xb6b706,_0x3b73ce){const _0xeb3b2d=a35_0x2321f6;if(!_0xb6b706||typeof _0xb6b706['id']===_0xeb3b2d(0xc7)||!_0xb6b706[_0xeb3b2d(0xcc)]||!_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xe4)]||!_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xfd)])return(0x0,utils_1[_0xeb3b2d(0x71)])(_0x3b73ce,_0xb6b706,status_message_1[_0xeb3b2d(0xa2)][_0xeb3b2d(0x107)],utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0xdc)]);const _0x4f727a=path[_0xeb3b2d(0x98)](_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xe4)]);if(!this[_0xeb3b2d(0xfc)][_0xeb3b2d(0x91)](_0x4f727a)){const _0x772bba=path['extname'](_0x4f727a);if(!this[_0xeb3b2d(0xce)]['javascriptFileExtensions'][_0xeb3b2d(0xfa)](_0x772bba)){const _0x3799ab=_0x4f727a['substring'](0x0,_0x4f727a['length']-_0x772bba[_0xeb3b2d(0xee)]),_0x2f1889=this[_0xeb3b2d(0xce)][_0xeb3b2d(0x70)][_0xeb3b2d(0x10e)](_0x2347fd=>_0x3799ab+_0x2347fd)[_0xeb3b2d(0xb0)](_0x23da44=>(0x0,utils_1[_0xeb3b2d(0xbd)])(_0x23da44,this[_0xeb3b2d(0xa8)])),_0xcc3533=_0x2f1889?utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0x7a)]:utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0xea)];return(0x0,utils_1['setErrorStatusAndCallback'])(_0x3b73ce,_0xb6b706,status_message_1[_0xeb3b2d(0xa2)][_0xeb3b2d(0xac)],_0xcc3533);}this[_0xeb3b2d(0xe9)](_0xb6b706,null,null,_0x3b73ce);}else{const _0x591711=_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xfd)],_0x3646d8=0x0,_0xaff23b=this[_0xeb3b2d(0xfc)][_0xeb3b2d(0xae)](_0x4f727a,_0x591711,_0x3646d8),_0x12c563=(0x0,utils_1[_0xeb3b2d(0x7f)])(_0xb6b706);if(_0xb6b706['condition']&&_0x12c563)try{_0xb6b706[_0xeb3b2d(0x8e)]=_0x12c563(_0xb6b706[_0xeb3b2d(0x8e)]);}catch(_0x5ee657){return this[_0xeb3b2d(0x10a)][_0xeb3b2d(0xa9)]('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0xb6b706['condition']+_0xeb3b2d(0x93)),(0x0,utils_1[_0xeb3b2d(0x71)])(_0x3b73ce,_0xb6b706,status_message_1[_0xeb3b2d(0xa2)]['BREAKPOINT_CONDITION'],utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0xe2)]);}this['setInternal'](_0xb6b706,_0xaff23b,_0x12c563,_0x3b73ce);}}[a35_0x2321f6(0x6d)](_0x9686cb,_0x577a45){const _0x248dc4=a35_0x2321f6;if(typeof _0x9686cb['id']===_0x248dc4(0xc7))return this[_0x248dc4(0x10a)][_0x248dc4(0x111)]('Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined'),(0x0,utils_1['setErrorStatusAndCallback'])(_0x577a45,_0x9686cb,status_message_1[_0x248dc4(0xa2)][_0x248dc4(0x85)],utils_1[_0x248dc4(0xf5)][_0x248dc4(0xff)]);const _0x5c6802=this['breakpoints'][_0x9686cb['id']];if(!_0x5c6802)return this['logger'][_0x248dc4(0x111)](_0x248dc4(0xf9)+_0x9686cb['id']),(0x0,utils_1[_0x248dc4(0x71)])(_0x577a45,_0x9686cb,status_message_1[_0x248dc4(0xa2)][_0x248dc4(0x85)],utils_1['errors'][_0x248dc4(0xff)]);const _0x58321d=_0x5c6802[_0x248dc4(0xda)],_0x3c70a7=_0x5c6802['id'];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x248dc4(0xc4)][_0x58321d],_0x9686cb['id']);this[_0x248dc4(0xc4)][_0x58321d][_0x248dc4(0xee)]===0x0&&delete this[_0x248dc4(0xc4)][_0x58321d];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x248dc4(0x10b)][_0x3c70a7],_0x9686cb['id']);this[_0x248dc4(0x10b)][_0x3c70a7][_0x248dc4(0xee)]===0x0&&delete this[_0x248dc4(0x10b)][_0x3c70a7];let _0x5942fe={};!this[_0x248dc4(0x10b)][_0x5c6802['id']]&&(_0x5942fe=this[_0x248dc4(0xc1)][_0x248dc4(0xaf)](_0x5c6802['id'])),delete this['breakpoints'][_0x9686cb['id']],delete this[_0x248dc4(0x89)][_0x9686cb['id']],this[_0x248dc4(0xe6)]--,setImmediate(()=>{const _0x155f9e=_0x248dc4;_0x5942fe[_0x155f9e(0xc2)]&&_0x577a45(_0x5942fe['error']),_0x577a45(null);});}[a35_0x2321f6(0x101)](_0x585ff8,_0x51899b){const _0x55e6ed=a35_0x2321f6,_0x5f1824=this['onBreakpointHit'][_0x55e6ed(0xf4)](this,_0x585ff8,_0x1273bc=>{const _0x1ab579=_0x55e6ed,_0x8da27a=--this[_0x1ab579(0xbb)][_0x585ff8['id']][_0x1ab579(0x6f)];(_0x8da27a<=0x0||_0x1273bc)&&(this[_0x1ab579(0x89)][_0x585ff8['id']][_0x1ab579(0x9f)]=![]),_0x51899b(_0x1273bc||undefined);});this[_0x55e6ed(0x89)][_0x585ff8['id']]={'enabled':!![],'listener':_0x5f1824};}[a35_0x2321f6(0xb6)](_0x18932c,_0x196422,_0x74e796,_0x1ae493){const _0x518d47=a35_0x2321f6,_0x37c4f1=this[_0x518d47(0xa7)]['bind'](this,_0x18932c,_0x4878c7=>{const _0xa55eb1=_0x518d47;if(_0x4878c7){this[_0xa55eb1(0x89)][_0x18932c['id']]['enabled']=![],setImmediate(()=>{_0x1ae493(_0x4878c7||undefined);});return;}_0x196422(_0x18932c[_0xa55eb1(0x9d)],_0x18932c[_0xa55eb1(0xec)]['map'](_0x1b1297=>JSON[_0xa55eb1(0xd9)](_0x1b1297))),_0x18932c['evaluatedExpressions']=[],_0x74e796()?this[_0xa55eb1(0x89)][_0x18932c['id']]['enabled']=![]:this[_0xa55eb1(0xcb)][_0xa55eb1(0x6b)](_0x18932c['id'])&&(this['listeners'][_0x18932c['id']]['enabled']=![],setTimeout(()=>{const _0x425f90=_0xa55eb1;!_0x74e796()&&this[_0x425f90(0x89)][_0x18932c['id']]&&(this[_0x425f90(0x89)][_0x18932c['id']]['enabled']=!![]),this[_0x425f90(0xcb)][_0x425f90(0x94)](_0x18932c['id']);},this[_0xa55eb1(0xce)][_0xa55eb1(0xd7)][_0xa55eb1(0xb5)]*0x3e8));});this['listeners'][_0x18932c['id']]={'enabled':!![],'listener':_0x37c4f1};}[a35_0x2321f6(0xbc)](){const _0x16a4c9=a35_0x2321f6;this[_0x16a4c9(0xc1)][_0x16a4c9(0x10d)]();}[a35_0x2321f6(0x9c)](){const _0x39e239=a35_0x2321f6;this[_0x39e239(0xc1)][_0x39e239(0x9c)]();}['disable'](){this['v8Inspector']['disable']();}['numBreakpoints_'](){const _0x15c4bf=a35_0x2321f6;return Object[_0x15c4bf(0x9e)](this[_0x15c4bf(0xbb)])['length'];}[a35_0x2321f6(0xdf)](){const _0x2533a5=a35_0x2321f6;return Object[_0x2533a5(0x9e)](this[_0x2533a5(0x89)])[_0x2533a5(0xee)];}[a35_0x2321f6(0x6f)](_0x15c485){const _0x2aefca=a35_0x2321f6;return this[_0x2aefca(0xbb)][_0x15c485]['remainingHits'];}['setBlocklistManager'](_0x46c595){const _0x304b19=a35_0x2321f6;this[_0x304b19(0xe1)]=_0x46c595;}[a35_0x2321f6(0xe9)](_0x362f84,_0x333b3e,_0x5a3186,_0x19e21c){const _0x333d24=a35_0x2321f6;let _0x2bc5d3=null;if(_0x362f84['condition'])try{_0x2bc5d3=acorn[_0x333d24(0xe3)](_0x362f84[_0x333d24(0x8e)],{'sourceType':_0x333d24(0xb9),'ecmaVersion':0x6});const _0x59e305=require(_0x333d24(0x99));if(!_0x59e305['isValid'](_0x2bc5d3,![]))return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1['StatusMessage'][_0x333d24(0x85)],utils_1[_0x333d24(0xf5)][_0x333d24(0x102)]);}catch(_0xdd1cc6){const _0x1b1e3f=utils_1[_0x333d24(0xf5)]['SYNTAX_ERROR_IN_CONDITION']+_0xdd1cc6[_0x333d24(0x103)];return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0x85)],_0x1b1e3f);}let _0xa8ce9f;const _0x5e2b7f=_0x333b3e?_0x333b3e[_0x333d24(0xe8)]:path[_0x333d24(0x98)](_0x362f84[_0x333d24(0xcc)][_0x333d24(0xe4)]),_0xf94c4b=(0x0,utils_1[_0x333d24(0xab)])(_0x5e2b7f,this[_0x333d24(0xce)],this['fileIndex'],this[_0x333d24(0x10a)]);if(_0xf94c4b[_0x333d24(0xee)]===0x0)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0xea)]);else{if(_0xf94c4b[_0x333d24(0xee)]===0x1)_0xa8ce9f=_0xf94c4b[0x0];else return this['logger']['warn'](_0x333d24(0xc0)+_0x5e2b7f+'.\x20Potential\x20matches:\x20'+_0xf94c4b),(0x0,utils_1['setErrorStatusAndCallback'])(_0x19e21c,_0x362f84,status_message_1['StatusMessage'][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0x75)]);}if(this[_0x333d24(0xe1)][_0x333d24(0xf7)](_0xa8ce9f))return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0xfb)]);let _0x385f47=_0x333b3e&&_0x333b3e['column']?_0x333b3e[_0x333d24(0xed)]:_0x362f84[_0x333d24(0xcc)][_0x333d24(0xed)]||0x1;const _0x4c322b=_0x333b3e?_0x333b3e[_0x333d24(0xfd)]:_0x362f84[_0x333d24(0xcc)]['line'];USE_MODULE_PREFIX&&_0x4c322b===0x1&&(_0x385f47+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x4c322b>=this[_0x333d24(0xa8)][_0x333d24(0x110)][_0xa8ce9f][_0x333d24(0x9b)]||_0x4c322b<0x1)return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],{...utils_1[_0x333d24(0xf5)][_0x333d24(0xcf)],'description':utils_1['errors'][_0x333d24(0xcf)][_0x333d24(0x106)]+_0xa8ce9f+':'+_0x4c322b+_0x333d24(0x7c)+this['fileIndex'][_0x333d24(0x110)][_0xa8ce9f]['lines']+_0x333d24(0x82)+_0x333d24(0xd2)+_0x333d24(0x6a)});const _0x3977e3=this[_0x333d24(0x10f)](_0x362f84,_0x4c322b,_0x385f47,_0xa8ce9f);if(!_0x3977e3)return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0xdd)]);this['breakpoints'][_0x362f84['id']]=new BreakpointData(_0x3977e3[_0x333d24(0xf1)],_0x362f84,_0x2bc5d3,_0x3977e3['locationStr'],_0x5a3186,_0x362f84[_0x333d24(0xde)]||0x1,_0x362f84[_0x333d24(0x105)],_0x362f84[_0x333d24(0xa5)]),this[_0x333d24(0xe6)]++,setImmediate(()=>{_0x19e21c(null);});}[a35_0x2321f6(0x10f)](_0x4e4be3,_0x5e0c74,_0x2f1fb6,_0x4d3c36){const _0x1c3faf=a35_0x2321f6,_0x171c1b=JSON[_0x1c3faf(0xd9)]({..._0x4e4be3[_0x1c3faf(0xcc)],'path':_0x4d3c36});let _0xb3000b;if(!this['locationMapper'][_0x171c1b]){const _0x374089=this['v8Inspector'][_0x1c3faf(0x7e)]()?_0x1c3faf(0xef)+_0x4d3c36:_0x4d3c36,_0x3063ca=process[_0x1c3faf(0xcd)]==='win32'&&(0x0,utils_1[_0x1c3faf(0xa0)])(process[_0x1c3faf(0xb1)],_0x1c3faf(0x76))?_0x374089[_0x1c3faf(0x95)](/^file:\/\//,_0x1c3faf(0x7b))[_0x1c3faf(0x95)](/\\/g,'/'):_0x374089,_0x100590=this['v8Inspector']['setBreakpointByUrl']({'lineNumber':_0x5e0c74-0x1,'url':encodeURI(_0x3063ca),'columnNumber':_0x2f1fb6-0x1});if(_0x100590[_0x1c3faf(0xc2)]||!_0x100590[_0x1c3faf(0x86)])return this[_0x1c3faf(0x10a)]['error'](_0x1c3faf(0xa4)+_0x3063ca+':'+_0x5e0c74+',\x20'+(_0x1c3faf(0x6c)+JSON['stringify'](_0x100590['error']))),null;_0xb3000b=_0x100590[_0x1c3faf(0x86)][_0x1c3faf(0xe0)],delete this[_0x1c3faf(0xc4)][_0x171c1b],delete this['breakpointMapper'][_0xb3000b],this[_0x1c3faf(0xc4)][_0x171c1b]=[],this[_0x1c3faf(0x10b)][_0xb3000b]=[];}else _0xb3000b=this[_0x1c3faf(0xbb)][this[_0x1c3faf(0xc4)][_0x171c1b][0x0]]['id'];return this[_0x1c3faf(0xc4)][_0x171c1b][_0x1c3faf(0x67)](_0x4e4be3['id']),this['breakpointMapper'][_0xb3000b][_0x1c3faf(0x67)](_0x4e4be3['id']),{'v8BreakpointId':_0xb3000b,'locationStr':_0x171c1b};}[a35_0x2321f6(0xad)](_0x377f7e,_0x55c2a4){const _0xfafafc=a35_0x2321f6,_0x41c77f=this[_0xfafafc(0xce)][_0xfafafc(0x96)],_0x26cc4a=_0x377f7e['condition'];if(_0x26cc4a){let _0x1b1e3b;if(this[_0xfafafc(0xcb)][_0xfafafc(0x105)])_0x1b1e3b=state[_0xfafafc(0xb8)](_0x26cc4a,_0x55c2a4,this['v8Inspector'],!![],_0x41c77f);else{const _0x4cd85d=process[_0xfafafc(0x68)]();_0x1b1e3b=state[_0xfafafc(0xb8)](_0x26cc4a,_0x55c2a4,this[_0xfafafc(0xc1)],!![],_0x41c77f);const _0x10ddd3=process[_0xfafafc(0x68)](_0x4cd85d),_0x559960=this['changeToNS'](_0x10ddd3),_0x4f8f5c=this[_0xfafafc(0xcb)]['applyConditionQuota'](_0x559960,_0x377f7e);if(_0x4f8f5c)return[undefined,_0x4f8f5c];}if(_0x1b1e3b[_0xfafafc(0xc2)])return this[_0xfafafc(0x10a)][_0xfafafc(0x111)]('Failed\x20to\x20evaluate\x20condition\x20'+_0x26cc4a+_0xfafafc(0x74),_0x1b1e3b[_0xfafafc(0xc2)]),[undefined,{...utils_1[_0xfafafc(0xf5)][_0xfafafc(0x100)],'description':(utils_1[_0xfafafc(0xf5)][_0xfafafc(0x100)][_0xfafafc(0x106)]||'')+_0x1b1e3b['error'][_0xfafafc(0x106)]}];if(!_0x1b1e3b[_0xfafafc(0xc3)][_0xfafafc(0x79)])return this[_0xfafafc(0x10a)][_0xfafafc(0x111)](_0xfafafc(0xd0)+_0x26cc4a+_0xfafafc(0xd6)),[![],undefined];}return[!![],undefined];}[a35_0x2321f6(0xa7)](_0x28cedb,_0x51e0aa,_0x32ec8){const _0x5e35ba=a35_0x2321f6,[_0x422c84,_0x23f514]=this[_0x5e35ba(0xad)](_0x28cedb,_0x32ec8[0x0]);if(_0x23f514!==undefined){(0x0,utils_1[_0x5e35ba(0x71)])(_0x51e0aa,_0x28cedb,status_message_1[_0x5e35ba(0xa2)]['BREAKPOINT_CONDITION'],_0x23f514);return;}if(_0x422c84===![])return;const _0x248438=process[_0x5e35ba(0x68)]();try{this[_0x5e35ba(0x109)](_0x28cedb,_0x32ec8);}catch(_0x53a898){return(0x0,utils_1['setErrorStatusAndCallback'])(_0x51e0aa,_0x28cedb,status_message_1[_0x5e35ba(0xa2)][_0x5e35ba(0xac)],utils_1[_0x5e35ba(0xf5)][_0x5e35ba(0xb4)]+_0x53a898);}const _0x33cdb3=process['hrtime'](_0x248438),_0x17c703=this['changeToNS'](_0x33cdb3);this[_0x5e35ba(0xcb)][_0x5e35ba(0x97)](_0x28cedb['id'],_0x17c703),this[_0x5e35ba(0x10a)]['debug']((0x0,utils_1['formatInterval'])(_0x5e35ba(0xd3),_0x33cdb3)),_0x51e0aa(null);}[a35_0x2321f6(0x109)](_0x33a479,_0x34f3ad){const _0x5a6723=a35_0x2321f6,_0x35a5be=[],_0x2fa79f=this;if(_0x33a479[_0x5a6723(0x69)]&&this[_0x5a6723(0xbb)][_0x33a479['id']][_0x5a6723(0x9a)])for(let _0x25e488=0x0;_0x25e488<_0x33a479[_0x5a6723(0x69)]['length'];_0x25e488++){try{_0x33a479['expressions'][_0x25e488]=this[_0x5a6723(0xbb)][_0x33a479['id']][_0x5a6723(0x9a)](_0x33a479[_0x5a6723(0x69)][_0x25e488]);}catch(_0x5eb5bd){this[_0x5a6723(0x10a)][_0x5a6723(0xa9)](_0x5a6723(0xf3)+_0x33a479[_0x5a6723(0x69)][_0x25e488]+_0x5a6723(0x93)),_0x35a5be[_0x5a6723(0x67)]({'name':_0x33a479[_0x5a6723(0x69)][_0x25e488],'status':new status_message_1[(_0x5a6723(0xa2))](status_message_1[_0x5a6723(0xa2)][_0x5a6723(0x80)],utils_1[_0x5a6723(0xf5)][_0x5a6723(0xeb)],!![])}),_0x33a479[_0x5a6723(0x69)]['splice'](_0x25e488,0x1),_0x25e488--;}}if(_0x33a479[_0x5a6723(0xa3)]===_0x5a6723(0xc8)){if(!_0x33a479[_0x5a6723(0x69)])_0x33a479[_0x5a6723(0xec)]=[];else{const _0x316432=_0x34f3ad[0x0];_0x33a479[_0x5a6723(0xec)]=_0x33a479[_0x5a6723(0x69)][_0x5a6723(0x10e)](_0x2a9227=>{const _0x275e55=_0x5a6723,_0x574dc9=state['evaluate'](_0x2a9227,_0x316432,_0x2fa79f['v8Inspector'],!![],this[_0x275e55(0xce)][_0x275e55(0x96)]);return _0x574dc9[_0x275e55(0xc2)]?_0x574dc9[_0x275e55(0xc2)]:_0x574dc9[_0x275e55(0xc3)][_0x275e55(0x79)];});}}else{const _0x423d52=state['capture'](_0x34f3ad,_0x33a479,this['config'],this['scriptMapper'],this['v8Inspector'],this[_0x5a6723(0xe1)]);_0x33a479[_0x5a6723(0xcc)]&&(0x0,utils_1[_0x5a6723(0xf0)])(_0x33a479[_0x5a6723(0xcc)][_0x5a6723(0xe4)])&&(_0x33a479[_0x5a6723(0xcc)][_0x5a6723(0xfd)]=_0x34f3ad[0x0][_0x5a6723(0xcc)][_0x5a6723(0xa6)]+0x1),_0x33a479[_0x5a6723(0xbf)]=_0x423d52[_0x5a6723(0xbf)],_0x33a479[_0x5a6723(0x7d)]=_0x423d52[_0x5a6723(0x7d)],_0x33a479[_0x5a6723(0xec)]=_0x35a5be[_0x5a6723(0xc5)](_0x423d52['evaluatedExpressions']);}}[a35_0x2321f6(0x87)](_0x1e94d4){const _0x39c6f2=a35_0x2321f6;try{if(!_0x1e94d4[_0x39c6f2(0xb7)])return;const _0x5826f2=_0x1e94d4[_0x39c6f2(0xb7)][0x0],_0x4999f1=this[_0x39c6f2(0x10b)][_0x5826f2];if(!_0x4999f1)return;_0x4999f1[_0x39c6f2(0x73)](_0x5f0281=>{const _0x1db484=_0x39c6f2;this[_0x1db484(0x89)][_0x5f0281][_0x1db484(0x9f)]&&(this[_0x1db484(0x10a)]['debug'](_0x1db484(0x8a)+_0x5f0281),this[_0x1db484(0x89)][_0x5f0281][_0x1db484(0xb3)](_0x1e94d4['callFrames']));});}catch(_0x2bb4d4){this[_0x39c6f2(0x10a)][_0x39c6f2(0xa9)]('Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20'+_0x2bb4d4);}}[a35_0x2321f6(0xf6)](_0x11c2c2){return _0x11c2c2[0x0]*0x3b9aca00+_0x11c2c2[0x1];}}function a35_0x4162(){const _0x431de4=['description','UNSPECIFIED','toString','captureBreakpointData','logger','breakpointMapper','acorn','detach','map','setAndStoreBreakpoint','fileStats','debug','push','hrtime','expressions','\x20deployed\x20source.','needsRecoveryTime','setBreakpointByUrl\x20error:\x20','clear','652jIrPdB','remainingHits','javascriptFileExtensions','setErrorStatusAndCallback','defineProperty','forEach','\x20due\x20to\x20error:\x20','SOURCE_FILE_AMBIGUOUS','>=11','<10.16\x20||\x20>=11\x20<11.11','10XRXnjz','value','COULD_NOT_FIND_MAPPING_FILE','file:///','.\x20Loaded\x20script\x20contained\x20','variableTable','shouldUseWellFormattedUrl','getBreakpointCompiler','VARIABLE_VALUE','582276OYEpAT','\x20lines.\x20Please\x20ensure','__esModule','8LxahiU','BREAKPOINT_CONDITION','response','handleDebugPausedEvent','../state/inspector-state','listeners','>>>breakpoint\x20hit<<<\x20number:\x20','scriptMapper','361314RENZFU','4272639SBktFO','condition','parsedCondition','apiBreakpoint','hasMappingInfo','search','\x20<<','recovered','replace','expressionsEvalTimeoutMillis','applyDynamicLogsCPUQuota','normalize','../util/validator.js','compile','lines','enable','logMessageFormat','keys','enabled','satisfies','>10.11.0','StatusMessage','action','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','pipingStatus','lineNumber','onBreakpointHit','fileIndex','warn','BreakpointData','findScripts','BREAKPOINT_SOURCE_LOCATION','processCondition','mappingInfo','removeBreakpoint','some','version','309850quNkZG','listener','CAPTURE_BREAKPOINT_DATA','quotaRecoverySeconds','log','hitBreakpoints','evaluate','script','../blocklisting/dummy-blocklist-manager','breakpoints','disconnect','isFileIndexed','resetV8DebuggerThreshold','stackFrames','Unable\x20to\x20unambiguously\x20find\x20','v8Inspector','error','object','locationMapper','concat','./debugapi','undefined','LOG','cleanupAsyncCallStackInterval','9839742okXfMk','quotaManager','location','platform','config','INVALID_LINE_NUMBER','condition\x20','(((.+)+)+)+$','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','capture\x20time:\x20','InspectorDebugApi','DummyBlocklistManager','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','quota','10VKrvLO','stringify','locationStr','V8Inspector','INVALID_BREAKPOINT','V8_BREAKPOINT_ERROR','maxHitCount','numListeners_','breakpointId','blocklistManager','ERROR_COMPILING_CONDITION','parse','path','141VOIcDn','numBreakpoints','set','file','setInternal','SOURCE_FILE_NOT_FOUND','EXPRESSION_COMPILING_ERROR','evaluatedExpressions','column','length','file://','isJavaScriptFile','v8BreakpointId','./v8inspector','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','bind','errors','changeToNS','shouldBlock','constructor','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','includes','BREAKPOINT_PATH_BLOCKED','sourcemapper','line','../../client/stackdriver/status-message','V8_BREAKPOINT_CLEAR_ERROR','ERROR_EVALUATING_CONDITION','wait','DISALLOWED_EXPRESSION','message','963326oRsZtQ','ignoreQuota'];a35_0x4162=function(){return _0x431de4;};return a35_0x4162();}exports[a35_0x2321f6(0xd4)]=InspectorDebugApi;
@@ -1 +1 @@
1
- const a27_0x107305=a27_0x168b;(function(_0x1dd15f,_0xb602bd){const _0x3a31c9=a27_0x168b,_0x4311bb=_0x1dd15f();while(!![]){try{const _0x217f05=parseInt(_0x3a31c9(0x125))/0x1*(parseInt(_0x3a31c9(0x12a))/0x2)+-parseInt(_0x3a31c9(0x16e))/0x3+parseInt(_0x3a31c9(0x151))/0x4+parseInt(_0x3a31c9(0x190))/0x5*(parseInt(_0x3a31c9(0x17c))/0x6)+-parseInt(_0x3a31c9(0x16d))/0x7+parseInt(_0x3a31c9(0x182))/0x8+-parseInt(_0x3a31c9(0x195))/0x9*(parseInt(_0x3a31c9(0x163))/0xa);if(_0x217f05===_0xb602bd)break;else _0x4311bb['push'](_0x4311bb['shift']());}catch(_0x5bc6d3){_0x4311bb['push'](_0x4311bb['shift']());}}}(a27_0x4e69,0x54e70));const a27_0x1efcd9=(function(){let _0x560921=!![];return function(_0x46d8a2,_0x376b51){const _0x3e9270=_0x560921?function(){const _0x3f9076=a27_0x168b;if(_0x376b51){const _0x17245b=_0x376b51[_0x3f9076(0x15c)](_0x46d8a2,arguments);return _0x376b51=null,_0x17245b;}}:function(){};return _0x560921=![],_0x3e9270;};}()),a27_0xe397ec=a27_0x1efcd9(this,function(){const _0x4f9df9=a27_0x168b;return a27_0xe397ec[_0x4f9df9(0x167)]()['search'](_0x4f9df9(0x180))[_0x4f9df9(0x167)]()[_0x4f9df9(0x183)](a27_0xe397ec)[_0x4f9df9(0x179)]('(((.+)+)+)+$');});a27_0xe397ec();'use strict';Object[a27_0x107305(0x132)](exports,a27_0x107305(0x174),{'value':!![]}),exports[a27_0x107305(0x138)]=exports[a27_0x107305(0x15d)]=void 0x0;const acorn=require(a27_0x107305(0x152)),path=require(a27_0x107305(0x19f)),semver=require(a27_0x107305(0x111)),vm=require('vm'),status_message_1=require('../../client/stackdriver/status-message'),state=require(a27_0x107305(0x177)),utils_1=require(a27_0x107305(0x130)),debugapi=require(a27_0x107305(0x165)),dummy_blocklist_manager_1=require('../blocklisting/dummy-blocklist-manager');class V8BreakpointData{constructor(_0x1bd059,_0x1574db,_0x18730c,_0x4cca44){const _0x5223d9=a27_0x107305;this[_0x5223d9(0x148)]=_0x1bd059,this[_0x5223d9(0x136)]=_0x1574db,this[_0x5223d9(0x14e)]=_0x18730c,this[_0x5223d9(0x15f)]=_0x4cca44;}}exports[a27_0x107305(0x15d)]=V8BreakpointData;function a27_0x168b(_0x592e84,_0x395398){const _0x5ae293=a27_0x4e69();return a27_0x168b=function(_0xe397ec,_0x1efcd9){_0xe397ec=_0xe397ec-0x10c;let _0x4e697e=_0x5ae293[_0xe397ec];return _0x4e697e;},a27_0x168b(_0x592e84,_0x395398);}class V8DebugApi{constructor(_0x284eee,_0x41768b,_0x57d542,_0x1ef90d,_0x1b827f){const _0x5bd46d=a27_0x107305;this[_0x5bd46d(0x15e)]={},this['listeners']={},this['numBreakpoints']=0x0,this[_0x5bd46d(0x19b)]=_0x1ef90d,this['v8']=vm['runInDebugContext'](_0x5bd46d(0x16a)),this[_0x5bd46d(0x135)]=_0x41768b,this[_0x5bd46d(0x14b)]=_0x57d542,this[_0x5bd46d(0x18b)]=/(\d+\.\d+\.\d+)\.\d+/[_0x5bd46d(0x170)](process[_0x5bd46d(0x134)]['v8']),this[_0x5bd46d(0x143)]=_0x284eee,this[_0x5bd46d(0x199)]=semver[_0x5bd46d(0x16f)](this[_0x5bd46d(0x18b)][0x1],_0x5bd46d(0x191)),this[_0x5bd46d(0x186)]=_0x1b827f,this[_0x5bd46d(0x150)]=new dummy_blocklist_manager_1['DummyBlocklistManager'](!![]),this['handleDebugEvents']=(_0x5afe50,_0x3306e9,_0xf80a2)=>{const _0x5e17ec=_0x5bd46d;try{switch(_0x5afe50){case this['v8'][_0x5e17ec(0x110)][_0x5e17ec(0x124)]:_0xf80a2['breakPointsHit']()[_0x5e17ec(0x158)](_0x22bf3b=>{const _0x3c2be3=_0x5e17ec,_0x2b2e99=_0x22bf3b[_0x3c2be3(0x144)]()[_0x3c2be3(0x14a)]();this[_0x3c2be3(0x175)][_0x2b2e99][_0x3c2be3(0x116)]&&(this['logger'][_0x3c2be3(0x18d)](_0x3c2be3(0x141)+_0x2b2e99),this[_0x3c2be3(0x175)][_0x2b2e99][_0x3c2be3(0x155)](_0x3306e9,_0xf80a2));});break;default:}}catch(_0x1fca4d){this[_0x5e17ec(0x143)][_0x5e17ec(0x166)](_0x5e17ec(0x126)+_0x1fca4d);}},this[_0x5bd46d(0x199)]&&(this['logger']['info']('activating\x20v8\x20breakpoint\x20listener\x20(permanent)'),this['v8'][_0x5bd46d(0x18f)](this[_0x5bd46d(0x146)]));}[a27_0x107305(0x13b)](_0x3fba15,_0x1ea1bf){const _0x8fe850=a27_0x107305;if(!this['v8']||!_0x3fba15||typeof _0x3fba15['id']===_0x8fe850(0x15a)||!_0x3fba15['location']||!_0x3fba15['location'][_0x8fe850(0x19f)]||!_0x3fba15[_0x8fe850(0x12c)][_0x8fe850(0x11a)])return utils_1['setErrorStatusAndCallback'](_0x1ea1bf,_0x3fba15,status_message_1[_0x8fe850(0x120)][_0x8fe850(0x128)],utils_1['errors'][_0x8fe850(0x13d)]);const _0x4ebd49=path[_0x8fe850(0x18e)](_0x3fba15[_0x8fe850(0x12c)][_0x8fe850(0x19f)]);if(this['blocklistManager'][_0x8fe850(0x17f)](_0x4ebd49))return utils_1[_0x8fe850(0x10d)](_0x1ea1bf,_0x3fba15,status_message_1[_0x8fe850(0x120)][_0x8fe850(0x12d)],utils_1['errors']['BREAKPOINT_PATH_BLOCKED']);if(!this[_0x8fe850(0x19b)][_0x8fe850(0x14f)](_0x4ebd49)){const _0x58786d=path[_0x8fe850(0x16b)](_0x4ebd49);if(!this['config'][_0x8fe850(0x133)][_0x8fe850(0x13c)](_0x58786d))return utils_1[_0x8fe850(0x10d)](_0x1ea1bf,_0x3fba15,status_message_1[_0x8fe850(0x120)][_0x8fe850(0x12d)],utils_1[_0x8fe850(0x19a)][_0x8fe850(0x12b)]);this[_0x8fe850(0x194)](_0x3fba15,null,null,_0x1ea1bf);}else{const _0x145589=_0x3fba15[_0x8fe850(0x12c)]['line'],_0x31bb64=0x0,_0x22dc49=this[_0x8fe850(0x19b)][_0x8fe850(0x156)](_0x4ebd49,_0x145589,_0x31bb64),_0x38ae28=utils_1[_0x8fe850(0x160)](_0x3fba15);if(_0x3fba15[_0x8fe850(0x14d)]&&_0x38ae28)try{_0x3fba15[_0x8fe850(0x14d)]=_0x38ae28(_0x3fba15[_0x8fe850(0x14d)]);}catch(_0x21da92){return this['logger'][_0x8fe850(0x18d)](_0x8fe850(0x147)+_0x3fba15[_0x8fe850(0x14d)]+_0x8fe850(0x14c)),utils_1[_0x8fe850(0x10d)](_0x1ea1bf,_0x3fba15,status_message_1['StatusMessage'][_0x8fe850(0x11b)],utils_1[_0x8fe850(0x19a)][_0x8fe850(0x121)]);}this['setInternal'](_0x3fba15,_0x22dc49,_0x38ae28,_0x1ea1bf);}}[a27_0x107305(0x192)](_0x12d111,_0x465889){const _0x4a46f2=a27_0x107305;if(typeof _0x12d111['id']==='undefined')return utils_1[_0x4a46f2(0x10d)](_0x465889,_0x12d111,status_message_1['StatusMessage'][_0x4a46f2(0x11b)],utils_1['errors'][_0x4a46f2(0x114)]);const _0x16c5b3=this[_0x4a46f2(0x15e)][_0x12d111['id']];if(!_0x16c5b3)return utils_1[_0x4a46f2(0x10d)](_0x465889,_0x12d111,status_message_1[_0x4a46f2(0x120)][_0x4a46f2(0x11b)],utils_1[_0x4a46f2(0x19a)][_0x4a46f2(0x114)]);const _0x2c2dff=_0x16c5b3[_0x4a46f2(0x136)];this['v8'][_0x4a46f2(0x12f)](_0x2c2dff[_0x4a46f2(0x14a)]()),delete this[_0x4a46f2(0x15e)][_0x12d111['id']],delete this[_0x4a46f2(0x175)][_0x2c2dff[_0x4a46f2(0x14a)]()],this[_0x4a46f2(0x13e)]--,this[_0x4a46f2(0x13e)]===0x0&&!this[_0x4a46f2(0x199)]&&(this[_0x4a46f2(0x143)]['info'](_0x4a46f2(0x159)),this['v8']['setListener'](null)),setImmediate(()=>{_0x465889(null);});}['wait'](_0x90dbc8,_0xa9b643){const _0x39965e=a27_0x107305,_0x5a3d38=this,_0x1e018a=_0x5a3d38[_0x39965e(0x15e)][_0x90dbc8['id']][_0x39965e(0x136)][_0x39965e(0x14a)](),_0x3ba2b0=this[_0x39965e(0x140)][_0x39965e(0x185)](this,_0x90dbc8,_0xdd729e=>{_0x5a3d38['listeners'][_0x1e018a]['enabled']=![],setImmediate(()=>{_0xa9b643(_0xdd729e||undefined);});});_0x5a3d38[_0x39965e(0x175)][_0x1e018a]={'enabled':!![],'listener':_0x3ba2b0};}[a27_0x107305(0x189)](_0x1c1e88,_0x1dab9c,_0xae8cf2,_0x21c4ca){const _0x21992d=a27_0x107305,_0x2d4de6=this,_0x9a827b=_0x2d4de6[_0x21992d(0x15e)][_0x1c1e88['id']][_0x21992d(0x136)][_0x21992d(0x14a)](),_0x1fff3e=this[_0x21992d(0x140)]['bind'](this,_0x1c1e88,_0x3eb25d=>{const _0x5f900=_0x21992d;_0x3eb25d&&(this[_0x5f900(0x175)][_0x1c1e88['id']][_0x5f900(0x116)]=![],setImmediate(()=>{_0x21c4ca(_0x3eb25d||undefined);})),_0x1dab9c(_0x1c1e88['logMessageFormat'],_0x1c1e88['evaluatedExpressions'][_0x5f900(0x162)](_0xcde6d3=>JSON[_0x5f900(0x16c)](_0xcde6d3))),_0xae8cf2()?_0x2d4de6[_0x5f900(0x175)][_0x9a827b][_0x5f900(0x116)]=![]:this['quotaManager'][_0x5f900(0x184)](_0x1c1e88['id'])&&(_0x2d4de6[_0x5f900(0x175)][_0x9a827b][_0x5f900(0x116)]=![],setTimeout(()=>{const _0x2991c9=_0x5f900;!_0xae8cf2()&&_0x2d4de6['listeners'][_0x9a827b]&&(_0x2d4de6[_0x2991c9(0x175)][_0x9a827b]['enabled']=!![]),this[_0x2991c9(0x186)][_0x2991c9(0x18c)](_0x1c1e88['id']);},_0x2d4de6[_0x5f900(0x135)][_0x5f900(0x157)]['quotaRecoverySeconds']*0x3e8));});_0x2d4de6['listeners'][_0x9a827b]={'enabled':!![],'listener':_0x1fff3e};}[a27_0x107305(0x137)](){return;}['enable'](){}[a27_0x107305(0x176)](){}[a27_0x107305(0x11d)](){const _0xc611ad=a27_0x107305;return Object[_0xc611ad(0x19d)](this[_0xc611ad(0x15e)])[_0xc611ad(0x1a0)];}[a27_0x107305(0x153)](){const _0x9b0fe2=a27_0x107305;return Object['keys'](this[_0x9b0fe2(0x175)])[_0x9b0fe2(0x1a0)];}[a27_0x107305(0x19c)](){return 0x0;}[a27_0x107305(0x11e)](_0x596e6e){const _0x3426cb=a27_0x107305;this[_0x3426cb(0x150)]=_0x596e6e;}[a27_0x107305(0x194)](_0x11f373,_0x55bea2,_0x54a7d5,_0x304fb4){const _0x421f62=a27_0x107305;let _0x58def6=null;if(_0x11f373[_0x421f62(0x14d)])try{_0x58def6=acorn[_0x421f62(0x17e)](_0x11f373[_0x421f62(0x14d)],{'sourceType':_0x421f62(0x10e),'ecmaVersion':0x6});const _0x11e686=require(_0x421f62(0x15b));if(!_0x11e686[_0x421f62(0x115)](_0x58def6,!![]))return utils_1[_0x421f62(0x10d)](_0x304fb4,_0x11f373,status_message_1[_0x421f62(0x120)][_0x421f62(0x11b)],utils_1['errors']['DISALLOWED_EXPRESSION']);}catch(_0x37cfda){return utils_1['setErrorStatusAndCallback'](_0x304fb4,_0x11f373,status_message_1[_0x421f62(0x120)][_0x421f62(0x11b)],utils_1['errors']['SYNTAX_ERROR_IN_CONDITION']+_0x37cfda[_0x421f62(0x10f)]);}let _0x13d05b;const _0x3a0634=_0x55bea2?_0x55bea2[_0x421f62(0x10c)]:path[_0x421f62(0x18e)](_0x11f373['location']['path']),_0x41f7a3=utils_1[_0x421f62(0x181)](_0x3a0634,this['config'],this['fileIndex'],this[_0x421f62(0x143)]);if(_0x41f7a3['length']===0x0)return utils_1[_0x421f62(0x10d)](_0x304fb4,_0x11f373,status_message_1[_0x421f62(0x120)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x421f62(0x19a)][_0x421f62(0x17d)]);else{if(_0x41f7a3[_0x421f62(0x1a0)]===0x1)_0x13d05b=_0x41f7a3[0x0];else return this['logger']['warn'](_0x421f62(0x142)+_0x3a0634+_0x421f62(0x168)+_0x41f7a3),utils_1[_0x421f62(0x10d)](_0x304fb4,_0x11f373,status_message_1[_0x421f62(0x120)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x421f62(0x19a)]['SOURCE_FILE_AMBIGUOUS']);}let _0x979d6d=_0x55bea2&&_0x55bea2[_0x421f62(0x149)]?_0x55bea2['column']:_0x11f373[_0x421f62(0x12c)][_0x421f62(0x149)]||0x1;const _0x592a15=_0x55bea2?_0x55bea2[_0x421f62(0x11a)]:_0x11f373['location'][_0x421f62(0x11a)];_0x592a15===0x1&&(_0x979d6d+=debugapi[_0x421f62(0x169)]-0x1);if(_0x592a15>=this[_0x421f62(0x14b)][_0x421f62(0x197)][_0x13d05b][_0x421f62(0x117)])return utils_1[_0x421f62(0x10d)](_0x304fb4,_0x11f373,status_message_1[_0x421f62(0x120)][_0x421f62(0x12d)],{...utils_1[_0x421f62(0x19a)][_0x421f62(0x172)],'description':utils_1['errors'][_0x421f62(0x172)]['description']+_0x13d05b+':'+_0x592a15+'.\x20Loaded\x20script\x20contained\x20'+this[_0x421f62(0x14b)][_0x421f62(0x197)][_0x13d05b]['lines']+_0x421f62(0x11c)+_0x421f62(0x173)+'\x20deployed\x20source.'});const _0x5dc01a=this[_0x421f62(0x196)](_0x13d05b,_0x592a15,_0x979d6d);if(!_0x5dc01a)return utils_1[_0x421f62(0x10d)](_0x304fb4,_0x11f373,status_message_1[_0x421f62(0x120)][_0x421f62(0x12d)],utils_1[_0x421f62(0x19a)][_0x421f62(0x18a)]);this[_0x421f62(0x13e)]===0x0&&!this[_0x421f62(0x199)]&&(this['logger'][_0x421f62(0x18d)](_0x421f62(0x139)),this['v8'][_0x421f62(0x18f)](this[_0x421f62(0x146)])),this[_0x421f62(0x15e)][_0x11f373['id']]=new V8BreakpointData(_0x11f373,_0x5dc01a,_0x58def6,_0x54a7d5),this[_0x421f62(0x13e)]++,setImmediate(()=>{_0x304fb4(null);});}[a27_0x107305(0x196)](_0x5bd7e8,_0xc55020,_0x22ec26){const _0x40e8b9=a27_0x107305,_0x1bbdcd=utils_1['pathToRegExp'](_0x5bd7e8),_0x19b086=this['v8'][_0x40e8b9(0x187)](_0x1bbdcd,_0xc55020-0x1,_0x22ec26-0x1),_0xae554=this['v8'][_0x40e8b9(0x131)](_0x19b086);return _0xae554;}[a27_0x107305(0x140)](_0x458314,_0x28b69c,_0x5c1f13){const _0x25fadc=a27_0x107305,_0xafea36=this['breakpoints'][_0x458314['id']]['v8Breakpoint'];if(!_0xafea36['active']())return utils_1['setErrorStatusAndCallback'](_0x28b69c,_0x458314,status_message_1[_0x25fadc(0x120)]['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors'][_0x25fadc(0x154)]);const _0x586147=this[_0x25fadc(0x127)](_0x458314,_0x5c1f13);if(_0x586147[_0x25fadc(0x161)])return utils_1[_0x25fadc(0x10d)](_0x28b69c,_0x458314,status_message_1['StatusMessage'][_0x25fadc(0x11b)],{...utils_1[_0x25fadc(0x19a)][_0x25fadc(0x129)],'description':utils_1[_0x25fadc(0x19a)][_0x25fadc(0x121)]['description']+_0x586147['error']});else{if(!_0x586147[_0x25fadc(0x13a)]){this[_0x25fadc(0x143)]['info'](_0x25fadc(0x17b));return;}}const _0x49ce51=process[_0x25fadc(0x123)]();try{this['captureBreakpointData'](_0x458314,_0x5c1f13);}catch(_0x125f30){return utils_1['setErrorStatusAndCallback'](_0x28b69c,_0x458314,status_message_1[_0x25fadc(0x120)][_0x25fadc(0x12d)],utils_1[_0x25fadc(0x19a)][_0x25fadc(0x119)]+_0x125f30);}const _0x222ea2=process[_0x25fadc(0x123)](_0x49ce51);this[_0x25fadc(0x143)][_0x25fadc(0x18d)](utils_1['formatInterval'](_0x25fadc(0x19e),_0x222ea2)),_0x28b69c(null);}[a27_0x107305(0x127)](_0x644e03,_0x3cebe9){const _0x1fb1fc=a27_0x107305;if(!_0x644e03['condition'])return{'value':!![]};const _0x30946a=state['evaluate'](_0x644e03[_0x1fb1fc(0x14d)],_0x3cebe9[_0x1fb1fc(0x118)](0x0));if(_0x30946a['error'])return{'error':_0x30946a[_0x1fb1fc(0x161)]};return{'value':!!_0x30946a[_0x1fb1fc(0x12e)][_0x1fb1fc(0x13a)]()};}[a27_0x107305(0x178)](_0x1669ff,_0x47a0b9){const _0x1ac446=a27_0x107305,_0x5b7e93=[];if(_0x1669ff[_0x1ac446(0x198)]&&this[_0x1ac446(0x15e)][_0x1669ff['id']][_0x1ac446(0x15f)])for(let _0x158c18=0x0;_0x158c18<_0x1669ff['expressions']['length'];_0x158c18++){try{_0x1669ff[_0x1ac446(0x198)][_0x158c18]=this[_0x1ac446(0x15e)][_0x1669ff['id']][_0x1ac446(0x15f)](_0x1669ff['expressions'][_0x158c18]);}catch(_0x6d4451){this[_0x1ac446(0x143)]['info']('Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20'+_0x1669ff[_0x1ac446(0x198)][_0x158c18]+_0x1ac446(0x14c)),_0x5b7e93[_0x1ac446(0x113)]({'name':_0x1669ff[_0x1ac446(0x198)][_0x158c18],'status':new status_message_1['StatusMessage'](status_message_1[_0x1ac446(0x120)]['VARIABLE_VALUE'],utils_1['errors'][_0x1ac446(0x145)],!![])}),_0x1669ff[_0x1ac446(0x198)][_0x1ac446(0x13f)](_0x158c18,0x1),_0x158c18--;}}if(_0x1669ff[_0x1ac446(0x17a)]==='LOG'){if(!_0x1669ff['expressions'])_0x1669ff['evaluatedExpressions']=[];else{const _0x281fad=_0x47a0b9[_0x1ac446(0x118)](0x0),_0xbe4137=_0x1669ff[_0x1ac446(0x198)][_0x1ac446(0x162)](_0x2bdd8a=>{const _0x153ff7=_0x1ac446,_0x1526a0=state[_0x153ff7(0x11f)](_0x2bdd8a,_0x281fad);return _0x1526a0[_0x153ff7(0x161)]?_0x1526a0[_0x153ff7(0x161)]:_0x1526a0['mirror'][_0x153ff7(0x13a)]();});_0x1669ff[_0x1ac446(0x164)]=_0xbe4137;}}else{const _0xbe752f=state[_0x1ac446(0x122)](_0x47a0b9,_0x1669ff['expressions'],this[_0x1ac446(0x135)],this['v8'],this[_0x1ac446(0x150)]);_0x1669ff[_0x1ac446(0x12c)]&&utils_1[_0x1ac446(0x188)](_0x1669ff[_0x1ac446(0x12c)][_0x1ac446(0x19f)])&&_0xbe752f[_0x1ac446(0x12c)]&&_0xbe752f[_0x1ac446(0x12c)][_0x1ac446(0x11a)]&&(_0x1669ff[_0x1ac446(0x12c)]['line']=_0xbe752f[_0x1ac446(0x12c)][_0x1ac446(0x11a)]),_0x1669ff[_0x1ac446(0x171)]=_0xbe752f[_0x1ac446(0x171)],_0x1669ff['variableTable']=_0xbe752f[_0x1ac446(0x193)],_0x1669ff['evaluatedExpressions']=_0x5b7e93[_0x1ac446(0x112)](_0xbe752f[_0x1ac446(0x164)]);}}}function a27_0x4e69(){const _0x412a01=['DebugEvent','semver','concat','push','V8_BREAKPOINT_CLEAR_ERROR','isValid','enabled','lines','frame','CAPTURE_BREAKPOINT_DATA','line','BREAKPOINT_CONDITION','\x20lines.\x20Please\x20ensure','numBreakpoints_','setBlocklistManager','evaluate','StatusMessage','ERROR_COMPILING_CONDITION','capture','hrtime','Break','34VSYihU','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','checkCondition','UNSPECIFIED','ERROR_EVALUATING_CONDITION','27670gEZEBY','COULD_NOT_FIND_MAPPING_FILE','location','BREAKPOINT_SOURCE_LOCATION','mirror','clearBreakPoint','../util/utils','findBreakPoint','defineProperty','javascriptFileExtensions','versions','config','v8Breakpoint','disconnect','V8DebugApi','activating\x20v8\x20breakpoint\x20listener','value','set','includes','INVALID_BREAKPOINT','numBreakpoints','splice','onBreakpointHit','>>>V8\x20breakpoint\x20hit<<<\x20number:\x20','Unable\x20to\x20unambiguously\x20find\x20','logger','script_break_point','EXPRESSION_COMPILING_ERROR','handleDebugEvents','Unable\x20to\x20compile\x20condition\x20>>\x20','apiBreakpoint','column','number','fileIndex','\x20<<','condition','parsedCondition','hasMappingInfo','blocklistManager','1499100Mzxclc','acorn','numListeners_','V8_BREAKPOINT_DISABLED','listener','mappingInfo','quota','forEach','deactivating\x20v8\x20breakpoint\x20listener','undefined','../util/validator.js','apply','V8BreakpointData','breakpoints','compile','getBreakpointCompiler','error','map','20WRWDIQ','evaluatedExpressions','./debugapi','warn','toString','.\x20Potential\x20matches:\x20','MODULE_WRAP_PREFIX_LENGTH','Debug','extname','stringify','4650632MhsLdJ','1835148iKKfXy','satisfies','exec','stackFrames','INVALID_LINE_NUMBER','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','__esModule','listeners','disable','../state/legacy-state','captureBreakpointData','search','action','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','806070nhHpKd','SOURCE_FILE_NOT_FOUND','parse','shouldBlock','(((.+)+)+)+$','findScripts','4634080pMFXIv','constructor','needsRecoveryTime','bind','quotaManager','setScriptBreakPointByRegExp','isJavaScriptFile','log','V8_BREAKPOINT_ERROR','v8Version','recovered','info','normalize','setListener','25dUTQlG','>=4.5','clear','variableTable','setInternal','2125341riTNJW','setByRegExp','fileStats','expressions','usePermanentListener','errors','sourcemapper','remainingHits','keys','capture\x20time:\x20','path','length','file','setErrorStatusAndCallback','script','message'];a27_0x4e69=function(){return _0x412a01;};return a27_0x4e69();}exports['V8DebugApi']=V8DebugApi;
1
+ const a36_0x4c6549=a36_0x4eab;(function(_0x1a2c72,_0x19b394){const _0x347098=a36_0x4eab,_0x218531=_0x1a2c72();while(!![]){try{const _0x382539=-parseInt(_0x347098(0xa0))/0x1*(-parseInt(_0x347098(0x76))/0x2)+-parseInt(_0x347098(0xf2))/0x3+parseInt(_0x347098(0xc5))/0x4*(parseInt(_0x347098(0xfc))/0x5)+parseInt(_0x347098(0x8a))/0x6+-parseInt(_0x347098(0xb9))/0x7+-parseInt(_0x347098(0xcf))/0x8*(parseInt(_0x347098(0xcc))/0x9)+-parseInt(_0x347098(0xd2))/0xa;if(_0x382539===_0x19b394)break;else _0x218531['push'](_0x218531['shift']());}catch(_0x152d32){_0x218531['push'](_0x218531['shift']());}}}(a36_0x217a,0x9b3cb));const a36_0x5e8a22=(function(){let _0xd92bea=!![];return function(_0x2bb7c7,_0x4896ca){const _0x2cb6f2=_0xd92bea?function(){const _0x37a541=a36_0x4eab;if(_0x4896ca){const _0x40bce7=_0x4896ca[_0x37a541(0x99)](_0x2bb7c7,arguments);return _0x4896ca=null,_0x40bce7;}}:function(){};return _0xd92bea=![],_0x2cb6f2;};}()),a36_0x33b85b=a36_0x5e8a22(this,function(){const _0x591e81=a36_0x4eab;return a36_0x33b85b[_0x591e81(0x90)]()[_0x591e81(0x9b)](_0x591e81(0x9d))[_0x591e81(0x90)]()[_0x591e81(0xef)](a36_0x33b85b)['search']('(((.+)+)+)+$');});a36_0x33b85b();'use strict';Object[a36_0x4c6549(0xee)](exports,'__esModule',{'value':!![]}),exports[a36_0x4c6549(0x7e)]=exports[a36_0x4c6549(0xed)]=void 0x0;const acorn=require(a36_0x4c6549(0xda)),path=require(a36_0x4c6549(0x7d)),semver=require(a36_0x4c6549(0x68)),vm=require('vm'),status_message_1=require(a36_0x4c6549(0xfb)),state=require(a36_0x4c6549(0x71)),utils_1=require('../util/utils'),debugapi=require(a36_0x4c6549(0x73)),dummy_blocklist_manager_1=require('../blocklisting/dummy-blocklist-manager');class V8BreakpointData{constructor(_0x3c7a06,_0x577d35,_0x1e4155,_0x57c9c6){const _0x429f0a=a36_0x4c6549;this[_0x429f0a(0xb1)]=_0x3c7a06,this[_0x429f0a(0x84)]=_0x577d35,this['parsedCondition']=_0x1e4155,this[_0x429f0a(0xdb)]=_0x57c9c6;}}exports[a36_0x4c6549(0xed)]=V8BreakpointData;class V8DebugApi{constructor(_0x3eb01e,_0x5ba52c,_0xcc5880,_0x285d06,_0x453630){const _0x20268b=a36_0x4c6549;this['breakpoints']={},this[_0x20268b(0x96)]={},this[_0x20268b(0xd8)]=0x0,this[_0x20268b(0xc6)]=_0x285d06,this['v8']=vm[_0x20268b(0xf7)](_0x20268b(0x8d)),this[_0x20268b(0x72)]=_0x5ba52c,this[_0x20268b(0x89)]=_0xcc5880,this[_0x20268b(0xd9)]=/(\d+\.\d+\.\d+)\.\d+/[_0x20268b(0xa6)](process[_0x20268b(0xb8)]['v8']),this['logger']=_0x3eb01e,this['usePermanentListener']=semver[_0x20268b(0x70)](this[_0x20268b(0xd9)][0x1],_0x20268b(0xe7)),this[_0x20268b(0x6b)]=_0x453630,this[_0x20268b(0xe5)]=new dummy_blocklist_manager_1['DummyBlocklistManager'](!![]),this['handleDebugEvents']=(_0x5e9d37,_0x86a8c8,_0xeaec0a)=>{const _0x12b1d5=_0x20268b;try{switch(_0x5e9d37){case this['v8'][_0x12b1d5(0x6d)][_0x12b1d5(0xdf)]:_0xeaec0a[_0x12b1d5(0xdc)]()[_0x12b1d5(0xcd)](_0x12cda6=>{const _0x5a8960=_0x12b1d5,_0x14f832=_0x12cda6[_0x5a8960(0xb2)]()[_0x5a8960(0xac)]();this[_0x5a8960(0x96)][_0x14f832]['enabled']&&(this[_0x5a8960(0xb7)]['info'](_0x5a8960(0xc9)+_0x14f832),this['listeners'][_0x14f832][_0x5a8960(0xd6)](_0x86a8c8,_0xeaec0a));});break;default:}}catch(_0x3d37f8){this[_0x12b1d5(0xb7)]['warn'](_0x12b1d5(0x77)+_0x3d37f8);}},this[_0x20268b(0xf6)]&&(this[_0x20268b(0xb7)][_0x20268b(0x88)](_0x20268b(0xf8)),this['v8']['setListener'](this['handleDebugEvents']));}['set'](_0x394727,_0x342819){const _0x7b3eb2=a36_0x4c6549;if(!this['v8']||!_0x394727||typeof _0x394727['id']==='undefined'||!_0x394727[_0x7b3eb2(0xbb)]||!_0x394727[_0x7b3eb2(0xbb)][_0x7b3eb2(0x7d)]||!_0x394727[_0x7b3eb2(0xbb)]['line'])return(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1[_0x7b3eb2(0xce)]['UNSPECIFIED'],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xf5)]);const _0x314448=path['normalize'](_0x394727[_0x7b3eb2(0xbb)][_0x7b3eb2(0x7d)]);if(this['blocklistManager'][_0x7b3eb2(0x78)](_0x314448))return(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1[_0x7b3eb2(0xce)][_0x7b3eb2(0xd4)],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xeb)]);if(!this[_0x7b3eb2(0xc6)][_0x7b3eb2(0x83)](_0x314448)){const _0x105e45=path['extname'](_0x314448);if(!this['config'][_0x7b3eb2(0x80)][_0x7b3eb2(0xc2)](_0x105e45))return(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1[_0x7b3eb2(0xce)][_0x7b3eb2(0xd4)],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xe2)]);this[_0x7b3eb2(0xc8)](_0x394727,null,null,_0x342819);}else{const _0x2f4bca=_0x394727[_0x7b3eb2(0xbb)][_0x7b3eb2(0x9a)],_0xa96a9b=0x0,_0x4f42cd=this['sourcemapper']['mappingInfo'](_0x314448,_0x2f4bca,_0xa96a9b),_0x3bd82f=(0x0,utils_1[_0x7b3eb2(0xd7)])(_0x394727);if(_0x394727[_0x7b3eb2(0x97)]&&_0x3bd82f)try{_0x394727[_0x7b3eb2(0x97)]=_0x3bd82f(_0x394727[_0x7b3eb2(0x97)]);}catch(_0x4fccfa){return this[_0x7b3eb2(0xb7)]['info']('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x394727[_0x7b3eb2(0x97)]+_0x7b3eb2(0x93)),(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xbe)]);}this['setInternal'](_0x394727,_0x4f42cd,_0x3bd82f,_0x342819);}}[a36_0x4c6549(0xb3)](_0x432663,_0x4d9929){const _0x37c479=a36_0x4c6549;if(typeof _0x432663['id']===_0x37c479(0xd0))return(0x0,utils_1[_0x37c479(0xa2)])(_0x4d9929,_0x432663,status_message_1[_0x37c479(0xce)][_0x37c479(0x7a)],utils_1[_0x37c479(0x98)]['V8_BREAKPOINT_CLEAR_ERROR']);const _0x3c9a10=this['breakpoints'][_0x432663['id']];if(!_0x3c9a10)return(0x0,utils_1[_0x37c479(0xa2)])(_0x4d9929,_0x432663,status_message_1[_0x37c479(0xce)][_0x37c479(0x7a)],utils_1[_0x37c479(0x98)]['V8_BREAKPOINT_CLEAR_ERROR']);const _0x561ab=_0x3c9a10[_0x37c479(0x84)];this['v8'][_0x37c479(0x74)](_0x561ab[_0x37c479(0xac)]()),delete this[_0x37c479(0xfa)][_0x432663['id']],delete this['listeners'][_0x561ab['number']()],this[_0x37c479(0xd8)]--,this['numBreakpoints']===0x0&&!this[_0x37c479(0xf6)]&&(this[_0x37c479(0xb7)]['info'](_0x37c479(0x92)),this['v8'][_0x37c479(0xe0)](null)),setImmediate(()=>{_0x4d9929(null);});}[a36_0x4c6549(0xc4)](_0x1a51e8,_0x241020){const _0x4d6f95=a36_0x4c6549,_0x1bac6d=this,_0x34f1c7=_0x1bac6d[_0x4d6f95(0xfa)][_0x1a51e8['id']][_0x4d6f95(0x84)][_0x4d6f95(0xac)](),_0x17cec2=this[_0x4d6f95(0xb0)][_0x4d6f95(0x81)](this,_0x1a51e8,_0x5ba7f5=>{const _0x23ad44=_0x4d6f95;_0x1bac6d[_0x23ad44(0x96)][_0x34f1c7][_0x23ad44(0xea)]=![],setImmediate(()=>{_0x241020(_0x5ba7f5||undefined);});});_0x1bac6d[_0x4d6f95(0x96)][_0x34f1c7]={'enabled':!![],'listener':_0x17cec2};}[a36_0x4c6549(0x94)](_0x49a346,_0x2a429d,_0x3f049d,_0x6a3ed8){const _0x550e30=a36_0x4c6549,_0x1b3e9e=this,_0x4d04a5=_0x1b3e9e[_0x550e30(0xfa)][_0x49a346['id']][_0x550e30(0x84)]['number'](),_0x44cc48=this[_0x550e30(0xb0)]['bind'](this,_0x49a346,_0x37dbdc=>{const _0x3fad42=_0x550e30;_0x37dbdc&&(this['listeners'][_0x49a346['id']][_0x3fad42(0xea)]=![],setImmediate(()=>{_0x6a3ed8(_0x37dbdc||undefined);})),_0x2a429d(_0x49a346[_0x3fad42(0xc1)],_0x49a346[_0x3fad42(0xaf)][_0x3fad42(0xb4)](_0x1d4638=>JSON[_0x3fad42(0x82)](_0x1d4638))),_0x3f049d()?_0x1b3e9e[_0x3fad42(0x96)][_0x4d04a5][_0x3fad42(0xea)]=![]:this[_0x3fad42(0x6b)][_0x3fad42(0xcb)](_0x49a346['id'])&&(_0x1b3e9e[_0x3fad42(0x96)][_0x4d04a5]['enabled']=![],setTimeout(()=>{const _0x4ed2a6=_0x3fad42;!_0x3f049d()&&_0x1b3e9e[_0x4ed2a6(0x96)][_0x4d04a5]&&(_0x1b3e9e[_0x4ed2a6(0x96)][_0x4d04a5][_0x4ed2a6(0xea)]=!![]),this[_0x4ed2a6(0x6b)][_0x4ed2a6(0xbc)](_0x49a346['id']);},_0x1b3e9e[_0x3fad42(0x72)][_0x3fad42(0xbf)][_0x3fad42(0x6c)]*0x3e8));});_0x1b3e9e[_0x550e30(0x96)][_0x4d04a5]={'enabled':!![],'listener':_0x44cc48};}['disconnect'](){return;}[a36_0x4c6549(0x87)](){}[a36_0x4c6549(0xae)](){}['numBreakpoints_'](){const _0x509732=a36_0x4c6549;return Object['keys'](this['breakpoints'])[_0x509732(0x91)];}['numListeners_'](){const _0x505cb2=a36_0x4c6549;return Object[_0x505cb2(0x69)](this['listeners'])[_0x505cb2(0x91)];}[a36_0x4c6549(0xad)](){return 0x0;}[a36_0x4c6549(0xa7)](_0x11c908){const _0x43ad74=a36_0x4c6549;this[_0x43ad74(0xe5)]=_0x11c908;}[a36_0x4c6549(0xc8)](_0xb637fd,_0x29561f,_0xf23b39,_0x3af393){const _0x27c26e=a36_0x4c6549;let _0x10016c=null;if(_0xb637fd['condition'])try{_0x10016c=acorn['parse'](_0xb637fd['condition'],{'sourceType':_0x27c26e(0xe4),'ecmaVersion':0x6});const _0x2df5be=require('../util/validator.js');if(!_0x2df5be[_0x27c26e(0xd1)](_0x10016c,!![]))return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0x7a)],utils_1[_0x27c26e(0x98)][_0x27c26e(0xe6)]);}catch(_0x114a75){return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)]['BREAKPOINT_CONDITION'],utils_1['errors']['SYNTAX_ERROR_IN_CONDITION']+_0x114a75[_0x27c26e(0xd3)]);}let _0x226322;const _0x52d60b=_0x29561f?_0x29561f[_0x27c26e(0xec)]:path[_0x27c26e(0xa1)](_0xb637fd[_0x27c26e(0xbb)][_0x27c26e(0x7d)]),_0x6e6ea9=(0x0,utils_1[_0x27c26e(0xca)])(_0x52d60b,this[_0x27c26e(0x72)],this[_0x27c26e(0x89)],this[_0x27c26e(0xb7)]);if(_0x6e6ea9['length']===0x0)return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],utils_1[_0x27c26e(0x98)][_0x27c26e(0x6f)]);else{if(_0x6e6ea9[_0x27c26e(0x91)]===0x1)_0x226322=_0x6e6ea9[0x0];else return this[_0x27c26e(0xb7)][_0x27c26e(0xa5)](_0x27c26e(0x7f)+_0x52d60b+_0x27c26e(0xbd)+_0x6e6ea9),(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],utils_1[_0x27c26e(0x98)]['SOURCE_FILE_AMBIGUOUS']);}let _0x4bdcf2=_0x29561f&&_0x29561f[_0x27c26e(0xba)]?_0x29561f[_0x27c26e(0xba)]:_0xb637fd[_0x27c26e(0xbb)][_0x27c26e(0xba)]||0x1;const _0x5ddf8a=_0x29561f?_0x29561f[_0x27c26e(0x9a)]:_0xb637fd['location'][_0x27c26e(0x9a)];_0x5ddf8a===0x1&&(_0x4bdcf2+=debugapi[_0x27c26e(0x6e)]-0x1);if(_0x5ddf8a>=this['fileIndex']['fileStats'][_0x226322][_0x27c26e(0x9f)])return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],{...utils_1[_0x27c26e(0x98)]['INVALID_LINE_NUMBER'],'description':utils_1[_0x27c26e(0x98)][_0x27c26e(0xb6)]['description']+_0x226322+':'+_0x5ddf8a+_0x27c26e(0xf4)+this[_0x27c26e(0x89)]['fileStats'][_0x226322][_0x27c26e(0x9f)]+_0x27c26e(0xe9)+_0x27c26e(0x6a)+_0x27c26e(0x79)});const _0x25f6a5=this['setByRegExp'](_0x226322,_0x5ddf8a,_0x4bdcf2);if(!_0x25f6a5)return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],utils_1[_0x27c26e(0x98)][_0x27c26e(0xc0)]);this[_0x27c26e(0xd8)]===0x0&&!this['usePermanentListener']&&(this[_0x27c26e(0xb7)][_0x27c26e(0x88)](_0x27c26e(0xaa)),this['v8']['setListener'](this[_0x27c26e(0x8e)])),this['breakpoints'][_0xb637fd['id']]=new V8BreakpointData(_0xb637fd,_0x25f6a5,_0x10016c,_0xf23b39),this[_0x27c26e(0xd8)]++,setImmediate(()=>{_0x3af393(null);});}[a36_0x4c6549(0x86)](_0x36b112,_0x11d763,_0x1938c6){const _0x4fb62b=a36_0x4c6549,_0x31efbc=(0x0,utils_1[_0x4fb62b(0xc7)])(_0x36b112),_0x350e9d=this['v8'][_0x4fb62b(0xde)](_0x31efbc,_0x11d763-0x1,_0x1938c6-0x1),_0x542db9=this['v8'][_0x4fb62b(0xab)](_0x350e9d);return _0x542db9;}[a36_0x4c6549(0xb0)](_0x4cc3a4,_0x8b4c65,_0x22af6b){const _0xa66c3b=a36_0x4c6549,_0x272ffd=this['breakpoints'][_0x4cc3a4['id']][_0xa66c3b(0x84)];if(!_0x272ffd[_0xa66c3b(0x8c)]())return(0x0,utils_1[_0xa66c3b(0xa2)])(_0x8b4c65,_0x4cc3a4,status_message_1['StatusMessage'][_0xa66c3b(0xd4)],utils_1[_0xa66c3b(0x98)]['V8_BREAKPOINT_DISABLED']);const _0x4e1800=this['checkCondition'](_0x4cc3a4,_0x22af6b);if(_0x4e1800[_0xa66c3b(0x8b)])return(0x0,utils_1[_0xa66c3b(0xa2)])(_0x8b4c65,_0x4cc3a4,status_message_1['StatusMessage'][_0xa66c3b(0x7a)],{...utils_1[_0xa66c3b(0x98)][_0xa66c3b(0xf3)],'description':utils_1[_0xa66c3b(0x98)]['ERROR_COMPILING_CONDITION'][_0xa66c3b(0xb5)]+_0x4e1800['error']});else{if(!_0x4e1800[_0xa66c3b(0xe8)]){this['logger'][_0xa66c3b(0x88)](_0xa66c3b(0xf9));return;}}const _0x292f49=process[_0xa66c3b(0x95)]();try{this[_0xa66c3b(0xa3)](_0x4cc3a4,_0x22af6b);}catch(_0x4c42e5){return(0x0,utils_1[_0xa66c3b(0xa2)])(_0x8b4c65,_0x4cc3a4,status_message_1['StatusMessage'][_0xa66c3b(0xd4)],utils_1[_0xa66c3b(0x98)][_0xa66c3b(0xf1)]+_0x4c42e5);}const _0x35eaf5=process[_0xa66c3b(0x95)](_0x292f49);this[_0xa66c3b(0xb7)][_0xa66c3b(0x88)]((0x0,utils_1[_0xa66c3b(0x75)])(_0xa66c3b(0xa8),_0x35eaf5)),_0x8b4c65(null);}[a36_0x4c6549(0x8f)](_0x2606ac,_0x1a7ddb){const _0x1bd256=a36_0x4c6549;if(!_0x2606ac[_0x1bd256(0x97)])return{'value':!![]};const _0x37e0e0=state[_0x1bd256(0xa4)](_0x2606ac[_0x1bd256(0x97)],_0x1a7ddb[_0x1bd256(0x7c)](0x0));if(_0x37e0e0['error'])return{'error':_0x37e0e0[_0x1bd256(0x8b)]};return{'value':!!_0x37e0e0[_0x1bd256(0x7b)][_0x1bd256(0xe8)]()};}[a36_0x4c6549(0xa3)](_0x3e045b,_0x9a4991){const _0x594991=a36_0x4c6549,_0x232f09=[];if(_0x3e045b['expressions']&&this[_0x594991(0xfa)][_0x3e045b['id']][_0x594991(0xdb)])for(let _0x78dc0d=0x0;_0x78dc0d<_0x3e045b[_0x594991(0xf0)][_0x594991(0x91)];_0x78dc0d++){try{_0x3e045b[_0x594991(0xf0)][_0x78dc0d]=this[_0x594991(0xfa)][_0x3e045b['id']]['compile'](_0x3e045b[_0x594991(0xf0)][_0x78dc0d]);}catch(_0xb40c7e){this['logger'][_0x594991(0x88)](_0x594991(0xdd)+_0x3e045b['expressions'][_0x78dc0d]+_0x594991(0x93)),_0x232f09[_0x594991(0x85)]({'name':_0x3e045b[_0x594991(0xf0)][_0x78dc0d],'status':new status_message_1[(_0x594991(0xce))](status_message_1[_0x594991(0xce)]['VARIABLE_VALUE'],utils_1[_0x594991(0x98)][_0x594991(0xc3)],!![])}),_0x3e045b[_0x594991(0xf0)][_0x594991(0x9c)](_0x78dc0d,0x1),_0x78dc0d--;}}if(_0x3e045b['action']==='LOG'){if(!_0x3e045b[_0x594991(0xf0)])_0x3e045b['evaluatedExpressions']=[];else{const _0x148f59=_0x9a4991['frame'](0x0),_0x324848=_0x3e045b[_0x594991(0xf0)][_0x594991(0xb4)](_0x55bbbe=>{const _0x32f40c=_0x594991,_0x134190=state[_0x32f40c(0xa4)](_0x55bbbe,_0x148f59);return _0x134190[_0x32f40c(0x8b)]?_0x134190[_0x32f40c(0x8b)]:_0x134190[_0x32f40c(0x7b)][_0x32f40c(0xe8)]();});_0x3e045b['evaluatedExpressions']=_0x324848;}}else{const _0xcbaab8=state[_0x594991(0x9e)](_0x9a4991,_0x3e045b[_0x594991(0xf0)],this[_0x594991(0x72)],this['v8'],this[_0x594991(0xe5)]);_0x3e045b[_0x594991(0xbb)]&&(0x0,utils_1[_0x594991(0xd5)])(_0x3e045b[_0x594991(0xbb)]['path'])&&_0xcbaab8[_0x594991(0xbb)]&&_0xcbaab8['location'][_0x594991(0x9a)]&&(_0x3e045b[_0x594991(0xbb)][_0x594991(0x9a)]=_0xcbaab8['location']['line']),_0x3e045b[_0x594991(0xa9)]=_0xcbaab8['stackFrames'],_0x3e045b[_0x594991(0xe3)]=_0xcbaab8['variableTable'],_0x3e045b[_0x594991(0xaf)]=_0x232f09[_0x594991(0xe1)](_0xcbaab8[_0x594991(0xaf)]);}}}function a36_0x217a(){const _0x3044e9=['handleDebugEvents','checkCondition','toString','length','deactivating\x20v8\x20breakpoint\x20listener','\x20<<','log','hrtime','listeners','condition','errors','apply','line','search','splice','(((.+)+)+)+$','capture','lines','485330DyFMsZ','normalize','setErrorStatusAndCallback','captureBreakpointData','evaluate','warn','exec','setBlocklistManager','capture\x20time:\x20','stackFrames','activating\x20v8\x20breakpoint\x20listener','findBreakPoint','number','remainingHits','disable','evaluatedExpressions','onBreakpointHit','apiBreakpoint','script_break_point','clear','map','description','INVALID_LINE_NUMBER','logger','versions','6367221VBHPIW','column','location','recovered','.\x20Potential\x20matches:\x20','ERROR_COMPILING_CONDITION','quota','V8_BREAKPOINT_ERROR','logMessageFormat','includes','EXPRESSION_COMPILING_ERROR','wait','2276vOmChG','sourcemapper','pathToRegExp','setInternal','>>>V8\x20breakpoint\x20hit<<<\x20number:\x20','findScripts','needsRecoveryTime','42903ozaFil','forEach','StatusMessage','848ggsHcz','undefined','isValid','8836060fZolqF','message','BREAKPOINT_SOURCE_LOCATION','isJavaScriptFile','listener','getBreakpointCompiler','numBreakpoints','v8Version','acorn','compile','breakPointsHit','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','setScriptBreakPointByRegExp','Break','setListener','concat','COULD_NOT_FIND_MAPPING_FILE','variableTable','script','blocklistManager','DISALLOWED_EXPRESSION','>=4.5','value','\x20lines.\x20Please\x20ensure','enabled','BREAKPOINT_PATH_BLOCKED','file','V8BreakpointData','defineProperty','constructor','expressions','CAPTURE_BREAKPOINT_DATA','215430ByMhlC','ERROR_EVALUATING_CONDITION','.\x20Loaded\x20script\x20contained\x20','INVALID_BREAKPOINT','usePermanentListener','runInDebugContext','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','breakpoints','../../client/stackdriver/status-message','9335iwJGzG','semver','keys','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','quotaManager','quotaRecoverySeconds','DebugEvent','MODULE_WRAP_PREFIX_LENGTH','SOURCE_FILE_NOT_FOUND','satisfies','../state/legacy-state','config','./debugapi','clearBreakPoint','formatInterval','4fQTHoL','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','shouldBlock','\x20deployed\x20source.','BREAKPOINT_CONDITION','mirror','frame','path','V8DebugApi','Unable\x20to\x20unambiguously\x20find\x20','javascriptFileExtensions','bind','stringify','hasMappingInfo','v8Breakpoint','push','setByRegExp','enable','info','fileIndex','5839134UxBAeu','error','active','Debug'];a36_0x217a=function(){return _0x3044e9;};return a36_0x217a();}function a36_0x4eab(_0x63a747,_0x3b015c){const _0x22ea38=a36_0x217a();return a36_0x4eab=function(_0x33b85b,_0x5e8a22){_0x33b85b=_0x33b85b-0x68;let _0x217a97=_0x22ea38[_0x33b85b];return _0x217a97;},a36_0x4eab(_0x63a747,_0x3b015c);}exports['V8DebugApi']=V8DebugApi;
@@ -1 +1 @@
1
- const a28_0x18a0ff=a28_0x2768;(function(_0x3de12b,_0x467bf3){const _0x5345d5=a28_0x2768,_0x3deaee=_0x3de12b();while(!![]){try{const _0x12c99a=-parseInt(_0x5345d5(0xd4))/0x1+-parseInt(_0x5345d5(0xc7))/0x2*(-parseInt(_0x5345d5(0xb5))/0x3)+parseInt(_0x5345d5(0xa8))/0x4*(-parseInt(_0x5345d5(0xd5))/0x5)+parseInt(_0x5345d5(0xbf))/0x6+-parseInt(_0x5345d5(0xb4))/0x7*(-parseInt(_0x5345d5(0xd0))/0x8)+parseInt(_0x5345d5(0xd3))/0x9+-parseInt(_0x5345d5(0xc8))/0xa*(parseInt(_0x5345d5(0xc2))/0xb);if(_0x12c99a===_0x467bf3)break;else _0x3deaee['push'](_0x3deaee['shift']());}catch(_0x223b94){_0x3deaee['push'](_0x3deaee['shift']());}}}(a28_0x21e8,0xf17d7));const a28_0x218b43=(function(){let _0x3b846b=!![];return function(_0x1d8746,_0x3c62e5){const _0x3bd8ab=_0x3b846b?function(){const _0x4790f3=a28_0x2768;if(_0x3c62e5){const _0x31a692=_0x3c62e5[_0x4790f3(0xb0)](_0x1d8746,arguments);return _0x3c62e5=null,_0x31a692;}}:function(){};return _0x3b846b=![],_0x3bd8ab;};}()),a28_0x1995ec=a28_0x218b43(this,function(){const _0x56baa5=a28_0x2768;return a28_0x1995ec[_0x56baa5(0xbd)]()[_0x56baa5(0xac)](_0x56baa5(0xcf))[_0x56baa5(0xbd)]()[_0x56baa5(0xdb)](a28_0x1995ec)['search'](_0x56baa5(0xcf));});function a28_0x2768(_0x96d8e0,_0x17349f){const _0x518383=a28_0x21e8();return a28_0x2768=function(_0x1995ec,_0x218b43){_0x1995ec=_0x1995ec-0xa5;let _0x21e854=_0x518383[_0x1995ec];return _0x21e854;},a28_0x2768(_0x96d8e0,_0x17349f);}a28_0x1995ec();function a28_0x21e8(){const _0x430940=['Runtime.getProperties','detach','useWellFormattedUrl','(((.+)+)+)+$','8avRrWm','logger','Debugger.enable','6334119HoIyYD','1629300mraoZL','5955yVSSxE','resetV8DebuggerIfThresholdMet','breakpointId','evaluateOnCallFrame','Debugger.scriptParsed','removeBreakpoint','constructor','disable','Debugger.paused','storeSetBreakpointParams','Debugger.setBreakpointByUrl','4996UTyggy','Debugger.disable','params','prevStoreSetBreakpointParams','search','numPausedBeforeReset','V8Inspector','Debugger.evaluateOnCallFrame','apply','onScriptParsed','connect','Session','10818339GKwIuw','2754hHDmLN','enable','values','response','attach','disconnect','session','post','toString','error','10140930vLiWXE','setBreakpointByUrl','Debugger.setBreakpointsActive','79387AdFAhs','Error\x20upon\x20re-setting\x20breakpoint:\x20','resetV8DebuggerThreshold','keys','__esModule','756YqzuEl','250fTZqCh','onPaused','inspector','getProperties'];a28_0x21e8=function(){return _0x430940;};return a28_0x21e8();}'use strict';Object['defineProperty'](exports,a28_0x18a0ff(0xc6),{'value':!![]}),exports[a28_0x18a0ff(0xae)]=void 0x0;const inspector=require(a28_0x18a0ff(0xca));class V8Inspector{constructor(_0x5b8154,_0x3b1e2b,_0x54ed16,_0x49b60b,_0x3553cc){const _0x43dba0=a28_0x18a0ff;this['logger']=_0x5b8154,this[_0x43dba0(0xce)]=_0x3b1e2b,this[_0x43dba0(0xc4)]=_0x54ed16,this[_0x43dba0(0xb1)]=_0x49b60b,this[_0x43dba0(0xc9)]=_0x3553cc,this[_0x43dba0(0xbb)]=null,this[_0x43dba0(0xa6)]={},this[_0x43dba0(0xab)]=null,this[_0x43dba0(0xad)]=0x0;}['shouldUseWellFormattedUrl'](){const _0x4310ac=a28_0x18a0ff;return this[_0x4310ac(0xce)];}[a28_0x18a0ff(0xc0)](_0x1703e6,_0x50b151=this['prevStoreSetBreakpointParams']!==null){const _0x47fccf=a28_0x18a0ff;_0x50b151?this[_0x47fccf(0xb6)](![]):this[_0x47fccf(0xb9)]();const _0x3b15ed={};return this[_0x47fccf(0xbb)][_0x47fccf(0xbc)](_0x47fccf(0xa7),_0x1703e6,(_0x46d8c9,_0xc8680f)=>{const _0x23eac9=_0x47fccf;_0x46d8c9?_0x3b15ed['error']=_0x46d8c9:this[_0x23eac9(0xa6)][_0xc8680f[_0x23eac9(0xd7)]]=_0x1703e6,_0x3b15ed[_0x23eac9(0xb8)]=_0xc8680f;}),_0x50b151&&(_0x3b15ed['response']&&(this[_0x47fccf(0xab)][_0x3b15ed[_0x47fccf(0xb8)][_0x47fccf(0xd7)]]=this['storeSetBreakpointParams'][_0x3b15ed[_0x47fccf(0xb8)][_0x47fccf(0xd7)]]),this[_0x47fccf(0xdc)](![])),_0x3b15ed;}[a28_0x18a0ff(0xda)](_0x33c341){const _0x5b0454=a28_0x18a0ff;this['attach']();const _0x10426b={};return this[_0x5b0454(0xbb)][_0x5b0454(0xbc)]('Debugger.removeBreakpoint',{'breakpointId':_0x33c341},_0x1a2363=>{const _0x3fb57e=_0x5b0454;if(_0x1a2363)_0x10426b[_0x3fb57e(0xbe)]=_0x1a2363;delete this[_0x3fb57e(0xa6)][_0x33c341],Object[_0x3fb57e(0xc5)](this[_0x3fb57e(0xa6)])['length']===0x0&&this['detach']();}),this[_0x5b0454(0xab)]!==null&&delete this[_0x5b0454(0xab)][_0x33c341],_0x10426b;}[a28_0x18a0ff(0xd8)](_0x258a86){const _0x5bd409=a28_0x18a0ff;this['attach']();const _0x208b80={};return this[_0x5bd409(0xbb)]['post'](_0x5bd409(0xaf),_0x258a86,(_0x4b82b5,_0x3ba1b9)=>{const _0x20a806=_0x5bd409;if(_0x4b82b5)_0x208b80[_0x20a806(0xbe)]=_0x4b82b5;_0x208b80['response']=_0x3ba1b9;}),_0x208b80;}[a28_0x18a0ff(0xcb)](_0x57343e){const _0x40300c=a28_0x18a0ff,_0x2853c3={};return this['attach'](),this[_0x40300c(0xbb)]['post'](_0x40300c(0xcc),_0x57343e,(_0x109bc8,_0x11e128)=>{const _0x31b0a1=_0x40300c;if(_0x109bc8)_0x2853c3[_0x31b0a1(0xbe)]=_0x109bc8;_0x2853c3[_0x31b0a1(0xb8)]=_0x11e128;}),_0x2853c3;}[a28_0x18a0ff(0xb9)](){const _0x5327dd=a28_0x18a0ff;if(this[_0x5327dd(0xbb)])return;const _0xdd0f8f=new inspector[(_0x5327dd(0xb3))]();_0xdd0f8f[_0x5327dd(0xb2)](),_0xdd0f8f['on'](_0x5327dd(0xd9),_0x1c30ae=>{const _0x194a68=_0x5327dd;this[_0x194a68(0xb1)](_0x1c30ae[_0x194a68(0xaa)]);}),_0xdd0f8f[_0x5327dd(0xbc)](_0x5327dd(0xd2)),_0xdd0f8f[_0x5327dd(0xbc)](_0x5327dd(0xc1),{'active':!![]}),_0xdd0f8f['on'](_0x5327dd(0xa5),_0x4ee415=>{const _0x4cd3cf=_0x5327dd;this['onPaused'](_0x4ee415[_0x4cd3cf(0xaa)]),this[_0x4cd3cf(0xd6)]();}),this[_0x5327dd(0xbb)]=_0xdd0f8f;}[a28_0x18a0ff(0xb6)](_0xf75b73=!![]){const _0x409fb4=a28_0x18a0ff;var _0x401a62;this[_0x409fb4(0xb9)](),(_0x401a62=this['session'])===null||_0x401a62===void 0x0?void 0x0:_0x401a62[_0x409fb4(0xbc)](_0x409fb4(0xd2));if(_0xf75b73){for(const _0x1835c1 of Object[_0x409fb4(0xb7)](this[_0x409fb4(0xab)])){const _0xbf9f90=this[_0x409fb4(0xc0)](_0x1835c1,![]);(_0xbf9f90['error']||!_0xbf9f90[_0x409fb4(0xb8)])&&this[_0x409fb4(0xd1)]['error'](_0x409fb4(0xc3)+_0xbf9f90);}this[_0x409fb4(0xab)]=null;}}['disable'](_0x43b27c=!![]){const _0x1329b8=a28_0x18a0ff;if(!this[_0x1329b8(0xbb)])return;_0x43b27c&&(this['prevStoreSetBreakpointParams']=this['storeSetBreakpointParams']),this['session']['post'](_0x1329b8(0xa9)),this[_0x1329b8(0xcd)]();}[a28_0x18a0ff(0xcd)](){const _0x435c95=a28_0x18a0ff;if(!this[_0x435c95(0xbb)])return;this['session'][_0x435c95(0xba)](),this[_0x435c95(0xbb)]=null,this['storeSetBreakpointParams']={},this[_0x435c95(0xad)]=0x0;}[a28_0x18a0ff(0xd6)](){const _0x453354=a28_0x18a0ff;if(!this['session'])return;this['numPausedBeforeReset']+=0x1;if(this[_0x453354(0xad)]<this[_0x453354(0xc4)])return;this[_0x453354(0xad)]=0x0,this[_0x453354(0xdc)](),this[_0x453354(0xb6)]();}}exports[a28_0x18a0ff(0xae)]=V8Inspector;
1
+ const a37_0x11b8c7=a37_0x2fbc;(function(_0x41e3e2,_0x15f288){const _0x334323=a37_0x2fbc,_0x2c4819=_0x41e3e2();while(!![]){try{const _0x328411=parseInt(_0x334323(0xf2))/0x1*(parseInt(_0x334323(0x11b))/0x2)+parseInt(_0x334323(0x10b))/0x3*(-parseInt(_0x334323(0xff))/0x4)+parseInt(_0x334323(0x100))/0x5*(parseInt(_0x334323(0x10e))/0x6)+parseInt(_0x334323(0x110))/0x7+-parseInt(_0x334323(0x10f))/0x8+-parseInt(_0x334323(0xee))/0x9+-parseInt(_0x334323(0xeb))/0xa*(-parseInt(_0x334323(0x10d))/0xb);if(_0x328411===_0x15f288)break;else _0x2c4819['push'](_0x2c4819['shift']());}catch(_0x4e9500){_0x2c4819['push'](_0x2c4819['shift']());}}}(a37_0x6fd7,0x1b2b8));const a37_0x5cb20b=(function(){let _0x25c271=!![];return function(_0xbcc495,_0x413057){const _0x3aa568=_0x25c271?function(){if(_0x413057){const _0x18c627=_0x413057['apply'](_0xbcc495,arguments);return _0x413057=null,_0x18c627;}}:function(){};return _0x25c271=![],_0x3aa568;};}()),a37_0x1a66a9=a37_0x5cb20b(this,function(){const _0xfe92d4=a37_0x2fbc;return a37_0x1a66a9['toString']()[_0xfe92d4(0x11e)](_0xfe92d4(0x119))['toString']()[_0xfe92d4(0x111)](a37_0x1a66a9)['search'](_0xfe92d4(0x119));});a37_0x1a66a9();'use strict';function a37_0x2fbc(_0x4cd89a,_0x382bad){const _0x4094c6=a37_0x6fd7();return a37_0x2fbc=function(_0x1a66a9,_0x5cb20b){_0x1a66a9=_0x1a66a9-0xeb;let _0x6fd74d=_0x4094c6[_0x1a66a9];return _0x6fd74d;},a37_0x2fbc(_0x4cd89a,_0x382bad);}function a37_0x6fd7(){const _0x42ffe7=['detach','1161020nukJQf','post','shouldUseWellFormattedUrl','1276182OsipUR','Debugger.setBreakpointsActive','getProperties','resetV8DebuggerThreshold','1lWlZpv','storeSetBreakpointParams','logger','keys','Debugger.scriptParsed','Debugger.evaluateOnCallFrame','defineProperty','response','params','session','prevStoreSetBreakpointParams','disable','Error\x20upon\x20re-setting\x20breakpoint:\x20','4IzLkZS','42860IjwNjE','numPausedBeforeReset','removeBreakpoint','attach','Debugger.removeBreakpoint','Debugger.paused','evaluateOnCallFrame','resetV8DebuggerIfThresholdMet','inspector','Debugger.setBreakpointByUrl','enable','471183mmByDn','Debugger.disable','33kbPQLg','66Dwbmlm','1453696JuyAbv','492212VzCzdf','constructor','setBreakpointByUrl','V8Inspector','onScriptParsed','breakpointId','Runtime.getProperties','Debugger.enable','useWellFormattedUrl','(((.+)+)+)+$','error','157890xPzCVY','Session','__esModule','search','disconnect'];a37_0x6fd7=function(){return _0x42ffe7;};return a37_0x6fd7();}Object[a37_0x11b8c7(0xf8)](exports,a37_0x11b8c7(0x11d),{'value':!![]}),exports[a37_0x11b8c7(0x113)]=void 0x0;const inspector=require(a37_0x11b8c7(0x108));class V8Inspector{constructor(_0x2c8621,_0xe6427c,_0x2a50c0,_0x561e20,_0x2ef590){const _0x380714=a37_0x11b8c7;this[_0x380714(0xf4)]=_0x2c8621,this[_0x380714(0x118)]=_0xe6427c,this[_0x380714(0xf1)]=_0x2a50c0,this[_0x380714(0x114)]=_0x561e20,this['onPaused']=_0x2ef590,this['session']=null,this[_0x380714(0xf3)]={},this[_0x380714(0xfc)]=null,this[_0x380714(0x101)]=0x0;}[a37_0x11b8c7(0xed)](){return this['useWellFormattedUrl'];}[a37_0x11b8c7(0x112)](_0x1bd238,_0x3b93eb=this[a37_0x11b8c7(0xfc)]!==null){const _0x4b6b34=a37_0x11b8c7;_0x3b93eb?this[_0x4b6b34(0x10a)](![]):this['attach']();const _0x54a6a0={};return this['session'][_0x4b6b34(0xec)](_0x4b6b34(0x109),_0x1bd238,(_0x2d753e,_0x1c0801)=>{const _0x59b147=_0x4b6b34;_0x2d753e?_0x54a6a0[_0x59b147(0x11a)]=_0x2d753e:this[_0x59b147(0xf3)][_0x1c0801[_0x59b147(0x115)]]=_0x1bd238,_0x54a6a0[_0x59b147(0xf9)]=_0x1c0801;}),_0x3b93eb&&(_0x54a6a0[_0x4b6b34(0xf9)]&&(this['prevStoreSetBreakpointParams'][_0x54a6a0[_0x4b6b34(0xf9)]['breakpointId']]=this[_0x4b6b34(0xf3)][_0x54a6a0[_0x4b6b34(0xf9)][_0x4b6b34(0x115)]]),this['disable'](![])),_0x54a6a0;}[a37_0x11b8c7(0x102)](_0x325fb5){const _0x178947=a37_0x11b8c7;this[_0x178947(0x103)]();const _0x21f4ec={};return this['session'][_0x178947(0xec)](_0x178947(0x104),{'breakpointId':_0x325fb5},_0x302c34=>{const _0x3a396b=_0x178947;if(_0x302c34)_0x21f4ec[_0x3a396b(0x11a)]=_0x302c34;delete this[_0x3a396b(0xf3)][_0x325fb5],Object[_0x3a396b(0xf5)](this['storeSetBreakpointParams'])['length']===0x0&&this[_0x3a396b(0x120)]();}),this['prevStoreSetBreakpointParams']!==null&&delete this[_0x178947(0xfc)][_0x325fb5],_0x21f4ec;}[a37_0x11b8c7(0x106)](_0x529972){const _0x42adb3=a37_0x11b8c7;this[_0x42adb3(0x103)]();const _0x514c81={};return this['session'][_0x42adb3(0xec)](_0x42adb3(0xf7),_0x529972,(_0x59197e,_0x41465c)=>{if(_0x59197e)_0x514c81['error']=_0x59197e;_0x514c81['response']=_0x41465c;}),_0x514c81;}[a37_0x11b8c7(0xf0)](_0x533336){const _0x554739=a37_0x11b8c7,_0x3aba14={};return this[_0x554739(0x103)](),this[_0x554739(0xfb)][_0x554739(0xec)](_0x554739(0x116),_0x533336,(_0x1eea18,_0x30583b)=>{const _0x3f193a=_0x554739;if(_0x1eea18)_0x3aba14[_0x3f193a(0x11a)]=_0x1eea18;_0x3aba14['response']=_0x30583b;}),_0x3aba14;}[a37_0x11b8c7(0x103)](){const _0x3eb19e=a37_0x11b8c7;if(this[_0x3eb19e(0xfb)])return;const _0x416ef1=new inspector[(_0x3eb19e(0x11c))]();_0x416ef1['connect'](),_0x416ef1['on'](_0x3eb19e(0xf6),_0xb10af7=>{const _0x1766a0=_0x3eb19e;this[_0x1766a0(0x114)](_0xb10af7[_0x1766a0(0xfa)]);}),_0x416ef1[_0x3eb19e(0xec)](_0x3eb19e(0x117)),_0x416ef1[_0x3eb19e(0xec)](_0x3eb19e(0xef),{'active':!![]}),_0x416ef1['on'](_0x3eb19e(0x105),_0x348119=>{const _0x164df1=_0x3eb19e;this['onPaused'](_0x348119[_0x164df1(0xfa)]),this['resetV8DebuggerIfThresholdMet']();}),this[_0x3eb19e(0xfb)]=_0x416ef1;}['enable'](_0x2a9c0a=!![]){const _0x423a35=a37_0x11b8c7;var _0x2fadbe;this['attach'](),(_0x2fadbe=this[_0x423a35(0xfb)])===null||_0x2fadbe===void 0x0?void 0x0:_0x2fadbe[_0x423a35(0xec)]('Debugger.enable');if(_0x2a9c0a){for(const _0x4ecc2f of Object['values'](this['prevStoreSetBreakpointParams'])){const _0x353916=this[_0x423a35(0x112)](_0x4ecc2f,![]);(_0x353916[_0x423a35(0x11a)]||!_0x353916[_0x423a35(0xf9)])&&this[_0x423a35(0xf4)][_0x423a35(0x11a)](_0x423a35(0xfe)+_0x353916);}this['prevStoreSetBreakpointParams']=null;}}[a37_0x11b8c7(0xfd)](_0x3a0789=!![]){const _0x2e8a3f=a37_0x11b8c7;if(!this[_0x2e8a3f(0xfb)])return;_0x3a0789&&(this['prevStoreSetBreakpointParams']=this[_0x2e8a3f(0xf3)]),this[_0x2e8a3f(0xfb)][_0x2e8a3f(0xec)](_0x2e8a3f(0x10c)),this['detach']();}[a37_0x11b8c7(0x120)](){const _0x1e84c0=a37_0x11b8c7;if(!this['session'])return;this[_0x1e84c0(0xfb)][_0x1e84c0(0x11f)](),this['session']=null,this[_0x1e84c0(0xf3)]={},this[_0x1e84c0(0x101)]=0x0;}[a37_0x11b8c7(0x107)](){const _0x2bd0e1=a37_0x11b8c7;if(!this['session'])return;this[_0x2bd0e1(0x101)]+=0x1;if(this[_0x2bd0e1(0x101)]<this[_0x2bd0e1(0xf1)])return;this[_0x2bd0e1(0x101)]=0x0,this[_0x2bd0e1(0xfd)](),this[_0x2bd0e1(0x10a)]();}}exports['V8Inspector']=V8Inspector;
@@ -1 +1 @@
1
- const a29_0x1d1ded=a29_0x3c43;(function(_0x6d4759,_0x16f0d2){const _0x1165a2=a29_0x3c43,_0x4edf5c=_0x6d4759();while(!![]){try{const _0x697678=parseInt(_0x1165a2(0x1bb))/0x1*(parseInt(_0x1165a2(0x1be))/0x2)+-parseInt(_0x1165a2(0x1bc))/0x3+-parseInt(_0x1165a2(0x1bf))/0x4*(-parseInt(_0x1165a2(0x1c7))/0x5)+parseInt(_0x1165a2(0x1b7))/0x6*(parseInt(_0x1165a2(0x1c2))/0x7)+-parseInt(_0x1165a2(0x1ba))/0x8*(-parseInt(_0x1165a2(0x1b3))/0x9)+parseInt(_0x1165a2(0x1c0))/0xa+-parseInt(_0x1165a2(0x1b2))/0xb;if(_0x697678===_0x16f0d2)break;else _0x4edf5c['push'](_0x4edf5c['shift']());}catch(_0x56e370){_0x4edf5c['push'](_0x4edf5c['shift']());}}}(a29_0x5750,0xcbed9));const a29_0x416ec4=(function(){let _0x4a36a2=!![];return function(_0x163990,_0x539bc0){const _0x5c1985=_0x4a36a2?function(){const _0x457349=a29_0x3c43;if(_0x539bc0){const _0x247b4f=_0x539bc0[_0x457349(0x1b8)](_0x163990,arguments);return _0x539bc0=null,_0x247b4f;}}:function(){};return _0x4a36a2=![],_0x5c1985;};}()),a29_0xd2310d=a29_0x416ec4(this,function(){const _0x9a4223=a29_0x3c43;return a29_0xd2310d[_0x9a4223(0x1b0)]()[_0x9a4223(0x1c4)](_0x9a4223(0x1c1))[_0x9a4223(0x1b0)]()[_0x9a4223(0x1c5)](a29_0xd2310d)[_0x9a4223(0x1c4)](_0x9a4223(0x1c1));});a29_0xd2310d();'use strict';Object[a29_0x1d1ded(0x1b5)](exports,'__esModule',{'value':!![]}),exports[a29_0x1d1ded(0x1b9)]=void 0x0;const common_1=require(a29_0x1d1ded(0x1c6));function a29_0x3c43(_0x14d04e,_0x9213b4){const _0x461c99=a29_0x5750();return a29_0x3c43=function(_0xd2310d,_0x416ec4){_0xd2310d=_0xd2310d-0x1b0;let _0x5750bd=_0x461c99[_0xd2310d];return _0x5750bd;},a29_0x3c43(_0x14d04e,_0x9213b4);}function a29_0x5750(){const _0x285b82=['502176mBOWqB','2192bbXhaI','958041zhlDzR','https://www.googleapis.com/auth/cloud_debugger','1368QcCFzY','36MhIMrM','14119950iaTIXS','(((.+)+)+)+$','454363TMukKp','https://','search','constructor','@google-cloud/common','759790LYUIDw','apiEndpoint','toString','name','42103853JneXhz','45aMnLXu','options','defineProperty','packageInfo','36NuLUcH','apply','Debug'];a29_0x5750=function(){return _0x285b82;};return a29_0x5750();}class Debug extends common_1['Service']{constructor(_0x22cbb6={},_0x10c990){const _0x5a762f=a29_0x1d1ded;if(new.target!==Debug)return new Debug(_0x22cbb6,_0x10c990);const _0x1f27a5={'projectIdRequired':![],'apiEndpoint':_0x22cbb6[_0x5a762f(0x1c8)],'baseUrl':_0x5a762f(0x1c3)+_0x22cbb6[_0x5a762f(0x1c8)],'scopes':[_0x5a762f(0x1bd)],'packageJson':_0x10c990};super(_0x1f27a5,_0x22cbb6),this[_0x5a762f(0x1b4)]=_0x22cbb6,this[_0x5a762f(0x1b6)]={'name':_0x10c990[_0x5a762f(0x1b1)],'version':_0x10c990['version']};}}exports[a29_0x1d1ded(0x1b9)]=Debug;
1
+ function a38_0x6b7a(){const _0x5e1d8e=['https://www.googleapis.com/auth/cloud_debugger','(((.+)+)+)+$','defineProperty','search','30058800wPdmwm','209UKrDIO','name','43212CNWWGr','apply','414UIkMqT','410njhcow','279690YUAVTb','7QPoRwF','apiEndpoint','18Owhwcw','Debug','4831740iwfSDa','113449wNPRoj','@google-cloud/common','1700752wohkyW','toString','42590gzHQkT'];a38_0x6b7a=function(){return _0x5e1d8e;};return a38_0x6b7a();}function a38_0x1c2f(_0x1838db,_0x48af78){const _0x3e815f=a38_0x6b7a();return a38_0x1c2f=function(_0xfe6a46,_0x178961){_0xfe6a46=_0xfe6a46-0x1cb;let _0x6b7aba=_0x3e815f[_0xfe6a46];return _0x6b7aba;},a38_0x1c2f(_0x1838db,_0x48af78);}const a38_0x108c30=a38_0x1c2f;(function(_0x35c19b,_0x2d2fff){const _0x2dd2ac=a38_0x1c2f,_0x929d8b=_0x35c19b();while(!![]){try{const _0x9b037c=-parseInt(_0x2dd2ac(0x1d7))/0x1*(parseInt(_0x2dd2ac(0x1e0))/0x2)+parseInt(_0x2dd2ac(0x1db))/0x3+parseInt(_0x2dd2ac(0x1d2))/0x4*(parseInt(_0x2dd2ac(0x1d5))/0x5)+parseInt(_0x2dd2ac(0x1d4))/0x6*(parseInt(_0x2dd2ac(0x1dc))/0x7)+parseInt(_0x2dd2ac(0x1de))/0x8*(parseInt(_0x2dd2ac(0x1d9))/0x9)+parseInt(_0x2dd2ac(0x1d6))/0xa*(-parseInt(_0x2dd2ac(0x1d0))/0xb)+-parseInt(_0x2dd2ac(0x1cf))/0xc;if(_0x9b037c===_0x2d2fff)break;else _0x929d8b['push'](_0x929d8b['shift']());}catch(_0x1de6f2){_0x929d8b['push'](_0x929d8b['shift']());}}}(a38_0x6b7a,0xd09f9));const a38_0x178961=(function(){let _0x237d3c=!![];return function(_0x19fdf0,_0x36cd83){const _0x16d8c1=_0x237d3c?function(){const _0x4b63bb=a38_0x1c2f;if(_0x36cd83){const _0x1bf04d=_0x36cd83[_0x4b63bb(0x1d3)](_0x19fdf0,arguments);return _0x36cd83=null,_0x1bf04d;}}:function(){};return _0x237d3c=![],_0x16d8c1;};}()),a38_0xfe6a46=a38_0x178961(this,function(){const _0x1d97be=a38_0x1c2f;return a38_0xfe6a46['toString']()[_0x1d97be(0x1ce)](_0x1d97be(0x1cc))[_0x1d97be(0x1df)]()['constructor'](a38_0xfe6a46)['search'](_0x1d97be(0x1cc));});a38_0xfe6a46();'use strict';Object[a38_0x108c30(0x1cd)](exports,'__esModule',{'value':!![]}),exports[a38_0x108c30(0x1da)]=void 0x0;const common_1=require(a38_0x108c30(0x1dd));class Debug extends common_1['Service']{constructor(_0x1e73fe={},_0x227855){const _0x43719f=a38_0x108c30;if(new.target!==Debug)return new Debug(_0x1e73fe,_0x227855);const _0x41e494={'projectIdRequired':![],'apiEndpoint':_0x1e73fe['apiEndpoint'],'baseUrl':'https://'+_0x1e73fe[_0x43719f(0x1d8)],'scopes':[_0x43719f(0x1cb)],'packageJson':_0x227855};super(_0x41e494,_0x1e73fe),this['options']=_0x1e73fe,this['packageInfo']={'name':_0x227855[_0x43719f(0x1d1)],'version':_0x227855['version']};}}exports[a38_0x108c30(0x1da)]=Debug;
@@ -1 +1 @@
1
- const a30_0x3792d9=a30_0x5a97;function a30_0x5a97(_0x506135,_0x2c2db3){const _0x3d86d9=a30_0x207f();return a30_0x5a97=function(_0x52789b,_0x1bccf1){_0x52789b=_0x52789b-0xee;let _0x207f57=_0x3d86d9[_0x52789b];return _0x207f57;},a30_0x5a97(_0x506135,_0x2c2db3);}(function(_0x3da5b0,_0x1c8797){const _0x4731c1=a30_0x5a97,_0x1a7ad5=_0x3da5b0();while(!![]){try{const _0x17e742=parseInt(_0x4731c1(0x109))/0x1*(-parseInt(_0x4731c1(0xf8))/0x2)+parseInt(_0x4731c1(0x104))/0x3*(-parseInt(_0x4731c1(0x108))/0x4)+parseInt(_0x4731c1(0x106))/0x5+-parseInt(_0x4731c1(0xf7))/0x6*(parseInt(_0x4731c1(0xfa))/0x7)+-parseInt(_0x4731c1(0xf5))/0x8*(-parseInt(_0x4731c1(0x10a))/0x9)+-parseInt(_0x4731c1(0xf0))/0xa*(parseInt(_0x4731c1(0x103))/0xb)+parseInt(_0x4731c1(0xfd))/0xc;if(_0x17e742===_0x1c8797)break;else _0x1a7ad5['push'](_0x1a7ad5['shift']());}catch(_0x1c9df4){_0x1a7ad5['push'](_0x1a7ad5['shift']());}}}(a30_0x207f,0x865d0));const a30_0x1bccf1=(function(){let _0xa250f9=!![];return function(_0x317249,_0x36e527){const _0x4927e1=_0xa250f9?function(){const _0x36abfd=a30_0x5a97;if(_0x36e527){const _0x477e38=_0x36e527[_0x36abfd(0xf9)](_0x317249,arguments);return _0x36e527=null,_0x477e38;}}:function(){};return _0xa250f9=![],_0x4927e1;};}()),a30_0x52789b=a30_0x1bccf1(this,function(){const _0x456075=a30_0x5a97;return a30_0x52789b[_0x456075(0xfc)]()[_0x456075(0xf3)](_0x456075(0xee))[_0x456075(0xfc)]()['constructor'](a30_0x52789b)['search'](_0x456075(0xee));});a30_0x52789b();'use strict';Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[a30_0x3792d9(0xf6)]=void 0x0;function a30_0x207f(){const _0x1080be=['18iYoJnA','apply','4517548cApDRK','UNSPECIFIED','toString','5530584alzICA','VARIABLE_VALUE','BREAKPOINT_EXPRESSION','BREAKPOINT_CONDITION','BREAKPOINT_AGE','isAccepted','11sefpTK','145473ISMCPS','isError','4223815cMHUcc','VARIABLE_NAME','12XBXlGu','25697uQQvca','1399608YAREOy','(((.+)+)+)+$','errorId','442070bazXRs','BREAKPOINT_SOURCE_LOCATION','description','search','refersTo','16SAjExI','StatusMessage','6xyXxFJ'];a30_0x207f=function(){return _0x1080be;};return a30_0x207f();}class StatusMessage{constructor(_0x86b29e,_0x5a7e6c,_0x2e2e95,_0x3728c7=![]){const _0x531e0c=a30_0x3792d9,{description:_0x445fd2,id:_0x346c00}=_0x5a7e6c||{};this[_0x531e0c(0xf4)]=_0x86b29e,this[_0x531e0c(0xf2)]={'format':_0x445fd2||''},_0x346c00&&(this['description'][_0x531e0c(0xef)]=_0x346c00),this[_0x531e0c(0x105)]=_0x2e2e95,this[_0x531e0c(0x102)]=_0x3728c7;}}exports[a30_0x3792d9(0xf6)]=StatusMessage,StatusMessage['UNSPECIFIED']=a30_0x3792d9(0xfb),StatusMessage[a30_0x3792d9(0xf1)]='BREAKPOINT_SOURCE_LOCATION',StatusMessage[a30_0x3792d9(0x100)]=a30_0x3792d9(0x100),StatusMessage[a30_0x3792d9(0xff)]='BREAKPOINT_EXPRESSION',StatusMessage[a30_0x3792d9(0x107)]='VARIABLE_NAME',StatusMessage['VARIABLE_VALUE']=a30_0x3792d9(0xfe),StatusMessage[a30_0x3792d9(0x101)]=a30_0x3792d9(0x101);
1
+ const a39_0x1d3e6e=a39_0x23ee;function a39_0x23ee(_0x7b46b2,_0x24f363){const _0x225c4d=a39_0x3c5f();return a39_0x23ee=function(_0x229fcf,_0x1d7b37){_0x229fcf=_0x229fcf-0x1d7;let _0x3c5f04=_0x225c4d[_0x229fcf];return _0x3c5f04;},a39_0x23ee(_0x7b46b2,_0x24f363);}(function(_0x433249,_0x2d000c){const _0x348d94=a39_0x23ee,_0x61739f=_0x433249();while(!![]){try{const _0x5a1d08=parseInt(_0x348d94(0x1e5))/0x1*(-parseInt(_0x348d94(0x1e7))/0x2)+parseInt(_0x348d94(0x1e1))/0x3+-parseInt(_0x348d94(0x1da))/0x4+parseInt(_0x348d94(0x1e4))/0x5*(parseInt(_0x348d94(0x1d9))/0x6)+parseInt(_0x348d94(0x1e2))/0x7+-parseInt(_0x348d94(0x1eb))/0x8+parseInt(_0x348d94(0x1dd))/0x9;if(_0x5a1d08===_0x2d000c)break;else _0x61739f['push'](_0x61739f['shift']());}catch(_0x14978e){_0x61739f['push'](_0x61739f['shift']());}}}(a39_0x3c5f,0xb123e));function a39_0x3c5f(){const _0x418aa9=['BREAKPOINT_EXPRESSION','refersTo','errorId','2100666QUJiuL','3119712QzFPNP','isError','UNSPECIFIED','779823VgLGzK','VARIABLE_NAME','BREAKPOINT_CONDITION','(((.+)+)+)+$','1683867MBimvF','6925051yxxzTK','VARIABLE_VALUE','20hwIVff','7148ShcgmR','search','200BALoZT','defineProperty','apply','StatusMessage','6539032CTYmay','BREAKPOINT_SOURCE_LOCATION','constructor','BREAKPOINT_AGE','toString','isAccepted'];a39_0x3c5f=function(){return _0x418aa9;};return a39_0x3c5f();}const a39_0x1d7b37=(function(){let _0x1e5e41=!![];return function(_0x31501f,_0x402f47){const _0x2a0a67=_0x1e5e41?function(){const _0x1319ec=a39_0x23ee;if(_0x402f47){const _0x2ddfc=_0x402f47[_0x1319ec(0x1e9)](_0x31501f,arguments);return _0x402f47=null,_0x2ddfc;}}:function(){};return _0x1e5e41=![],_0x2a0a67;};}()),a39_0x229fcf=a39_0x1d7b37(this,function(){const _0x18323e=a39_0x23ee;return a39_0x229fcf[_0x18323e(0x1ef)]()['search'](_0x18323e(0x1e0))['toString']()[_0x18323e(0x1ed)](a39_0x229fcf)[_0x18323e(0x1e6)]('(((.+)+)+)+$');});a39_0x229fcf();'use strict';Object[a39_0x1d3e6e(0x1e8)](exports,'__esModule',{'value':!![]}),exports[a39_0x1d3e6e(0x1ea)]=void 0x0;class StatusMessage{constructor(_0x145194,_0x5756bc,_0x55f1e7,_0x595b99=![]){const _0x3ef2e1=a39_0x1d3e6e,{description:_0x4ef3b3,id:_0x4295cc}=_0x5756bc||{};this[_0x3ef2e1(0x1d7)]=_0x145194,this['description']={'format':_0x4ef3b3||''},_0x4295cc&&(this['description'][_0x3ef2e1(0x1d8)]=_0x4295cc),this[_0x3ef2e1(0x1db)]=_0x55f1e7,this[_0x3ef2e1(0x1f0)]=_0x595b99;}}exports[a39_0x1d3e6e(0x1ea)]=StatusMessage,StatusMessage[a39_0x1d3e6e(0x1dc)]=a39_0x1d3e6e(0x1dc),StatusMessage[a39_0x1d3e6e(0x1ec)]='BREAKPOINT_SOURCE_LOCATION',StatusMessage[a39_0x1d3e6e(0x1df)]=a39_0x1d3e6e(0x1df),StatusMessage[a39_0x1d3e6e(0x1f1)]=a39_0x1d3e6e(0x1f1),StatusMessage[a39_0x1d3e6e(0x1de)]='VARIABLE_NAME',StatusMessage[a39_0x1d3e6e(0x1e3)]=a39_0x1d3e6e(0x1e3),StatusMessage[a39_0x1d3e6e(0x1ee)]=a39_0x1d3e6e(0x1ee);
@@ -1 +1 @@
1
- var a31_0x35d0d2=a31_0x2162;(function(_0xdee0b8,_0x5afdf2){var _0x335019=a31_0x2162,_0x34c002=_0xdee0b8();while(!![]){try{var _0x12ffc0=parseInt(_0x335019(0xeb))/0x1+parseInt(_0x335019(0xed))/0x2+parseInt(_0x335019(0xea))/0x3*(parseInt(_0x335019(0xee))/0x4)+parseInt(_0x335019(0xec))/0x5+-parseInt(_0x335019(0xf1))/0x6+parseInt(_0x335019(0xe2))/0x7+-parseInt(_0x335019(0xd2))/0x8;if(_0x12ffc0===_0x5afdf2)break;else _0x34c002['push'](_0x34c002['shift']());}catch(_0x28887a){_0x34c002['push'](_0x34c002['shift']());}}}(a31_0xa4ee,0xa414e));var a31_0x56ad5f=(function(){var _0x26b4ed=!![];return function(_0x88791,_0x14393f){var _0x141e24=_0x26b4ed?function(){if(_0x14393f){var _0x33cc85=_0x14393f['apply'](_0x88791,arguments);return _0x14393f=null,_0x33cc85;}}:function(){};return _0x26b4ed=![],_0x141e24;};}()),a31_0x4582f1=a31_0x56ad5f(this,function(){var _0xcb7157=a31_0x2162;return a31_0x4582f1[_0xcb7157(0xd4)]()[_0xcb7157(0xde)](_0xcb7157(0xdc))[_0xcb7157(0xd4)]()[_0xcb7157(0xf0)](a31_0x4582f1)['search'](_0xcb7157(0xdc));});function a31_0x2162(_0x181bfd,_0x194e81){var _0x1df7a1=a31_0xa4ee();return a31_0x2162=function(_0x4582f1,_0x56ad5f){_0x4582f1=_0x4582f1-0xd2;var _0xa4ee1f=_0x1df7a1[_0x4582f1];return _0xa4ee1f;},a31_0x2162(_0x181bfd,_0x194e81);}a31_0x4582f1();'use strict';Object[a31_0x35d0d2(0xd9)](exports,'__esModule',{'value':!![]}),exports[a31_0x35d0d2(0xe8)]=void 0x0;function a31_0xa4ee(){var _0x1feb00=['149460cyvhnD','3393420gMsrDK','2537644yDxXHS','4gNNyKw','isInK8s','constructor','5308242YtjDxq','6194848RuekNF','runtimeEnvironmentInfo','toString','labels','systemTotalMemoryBytes','host','osVersion','defineProperty','Node.js','procArch','(((.+)+)+)+$','statusMessage','search','sourceContexts','uniquifier','isInDocker','917364POFvlJ','agentVersion','runtimeEnvironment','agentOS','linuxDistroName','cpuCoreCount','Debuggee','pid','309369UWypwL'];a31_0xa4ee=function(){return _0x1feb00;};return a31_0xa4ee();}class Debuggee{constructor(_0x5ea83f){var _0x263bd6=a31_0x35d0d2;this[_0x263bd6(0xe4)]=_0x263bd6(0xda);if(!(this instanceof Debuggee))return new Debuggee(_0x5ea83f);_0x5ea83f=_0x5ea83f||{};if(typeof _0x5ea83f[_0x263bd6(0xe0)]!=='string')throw new Error('properties.uniquifier\x20must\x20be\x20a\x20string');this[_0x263bd6(0xe0)]=_0x5ea83f[_0x263bd6(0xe0)],this[_0x263bd6(0xe3)]=_0x5ea83f[_0x263bd6(0xe3)],_0x5ea83f[_0x263bd6(0xd5)]&&(this[_0x263bd6(0xd5)]=_0x5ea83f['labels']),_0x5ea83f['sourceContexts']&&(this[_0x263bd6(0xdf)]=_0x5ea83f['sourceContexts']),_0x5ea83f['statusMessage']&&(this[_0x263bd6(0xdd)]=_0x5ea83f[_0x263bd6(0xdd)]),this[_0x263bd6(0xd7)]=_0x5ea83f[_0x263bd6(0xd7)],this[_0x263bd6(0xe9)]=_0x5ea83f[_0x263bd6(0xe9)],this['cpuCoreCount']=_0x5ea83f[_0x263bd6(0xe7)],this['systemTotalMemoryBytes']=_0x5ea83f[_0x263bd6(0xd6)],this['agentOS']=_0x5ea83f[_0x263bd6(0xe5)],this[_0x263bd6(0xd8)]=_0x5ea83f['osVersion'],this['runtimeEnvironmentVersion']=_0x5ea83f['runtimeEnvironmentVersion'],this[_0x263bd6(0xd3)]=_0x5ea83f[_0x263bd6(0xd3)],this[_0x263bd6(0xe6)]=_0x5ea83f[_0x263bd6(0xe6)],this['isInDocker']=_0x5ea83f[_0x263bd6(0xe1)],this[_0x263bd6(0xef)]=_0x5ea83f['isInK8s'],this[_0x263bd6(0xdb)]=_0x5ea83f[_0x263bd6(0xdb)];}}exports[a31_0x35d0d2(0xe8)]=Debuggee;
1
+ var a40_0x31c990=a40_0x595b;(function(_0x46092f,_0x1f35bd){var _0x51ba57=a40_0x595b,_0x4bc21b=_0x46092f();while(!![]){try{var _0x299016=parseInt(_0x51ba57(0xbd))/0x1+-parseInt(_0x51ba57(0xcb))/0x2+parseInt(_0x51ba57(0xc7))/0x3*(parseInt(_0x51ba57(0xc8))/0x4)+parseInt(_0x51ba57(0xba))/0x5*(parseInt(_0x51ba57(0xae))/0x6)+parseInt(_0x51ba57(0xb8))/0x7+-parseInt(_0x51ba57(0xc0))/0x8*(parseInt(_0x51ba57(0xc5))/0x9)+parseInt(_0x51ba57(0xb3))/0xa;if(_0x299016===_0x1f35bd)break;else _0x4bc21b['push'](_0x4bc21b['shift']());}catch(_0x3f6013){_0x4bc21b['push'](_0x4bc21b['shift']());}}}(a40_0x4f8d,0xa9f2b));var a40_0xbcf54b=(function(){var _0x5b0046=!![];return function(_0x400292,_0x13899f){var _0x26a406=_0x5b0046?function(){var _0x576ed8=a40_0x595b;if(_0x13899f){var _0x383371=_0x13899f[_0x576ed8(0xbe)](_0x400292,arguments);return _0x13899f=null,_0x383371;}}:function(){};return _0x5b0046=![],_0x26a406;};}()),a40_0x72038f=a40_0xbcf54b(this,function(){var _0x23e5b1=a40_0x595b;return a40_0x72038f[_0x23e5b1(0xab)]()['search'](_0x23e5b1(0xac))[_0x23e5b1(0xab)]()[_0x23e5b1(0xb9)](a40_0x72038f)[_0x23e5b1(0xb2)](_0x23e5b1(0xac));});a40_0x72038f();function a40_0x595b(_0x2ead61,_0x111447){var _0x54df14=a40_0x4f8d();return a40_0x595b=function(_0x72038f,_0xbcf54b){_0x72038f=_0x72038f-0xab;var _0x4f8d1b=_0x54df14[_0x72038f];return _0x4f8d1b;},a40_0x595b(_0x2ead61,_0x111447);}'use strict';Object['defineProperty'](exports,a40_0x31c990(0xc1),{'value':!![]}),exports['Debuggee']=void 0x0;class Debuggee{constructor(_0x4c9a25){var _0x4751c9=a40_0x31c990;this[_0x4751c9(0xb0)]='Node.js';if(!(this instanceof Debuggee))return new Debuggee(_0x4c9a25);_0x4c9a25=_0x4c9a25||{};if(typeof _0x4c9a25[_0x4751c9(0xca)]!==_0x4751c9(0xc2))throw new Error(_0x4751c9(0xb6));this[_0x4751c9(0xca)]=_0x4c9a25[_0x4751c9(0xca)],this[_0x4751c9(0xbb)]=_0x4c9a25['agentVersion'],_0x4c9a25[_0x4751c9(0xad)]&&(this[_0x4751c9(0xad)]=_0x4c9a25[_0x4751c9(0xad)]),_0x4c9a25[_0x4751c9(0xb4)]&&(this[_0x4751c9(0xb4)]=_0x4c9a25['sourceContexts']),_0x4c9a25[_0x4751c9(0xc4)]&&(this['statusMessage']=_0x4c9a25[_0x4751c9(0xc4)]),this['host']=_0x4c9a25[_0x4751c9(0xc6)],this['pid']=_0x4c9a25['pid'],this['cpuCoreCount']=_0x4c9a25[_0x4751c9(0xb5)],this[_0x4751c9(0xaf)]=_0x4c9a25[_0x4751c9(0xaf)],this['agentOS']=_0x4c9a25['agentOS'],this[_0x4751c9(0xc3)]=_0x4c9a25['osVersion'],this[_0x4751c9(0xbc)]=_0x4c9a25[_0x4751c9(0xbc)],this[_0x4751c9(0xcc)]=_0x4c9a25['runtimeEnvironmentInfo'],this[_0x4751c9(0xb1)]=_0x4c9a25[_0x4751c9(0xb1)],this[_0x4751c9(0xb7)]=_0x4c9a25[_0x4751c9(0xb7)],this[_0x4751c9(0xc9)]=_0x4c9a25['isInK8s'],this[_0x4751c9(0xbf)]=_0x4c9a25[_0x4751c9(0xbf)];}}exports['Debuggee']=Debuggee;function a40_0x4f8d(){var _0x57ba46=['labels','102558ycjFdr','systemTotalMemoryBytes','runtimeEnvironment','linuxDistroName','search','18856170fgCXFq','sourceContexts','cpuCoreCount','properties.uniquifier\x20must\x20be\x20a\x20string','isInDocker','717892XHeyLb','constructor','75arcEOn','agentVersion','runtimeEnvironmentVersion','380001plVhJJ','apply','procArch','232UcehSz','__esModule','string','osVersion','statusMessage','409392RULalT','host','42ynpBrY','194192YRjFdF','isInK8s','uniquifier','2577964UnyRdi','runtimeEnvironmentInfo','toString','(((.+)+)+)+$'];a40_0x4f8d=function(){return _0x57ba46;};return a40_0x4f8d();}
package/build/src/gcp.js CHANGED
@@ -1 +1 @@
1
- const a32_0x503907=a32_0x1ee5;(function(_0x567341,_0xe4a1ee){const _0x16d5fd=a32_0x1ee5,_0x22f266=_0x567341();while(!![]){try{const _0x1d17f5=parseInt(_0x16d5fd(0x1b4))/0x1+-parseInt(_0x16d5fd(0x1a7))/0x2+parseInt(_0x16d5fd(0x1a1))/0x3*(-parseInt(_0x16d5fd(0x1b1))/0x4)+parseInt(_0x16d5fd(0x1b2))/0x5+-parseInt(_0x16d5fd(0x1b3))/0x6+parseInt(_0x16d5fd(0x19f))/0x7*(-parseInt(_0x16d5fd(0x1b5))/0x8)+parseInt(_0x16d5fd(0x1a3))/0x9;if(_0x1d17f5===_0xe4a1ee)break;else _0x22f266['push'](_0x22f266['shift']());}catch(_0x333ba6){_0x22f266['push'](_0x22f266['shift']());}}}(a32_0x6e09,0xd344b));const a32_0x1483bc=(function(){let _0x403ab9=!![];return function(_0x57345c,_0x464beb){const _0x2ffcca=_0x403ab9?function(){if(_0x464beb){const _0x46220c=_0x464beb['apply'](_0x57345c,arguments);return _0x464beb=null,_0x46220c;}}:function(){};return _0x403ab9=![],_0x2ffcca;};}()),a32_0x4ce204=a32_0x1483bc(this,function(){const _0x4af7c7=a32_0x1ee5;return a32_0x4ce204[_0x4af7c7(0x1ad)]()['search']('(((.+)+)+)+$')[_0x4af7c7(0x1ad)]()[_0x4af7c7(0x1a2)](a32_0x4ce204)[_0x4af7c7(0x19c)](_0x4af7c7(0x1a4));});a32_0x4ce204();'use strict';Object[a32_0x503907(0x1a5)](exports,a32_0x503907(0x1aa),{'value':!![]}),exports[a32_0x503907(0x19e)]=void 0x0;const lightrun=require(a32_0x503907(0x1a8)),DEFAULT_API_ENDPOINT=a32_0x503907(0x1b0),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function wrap(_0x4fd1a3,_0x6ea27,_0x511827){return async(..._0x291f00)=>{const _0x2c5c5b=a32_0x1ee5,_0x33fb32=new LightrunGcpWrapper(_0x511827,..._0x291f00);return _0x33fb32[_0x2c5c5b(0x1ac)](_0x4fd1a3,_0x6ea27);};}function a32_0x1ee5(_0x33fb6f,_0x30e349){const _0x1ad101=a32_0x6e09();return a32_0x1ee5=function(_0x4ce204,_0x1483bc){_0x4ce204=_0x4ce204-0x19b;let _0x6e09ad=_0x1ad101[_0x4ce204];return _0x6e09ad;},a32_0x1ee5(_0x33fb6f,_0x30e349);}exports[a32_0x503907(0x19e)]=wrap;class LightrunGcpWrapper{constructor(_0xa07b05,..._0x2213bf){const _0x4eb393=a32_0x503907;var _0x432c35;this['callbackIndex']=_0xa07b05,this['isCallbackWrapperInvoked']=![],this['callbackParams']=[],this['callback']=null,this[_0x4eb393(0x1ab)]=_0x2213bf,this['callbackIndex']&&this[_0x4eb393(0x1a9)]<((_0x432c35=this[_0x4eb393(0x1ab)])===null||_0x432c35===void 0x0?void 0x0:_0x432c35[_0x4eb393(0x1ae)])&&(this['callback']=this[_0x4eb393(0x1ab)][this[_0x4eb393(0x1a9)]],this[_0x4eb393(0x1ab)][this[_0x4eb393(0x1a9)]]=this[_0x4eb393(0x1b6)]['bind'](this));}async[a32_0x503907(0x1ac)](_0x2b186f,_0x314f7d={}){const _0x10272d=a32_0x503907;this[_0x10272d(0x1af)]=![],await lightrun[_0x10272d(0x1a6)]({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x314f7d,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x2b186f(...this['functionParams']);}finally{await lightrun[_0x10272d(0x19b)](),this[_0x10272d(0x1af)]&&this[_0x10272d(0x1a0)]&&this[_0x10272d(0x1a0)](...this[_0x10272d(0x19d)]);}}['callbackWrapper'](..._0x234cd7){const _0x341a98=a32_0x503907;this[_0x341a98(0x19d)]=_0x234cd7,this[_0x341a98(0x1af)]=!![];}}function a32_0x6e09(){const _0xc17751=['length','isCallbackWrapperInvoked','app.lightrun.com','16oPNiGS','1890450TaGeLO','4400988mqPqym','966640QnBNTf','8JdAmKX','callbackWrapper','stop','search','callbackParams','wrap','4881926uxjSGe','callback','228669SIoRVV','constructor','25086969QOzHfA','(((.+)+)+)+$','defineProperty','asyncStart','3062016endOOi','./index','callbackIndex','__esModule','functionParams','run','toString'];a32_0x6e09=function(){return _0xc17751;};return a32_0x6e09();}
1
+ const a41_0x3d8c0d=a41_0x4523;(function(_0x4cc72d,_0x2b181a){const _0x152416=a41_0x4523,_0x1a62c1=_0x4cc72d();while(!![]){try{const _0x5ff9cf=parseInt(_0x152416(0x1b2))/0x1+parseInt(_0x152416(0x1a7))/0x2*(parseInt(_0x152416(0x1a4))/0x3)+parseInt(_0x152416(0x1bd))/0x4*(-parseInt(_0x152416(0x1a6))/0x5)+parseInt(_0x152416(0x1be))/0x6+parseInt(_0x152416(0x1af))/0x7*(-parseInt(_0x152416(0x1b6))/0x8)+-parseInt(_0x152416(0x1c0))/0x9+-parseInt(_0x152416(0x1aa))/0xa*(parseInt(_0x152416(0x1b1))/0xb);if(_0x5ff9cf===_0x2b181a)break;else _0x1a62c1['push'](_0x1a62c1['shift']());}catch(_0x59cdb5){_0x1a62c1['push'](_0x1a62c1['shift']());}}}(a41_0x45f7,0x4b1d7));function a41_0x4523(_0x260b28,_0x30e439){const _0x8fa646=a41_0x45f7();return a41_0x4523=function(_0x5e63e1,_0xa9d0c){_0x5e63e1=_0x5e63e1-0x1a4;let _0x45f74f=_0x8fa646[_0x5e63e1];return _0x45f74f;},a41_0x4523(_0x260b28,_0x30e439);}function a41_0x45f7(){const _0x2d4277=['824pIUkIp','app.lightrun.com','run','260rHCqnf','__esModule','callbackIndex','length','callback','10605jeOyTL','constructor','124179DUarNU','288194nXSZuf','(((.+)+)+)+$','stop','toString','296PXUqTD','./index','callbackParams','functionParams','isCallbackWrapperInvoked','bind','wrap','8SGyfMi','2678478OxJfFg','callbackWrapper','1310247VVMAYM','3387kiTgsD','defineProperty','992330AAvSSP'];a41_0x45f7=function(){return _0x2d4277;};return a41_0x45f7();}const a41_0xa9d0c=(function(){let _0x56aed5=!![];return function(_0xa083e3,_0x193410){const _0x3bd7c9=_0x56aed5?function(){if(_0x193410){const _0x5c7745=_0x193410['apply'](_0xa083e3,arguments);return _0x193410=null,_0x5c7745;}}:function(){};return _0x56aed5=![],_0x3bd7c9;};}()),a41_0x5e63e1=a41_0xa9d0c(this,function(){const _0x5c43c5=a41_0x4523;return a41_0x5e63e1[_0x5c43c5(0x1b5)]()['search'](_0x5c43c5(0x1b3))['toString']()[_0x5c43c5(0x1b0)](a41_0x5e63e1)['search'](_0x5c43c5(0x1b3));});a41_0x5e63e1();'use strict';Object[a41_0x3d8c0d(0x1a5)](exports,a41_0x3d8c0d(0x1ab),{'value':!![]}),exports[a41_0x3d8c0d(0x1bc)]=void 0x0;const lightrun=require(a41_0x3d8c0d(0x1b7)),DEFAULT_API_ENDPOINT=a41_0x3d8c0d(0x1a8),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function wrap(_0x56f07e,_0x3f98a8,_0x106eef){return async(..._0xa02115)=>{const _0x11a9a3=a41_0x4523,_0x51921f=new LightrunGcpWrapper(_0x106eef,..._0xa02115);return _0x51921f[_0x11a9a3(0x1a9)](_0x56f07e,_0x3f98a8);};}exports[a41_0x3d8c0d(0x1bc)]=wrap;class LightrunGcpWrapper{constructor(_0x30bf5c,..._0x482f7b){const _0x19c979=a41_0x3d8c0d;var _0x3c5be9;this[_0x19c979(0x1ac)]=_0x30bf5c,this[_0x19c979(0x1ba)]=![],this[_0x19c979(0x1b8)]=[],this[_0x19c979(0x1ae)]=null,this[_0x19c979(0x1b9)]=_0x482f7b,this['callbackIndex']&&this[_0x19c979(0x1ac)]<((_0x3c5be9=this[_0x19c979(0x1b9)])===null||_0x3c5be9===void 0x0?void 0x0:_0x3c5be9[_0x19c979(0x1ad)])&&(this[_0x19c979(0x1ae)]=this[_0x19c979(0x1b9)][this[_0x19c979(0x1ac)]],this['functionParams'][this[_0x19c979(0x1ac)]]=this[_0x19c979(0x1bf)][_0x19c979(0x1bb)](this));}async['run'](_0x1c984e,_0x27fc8f={}){const _0x5f5725=a41_0x3d8c0d;this[_0x5f5725(0x1ba)]=![],await lightrun['asyncStart']({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x27fc8f,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x1c984e(...this['functionParams']);}finally{await lightrun[_0x5f5725(0x1b4)](),this[_0x5f5725(0x1ba)]&&this[_0x5f5725(0x1ae)]&&this[_0x5f5725(0x1ae)](...this['callbackParams']);}}[a41_0x3d8c0d(0x1bf)](..._0x1348c0){this['callbackParams']=_0x1348c0,this['isCallbackWrapperInvoked']=!![];}}