lightrun 1.23.0 → 1.25.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_0x2633a4=a26_0x5312;(function(_0x142939,_0x6f80c1){const _0x413e81=a26_0x5312,_0x1550da=_0x142939();while(!![]){try{const _0x2ee7f5=-parseInt(_0x413e81(0x221))/0x1*(parseInt(_0x413e81(0x24d))/0x2)+-parseInt(_0x413e81(0x1dc))/0x3*(-parseInt(_0x413e81(0x23e))/0x4)+-parseInt(_0x413e81(0x25f))/0x5+parseInt(_0x413e81(0x1bc))/0x6*(parseInt(_0x413e81(0x243))/0x7)+parseInt(_0x413e81(0x20d))/0x8+parseInt(_0x413e81(0x1e5))/0x9*(parseInt(_0x413e81(0x20c))/0xa)+parseInt(_0x413e81(0x1d4))/0xb*(-parseInt(_0x413e81(0x25b))/0xc);if(_0x2ee7f5===_0x6f80c1)break;else _0x1550da['push'](_0x1550da['shift']());}catch(_0x26519d){_0x1550da['push'](_0x1550da['shift']());}}}(a26_0x5606,0x98413));function a26_0x5312(_0x219849,_0x11a10e){const _0x3246e6=a26_0x5606();return a26_0x5312=function(_0x8c016e,_0x2301bf){_0x8c016e=_0x8c016e-0x1b6;let _0x560627=_0x3246e6[_0x8c016e];return _0x560627;},a26_0x5312(_0x219849,_0x11a10e);}const a26_0x2301bf=(function(){let _0xacf4de=!![];return function(_0x22b1a3,_0x5b648b){const _0x1ee30d=_0xacf4de?function(){const _0x415f01=a26_0x5312;if(_0x5b648b){const _0x3eed3c=_0x5b648b[_0x415f01(0x216)](_0x22b1a3,arguments);return _0x5b648b=null,_0x3eed3c;}}:function(){};return _0xacf4de=![],_0x1ee30d;};}()),a26_0x8c016e=a26_0x2301bf(this,function(){const _0x1410e=a26_0x5312;return a26_0x8c016e[_0x1410e(0x1c9)]()[_0x1410e(0x22c)](_0x1410e(0x1da))[_0x1410e(0x1c9)]()[_0x1410e(0x25c)](a26_0x8c016e)[_0x1410e(0x22c)](_0x1410e(0x1da));});a26_0x8c016e();'use strict';function a26_0x5606(){const _0xb3e7bf=['fileIndex','bind','mappingInfo','setBreakpointByUrl\x20error:\x20','logger','condition\x20','captureBreakpointData','value','map','isJavaScriptFile','description','push','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','getBreakpointCompiler','applyConditionQuota','handleDebugPausedEvent','numBreakpoints','normalize','__esModule','concat','2703110oDHkNj','8594208bHyCtR','StatusMessage','detach','Failed\x20to\x20evaluate\x20condition\x20','replace','quotaManager','maxHitCount','cleanupAsyncCallStackInterval','ERROR_EVALUATING_CONDITION','apply','numListeners_','keys','sourcemapper','blocklistManager','CAPTURE_BREAKPOINT_DATA','win32','enabled','SYNTAX_ERROR_IN_CONDITION','../state/inspector-state','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','1367HTNDTi','remainingHits','forEach','../util/utils','setBlocklistManager','../util/validator.js','version','location','\x20<<','pipingStatus','evaluate','search','log','file:///','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','response','v8Inspector','message','parse','InspectorDebugApi','path','applyDynamicLogsCPUQuota','.\x20Loaded\x20script\x20contained\x20','apiBreakpoint','INVALID_LINE_NUMBER','BREAKPOINT_PATH_BLOCKED','changeToNS','BreakpointData','substring','341972LuYXzu','debug','isFileIndexed','capture\x20time:\x20','lines','28973hNLxXc','file','expressionsEvalTimeoutMillis','setInternal','resetV8DebuggerThreshold','breakpointMapper','column','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','evaluatedExpressions','scriptId','1262EFoCkg','needsRecoveryTime','breakpoints','Unable\x20to\x20compile\x20condition\x20>>\x20','MODULE_WRAP_PREFIX_LENGTH','DummyBlocklistManager','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','formatInterval','\x20deployed\x20source.','V8_BREAKPOINT_CLEAR_ERROR','locationStr','parsedCondition','warn','undefined','612WGBwKf','constructor','>>>breakpoint\x20hit<<<\x20number:\x20','condition','1591435UmQTQO','variableTable','./debugapi','wait','BREAKPOINT_SOURCE_LOCATION','stackFrames','numBreakpoints_','438dONvmg','hasMappingInfo','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','fileStats','BREAKPOINT_CONDITION','listeners','compile','../../client/stackdriver/status-message','hitBreakpoints','set','locationMapper','SOURCE_FILE_AMBIGUOUS','VARIABLE_VALUE','toString','setBreakpointByUrl','script','breakpointId','setErrorStatusAndCallback','quotaRecoverySeconds','ignoreQuota','Unable\x20to\x20unambiguously\x20find\x20','config','EXPRESSION_COMPILING_ERROR','recovered','303853BncikR','callFrames','enable','includes','object','stringify','(((.+)+)+)+$','removeBreakpoint','36FGYqIV','javascriptFileExtensions','scriptMapper','line','satisfies','onBreakpointHit','errors','COULD_NOT_FIND_MAPPING_FILE','error','27gZWYmM','processCondition','disable','removeFirstOccurrenceInArray','V8Inspector','logMessageFormat','shouldBlock','SOURCE_FILE_NOT_FOUND','>10.11.0','hrtime','expressions','setAndStoreBreakpoint','shouldUseWellFormattedUrl','LOG','splice','length','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','V8_BREAKPOINT_ERROR','extname'];a26_0x5606=function(){return _0xb3e7bf;};return a26_0x5606();}Object['defineProperty'](exports,a26_0x2633a4(0x20a),{'value':!![]}),exports[a26_0x2633a4(0x234)]=exports[a26_0x2633a4(0x23c)]=void 0x0;const acorn=require('acorn'),path=require('path'),status_message_1=require(a26_0x2633a4(0x1c3)),state=require(a26_0x2633a4(0x21f)),utils_1=require(a26_0x2633a4(0x224)),debugapi=require(a26_0x2633a4(0x1b7)),v8inspector_1=require('./v8inspector'),dummy_blocklist_manager_1=require('../blocklisting/dummy-blocklist-manager'),USE_MODULE_PREFIX=utils_1['satisfies'](process['version'],'<10.16\x20||\x20>=11\x20<11.11');class BreakpointData{constructor(_0x39a964,_0x1ce190,_0x38ae5b,_0x368df2,_0x18e72d,_0x293fb3,_0xa225b9,_0x5423c9){const _0x26e306=a26_0x2633a4;this['id']=_0x39a964,this[_0x26e306(0x238)]=_0x1ce190,this[_0x26e306(0x258)]=_0x38ae5b,this[_0x26e306(0x257)]=_0x368df2,this[_0x26e306(0x1c2)]=_0x18e72d,this[_0x26e306(0x222)]=_0x293fb3,this[_0x26e306(0x1cf)]=_0xa225b9,this[_0x26e306(0x22a)]=_0x5423c9;}}exports['BreakpointData']=BreakpointData;class InspectorDebugApi{constructor(_0x3e9dfb,_0x5b8a65,_0x51eb4e,_0x2c8403,_0x26bcd7){const _0xa96bfe=a26_0x2633a4;this[_0xa96bfe(0x24f)]={},this[_0xa96bfe(0x1c1)]={},this['scriptMapper']={},this[_0xa96bfe(0x1c6)]={},this['breakpointMapper']={},this[_0xa96bfe(0x208)]=0x0,this[_0xa96bfe(0x214)]=null,this['logger']=_0x3e9dfb,this[_0xa96bfe(0x1d1)]=_0x5b8a65,this[_0xa96bfe(0x1f8)]=_0x51eb4e,this[_0xa96bfe(0x219)]=_0x2c8403,this[_0xa96bfe(0x231)]=new v8inspector_1[(_0xa96bfe(0x1e9))](_0x3e9dfb,utils_1[_0xa96bfe(0x1e0)](process[_0xa96bfe(0x227)],_0xa96bfe(0x1ed)),this[_0xa96bfe(0x1d1)][_0xa96bfe(0x247)],_0x413293=>{const _0x172a4b=_0xa96bfe;this[_0x172a4b(0x1de)][_0x413293[_0x172a4b(0x24c)]]=_0x413293;},_0x4c5134=>{const _0x566548=_0xa96bfe;try{this['handleDebugPausedEvent'](_0x4c5134);}catch(_0x268080){this[_0x566548(0x1fc)][_0x566548(0x1e4)](_0x268080);}}),this[_0xa96bfe(0x212)]=_0x26bcd7,this[_0xa96bfe(0x21a)]=new dummy_blocklist_manager_1[(_0xa96bfe(0x252))](!![]);}[a26_0x2633a4(0x1c5)](_0x1fba5e,_0x40a05d){const _0x21b554=a26_0x2633a4;if(!_0x1fba5e||typeof _0x1fba5e['id']===_0x21b554(0x25a)||!_0x1fba5e[_0x21b554(0x228)]||!_0x1fba5e['location'][_0x21b554(0x235)]||!_0x1fba5e['location'][_0x21b554(0x1df)])return utils_1[_0x21b554(0x1cd)](_0x40a05d,_0x1fba5e,status_message_1[_0x21b554(0x20e)]['UNSPECIFIED'],utils_1['errors']['INVALID_BREAKPOINT']);const _0x442759=path['normalize'](_0x1fba5e[_0x21b554(0x228)][_0x21b554(0x235)]);if(!this[_0x21b554(0x219)][_0x21b554(0x1bd)](_0x442759)){const _0x4e6c3b=path[_0x21b554(0x1f7)](_0x442759);if(!this[_0x21b554(0x1d1)][_0x21b554(0x1dd)][_0x21b554(0x1d7)](_0x4e6c3b)){const _0x1bae67=_0x442759[_0x21b554(0x23d)](0x0,_0x442759[_0x21b554(0x1f4)]-_0x4e6c3b[_0x21b554(0x1f4)]),_0x159693=this[_0x21b554(0x1d1)][_0x21b554(0x1dd)][_0x21b554(0x200)](_0x2c82ae=>_0x1bae67+_0x2c82ae)['some'](_0x370725=>utils_1[_0x21b554(0x240)](_0x370725,this[_0x21b554(0x1f8)])),_0x57c1a2=_0x159693?utils_1['errors'][_0x21b554(0x1e3)]:utils_1['errors'][_0x21b554(0x1ec)];return utils_1[_0x21b554(0x1cd)](_0x40a05d,_0x1fba5e,status_message_1[_0x21b554(0x20e)][_0x21b554(0x1b9)],_0x57c1a2);}this['setInternal'](_0x1fba5e,null,null,_0x40a05d);}else{const _0x3d682e=_0x1fba5e['location'][_0x21b554(0x1df)],_0x4c80c1=0x0,_0x18415f=this['sourcemapper'][_0x21b554(0x1fa)](_0x442759,_0x3d682e,_0x4c80c1),_0x399006=utils_1[_0x21b554(0x205)](_0x1fba5e);if(_0x1fba5e[_0x21b554(0x25e)]&&_0x399006)try{_0x1fba5e[_0x21b554(0x25e)]=_0x399006(_0x1fba5e['condition']);}catch(_0x75dff6){return this[_0x21b554(0x1fc)]['warn'](_0x21b554(0x250)+_0x1fba5e[_0x21b554(0x25e)]+'\x20<<'),utils_1[_0x21b554(0x1cd)](_0x40a05d,_0x1fba5e,status_message_1[_0x21b554(0x20e)][_0x21b554(0x1c0)],utils_1['errors']['ERROR_COMPILING_CONDITION']);}this['setInternal'](_0x1fba5e,_0x18415f,_0x399006,_0x40a05d);}}['clear'](_0x583bf7,_0x1707b2){const _0x391879=a26_0x2633a4;if(typeof _0x583bf7['id']==='undefined')return this[_0x391879(0x1fc)]['debug'](_0x391879(0x1be)),utils_1[_0x391879(0x1cd)](_0x1707b2,_0x583bf7,status_message_1[_0x391879(0x20e)]['BREAKPOINT_CONDITION'],utils_1[_0x391879(0x1e2)]['V8_BREAKPOINT_CLEAR_ERROR']);const _0x2aa35d=this['breakpoints'][_0x583bf7['id']];if(!_0x2aa35d)return this['logger'][_0x391879(0x23f)](_0x391879(0x220)+_0x583bf7['id']),utils_1[_0x391879(0x1cd)](_0x1707b2,_0x583bf7,status_message_1[_0x391879(0x20e)][_0x391879(0x1c0)],utils_1[_0x391879(0x1e2)][_0x391879(0x256)]);const _0x4dafc1=_0x2aa35d[_0x391879(0x257)],_0x2fd5de=_0x2aa35d['id'];utils_1[_0x391879(0x1e8)](this[_0x391879(0x1c6)][_0x4dafc1],_0x583bf7['id']);this[_0x391879(0x1c6)][_0x4dafc1][_0x391879(0x1f4)]===0x0&&delete this[_0x391879(0x1c6)][_0x4dafc1];utils_1[_0x391879(0x1e8)](this['breakpointMapper'][_0x2fd5de],_0x583bf7['id']);this[_0x391879(0x248)][_0x2fd5de]['length']===0x0&&delete this[_0x391879(0x248)][_0x2fd5de];let _0x58c517={};!this[_0x391879(0x248)][_0x2aa35d['id']]&&(_0x58c517=this['v8Inspector'][_0x391879(0x1db)](_0x2aa35d['id'])),delete this[_0x391879(0x24f)][_0x583bf7['id']],delete this[_0x391879(0x1c1)][_0x583bf7['id']],this[_0x391879(0x208)]--,setImmediate(()=>{const _0x381c52=_0x391879;_0x58c517[_0x381c52(0x1e4)]&&_0x1707b2(_0x58c517[_0x381c52(0x1e4)]),_0x1707b2(null);});}[a26_0x2633a4(0x1b8)](_0x522ea3,_0x1681c9){const _0x3d4c57=a26_0x2633a4,_0x4ed3cf=this[_0x3d4c57(0x1e1)]['bind'](this,_0x522ea3,_0x2b662b=>{const _0x56af0d=_0x3d4c57,_0x4720bc=--this[_0x56af0d(0x24f)][_0x522ea3['id']][_0x56af0d(0x222)];(_0x4720bc<=0x0||_0x2b662b)&&(this[_0x56af0d(0x1c1)][_0x522ea3['id']][_0x56af0d(0x21d)]=![]),_0x1681c9(_0x2b662b||undefined);});this['listeners'][_0x522ea3['id']]={'enabled':!![],'listener':_0x4ed3cf};}[a26_0x2633a4(0x22d)](_0xb2d95b,_0x305d95,_0x2ec356,_0x481455){const _0xdcac9e=a26_0x2633a4,_0x27c1f2=this[_0xdcac9e(0x1e1)][_0xdcac9e(0x1f9)](this,_0xb2d95b,_0x1e6815=>{const _0x22a5a3=_0xdcac9e;if(_0x1e6815){this[_0x22a5a3(0x1c1)][_0xb2d95b['id']][_0x22a5a3(0x21d)]=![],setImmediate(()=>{_0x481455(_0x1e6815||undefined);});return;}_0x305d95(_0xb2d95b[_0x22a5a3(0x1ea)],_0xb2d95b[_0x22a5a3(0x24b)][_0x22a5a3(0x200)](_0x23ab22=>JSON[_0x22a5a3(0x1d9)](_0x23ab22))),_0xb2d95b['evaluatedExpressions']=[],_0x2ec356()?this[_0x22a5a3(0x1c1)][_0xb2d95b['id']][_0x22a5a3(0x21d)]=![]:this[_0x22a5a3(0x212)][_0x22a5a3(0x24e)](_0xb2d95b['id'])&&(this[_0x22a5a3(0x1c1)][_0xb2d95b['id']]['enabled']=![],setTimeout(()=>{const _0x180142=_0x22a5a3;!_0x2ec356()&&this['listeners'][_0xb2d95b['id']]&&(this[_0x180142(0x1c1)][_0xb2d95b['id']][_0x180142(0x21d)]=!![]),this[_0x180142(0x212)][_0x180142(0x1d3)](_0xb2d95b['id']);},this['config']['quota'][_0x22a5a3(0x1ce)]*0x3e8));});this['listeners'][_0xb2d95b['id']]={'enabled':!![],'listener':_0x27c1f2};}['disconnect'](){const _0x287cd9=a26_0x2633a4;this['v8Inspector'][_0x287cd9(0x20f)]();}[a26_0x2633a4(0x1d6)](){const _0x3a450f=a26_0x2633a4;this[_0x3a450f(0x231)][_0x3a450f(0x1d6)]();}[a26_0x2633a4(0x1e7)](){const _0x1791eb=a26_0x2633a4;this['v8Inspector'][_0x1791eb(0x1e7)]();}[a26_0x2633a4(0x1bb)](){const _0x365496=a26_0x2633a4;return Object[_0x365496(0x218)](this[_0x365496(0x24f)])[_0x365496(0x1f4)];}[a26_0x2633a4(0x217)](){const _0x484329=a26_0x2633a4;return Object[_0x484329(0x218)](this[_0x484329(0x1c1)])[_0x484329(0x1f4)];}[a26_0x2633a4(0x222)](_0x13df53){const _0x9d91d8=a26_0x2633a4;return this[_0x9d91d8(0x24f)][_0x13df53][_0x9d91d8(0x222)];}[a26_0x2633a4(0x225)](_0x57933f){const _0x1a7581=a26_0x2633a4;this[_0x1a7581(0x21a)]=_0x57933f;}[a26_0x2633a4(0x246)](_0x21e407,_0x58224a,_0x59c80e,_0x3a9e06){const _0x59654b=a26_0x2633a4;let _0x22b96e=null;if(_0x21e407[_0x59654b(0x25e)])try{_0x22b96e=acorn[_0x59654b(0x233)](_0x21e407[_0x59654b(0x25e)],{'sourceType':_0x59654b(0x1cb),'ecmaVersion':0x6});const _0x4ffc0e=require(_0x59654b(0x226));if(!_0x4ffc0e['isValid'](_0x22b96e,![]))return utils_1[_0x59654b(0x1cd)](_0x3a9e06,_0x21e407,status_message_1[_0x59654b(0x20e)][_0x59654b(0x1c0)],utils_1[_0x59654b(0x1e2)]['DISALLOWED_EXPRESSION']);}catch(_0x4aba55){const _0x3f925f=utils_1[_0x59654b(0x1e2)][_0x59654b(0x21e)]+_0x4aba55[_0x59654b(0x232)];return utils_1[_0x59654b(0x1cd)](_0x3a9e06,_0x21e407,status_message_1[_0x59654b(0x20e)][_0x59654b(0x1c0)],_0x3f925f);}let _0x1aa8c2;const _0x3ec14d=_0x58224a?_0x58224a[_0x59654b(0x244)]:path[_0x59654b(0x209)](_0x21e407[_0x59654b(0x228)][_0x59654b(0x235)]),_0x35be92=utils_1['findScripts'](_0x3ec14d,this[_0x59654b(0x1d1)],this[_0x59654b(0x1f8)],this[_0x59654b(0x1fc)]);if(_0x35be92[_0x59654b(0x1f4)]===0x0)return utils_1[_0x59654b(0x1cd)](_0x3a9e06,_0x21e407,status_message_1[_0x59654b(0x20e)][_0x59654b(0x1b9)],utils_1['errors']['SOURCE_FILE_NOT_FOUND']);else{if(_0x35be92[_0x59654b(0x1f4)]===0x1)_0x1aa8c2=_0x35be92[0x0];else return this[_0x59654b(0x1fc)][_0x59654b(0x259)](_0x59654b(0x1d0)+_0x3ec14d+'.\x20Potential\x20matches:\x20'+_0x35be92),utils_1['setErrorStatusAndCallback'](_0x3a9e06,_0x21e407,status_message_1[_0x59654b(0x20e)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x59654b(0x1e2)][_0x59654b(0x1c7)]);}if(this['blocklistManager'][_0x59654b(0x1eb)](_0x1aa8c2))return utils_1[_0x59654b(0x1cd)](_0x3a9e06,_0x21e407,status_message_1[_0x59654b(0x20e)][_0x59654b(0x1b9)],utils_1[_0x59654b(0x1e2)][_0x59654b(0x23a)]);let _0x26aa54=_0x58224a&&_0x58224a[_0x59654b(0x249)]?_0x58224a['column']:_0x21e407[_0x59654b(0x228)][_0x59654b(0x249)]||0x1;const _0x177270=_0x58224a?_0x58224a[_0x59654b(0x1df)]:_0x21e407[_0x59654b(0x228)]['line'];USE_MODULE_PREFIX&&_0x177270===0x1&&(_0x26aa54+=debugapi[_0x59654b(0x251)]-0x1);if(_0x177270>=this['fileIndex']['fileStats'][_0x1aa8c2][_0x59654b(0x242)]||_0x177270<0x1)return utils_1[_0x59654b(0x1cd)](_0x3a9e06,_0x21e407,status_message_1['StatusMessage'][_0x59654b(0x1b9)],{...utils_1[_0x59654b(0x1e2)][_0x59654b(0x239)],'description':utils_1[_0x59654b(0x1e2)][_0x59654b(0x239)][_0x59654b(0x202)]+_0x1aa8c2+':'+_0x177270+_0x59654b(0x237)+this[_0x59654b(0x1f8)][_0x59654b(0x1bf)][_0x1aa8c2][_0x59654b(0x242)]+'\x20lines.\x20Please\x20ensure'+_0x59654b(0x1f5)+_0x59654b(0x255)});const _0x1bda4b=this[_0x59654b(0x1f0)](_0x21e407,_0x177270,_0x26aa54,_0x1aa8c2);if(!_0x1bda4b)return utils_1[_0x59654b(0x1cd)](_0x3a9e06,_0x21e407,status_message_1[_0x59654b(0x20e)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x59654b(0x1e2)][_0x59654b(0x1f6)]);this[_0x59654b(0x24f)][_0x21e407['id']]=new BreakpointData(_0x1bda4b['v8BreakpointId'],_0x21e407,_0x22b96e,_0x1bda4b[_0x59654b(0x257)],_0x59c80e,_0x21e407[_0x59654b(0x213)]||0x1,_0x21e407['ignoreQuota'],_0x21e407['pipingStatus']),this['numBreakpoints']++,setImmediate(()=>{_0x3a9e06(null);});}[a26_0x2633a4(0x1f0)](_0x5ae996,_0x187bf5,_0x207188,_0x3be0ae){const _0x3cbe25=a26_0x2633a4,_0x43a401=JSON['stringify']({..._0x5ae996[_0x3cbe25(0x228)],'path':_0x3be0ae});let _0xf9cdf;if(!this['locationMapper'][_0x43a401]){const _0x33816b=this[_0x3cbe25(0x231)][_0x3cbe25(0x1f1)]()?'file://'+_0x3be0ae:_0x3be0ae,_0x224652=process['platform']===_0x3cbe25(0x21c)&&utils_1['satisfies'](process[_0x3cbe25(0x227)],'>=11')?_0x33816b[_0x3cbe25(0x211)](/^file:\/\//,_0x3cbe25(0x22e))[_0x3cbe25(0x211)](/\\/g,'/'):_0x33816b,_0x7e70c=this[_0x3cbe25(0x231)][_0x3cbe25(0x1ca)]({'lineNumber':_0x187bf5-0x1,'url':encodeURI(_0x224652),'columnNumber':_0x207188-0x1});if(_0x7e70c[_0x3cbe25(0x1e4)]||!_0x7e70c[_0x3cbe25(0x230)])return this['logger'][_0x3cbe25(0x1e4)](_0x3cbe25(0x204)+_0x224652+':'+_0x187bf5+',\x20'+(_0x3cbe25(0x1fb)+JSON[_0x3cbe25(0x1d9)](_0x7e70c[_0x3cbe25(0x1e4)]))),null;_0xf9cdf=_0x7e70c[_0x3cbe25(0x230)][_0x3cbe25(0x1cc)],delete this[_0x3cbe25(0x1c6)][_0x43a401],delete this[_0x3cbe25(0x248)][_0xf9cdf],this[_0x3cbe25(0x1c6)][_0x43a401]=[],this['breakpointMapper'][_0xf9cdf]=[];}else _0xf9cdf=this[_0x3cbe25(0x24f)][this[_0x3cbe25(0x1c6)][_0x43a401][0x0]]['id'];return this['locationMapper'][_0x43a401][_0x3cbe25(0x203)](_0x5ae996['id']),this[_0x3cbe25(0x248)][_0xf9cdf][_0x3cbe25(0x203)](_0x5ae996['id']),{'v8BreakpointId':_0xf9cdf,'locationStr':_0x43a401};}['processCondition'](_0x4b1af5,_0x5bc87a){const _0x2c43d2=a26_0x2633a4,_0x5caf92=this[_0x2c43d2(0x1d1)]['expressionsEvalTimeoutMillis'],_0x785252=_0x4b1af5[_0x2c43d2(0x25e)];if(_0x785252){let _0x520ef6;if(this[_0x2c43d2(0x212)][_0x2c43d2(0x1cf)])_0x520ef6=state[_0x2c43d2(0x22b)](_0x785252,_0x5bc87a,this[_0x2c43d2(0x231)],!![],_0x5caf92);else{const _0x45a235=process[_0x2c43d2(0x1ee)]();_0x520ef6=state[_0x2c43d2(0x22b)](_0x785252,_0x5bc87a,this['v8Inspector'],!![],_0x5caf92);const _0x2d5a5e=process[_0x2c43d2(0x1ee)](_0x45a235),_0x2ac23e=this['changeToNS'](_0x2d5a5e),_0x5343db=this[_0x2c43d2(0x212)][_0x2c43d2(0x206)](_0x2ac23e,_0x4b1af5);if(_0x5343db)return[undefined,_0x5343db];}if(_0x520ef6[_0x2c43d2(0x1e4)])return this[_0x2c43d2(0x1fc)]['debug'](_0x2c43d2(0x210)+_0x785252+'\x20due\x20to\x20error:\x20',_0x520ef6[_0x2c43d2(0x1e4)]),[undefined,{...utils_1[_0x2c43d2(0x1e2)][_0x2c43d2(0x215)],'description':(utils_1['errors'][_0x2c43d2(0x215)][_0x2c43d2(0x202)]||'')+_0x520ef6[_0x2c43d2(0x1e4)][_0x2c43d2(0x202)]}];if(!_0x520ef6[_0x2c43d2(0x1d8)][_0x2c43d2(0x1ff)])return this['logger']['debug'](_0x2c43d2(0x1fd)+_0x785252+_0x2c43d2(0x24a)),[![],undefined];}return[!![],undefined];}['onBreakpointHit'](_0xa5271d,_0x103a48,_0xc2fe89){const _0x17c834=a26_0x2633a4,[_0x4b2b9d,_0xd129ca]=this[_0x17c834(0x1e6)](_0xa5271d,_0xc2fe89[0x0]);if(_0xd129ca!==undefined){utils_1[_0x17c834(0x1cd)](_0x103a48,_0xa5271d,status_message_1[_0x17c834(0x20e)][_0x17c834(0x1c0)],_0xd129ca);return;}if(_0x4b2b9d===![])return;const _0x33d451=process[_0x17c834(0x1ee)]();try{this[_0x17c834(0x1fe)](_0xa5271d,_0xc2fe89);}catch(_0x41dd5d){return utils_1['setErrorStatusAndCallback'](_0x103a48,_0xa5271d,status_message_1[_0x17c834(0x20e)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x17c834(0x1e2)][_0x17c834(0x21b)]+_0x41dd5d);}const _0x56c4b5=process['hrtime'](_0x33d451),_0x578315=this[_0x17c834(0x23b)](_0x56c4b5);this[_0x17c834(0x212)][_0x17c834(0x236)](_0xa5271d['id'],_0x578315),this[_0x17c834(0x1fc)][_0x17c834(0x23f)](utils_1[_0x17c834(0x254)](_0x17c834(0x241),_0x56c4b5)),_0x103a48(null);}[a26_0x2633a4(0x1fe)](_0x410e9c,_0x14f2af){const _0x12c168=a26_0x2633a4,_0x82ccbb=[],_0xb3e44a=this;if(_0x410e9c[_0x12c168(0x1ef)]&&this['breakpoints'][_0x410e9c['id']]['compile'])for(let _0x281b34=0x0;_0x281b34<_0x410e9c['expressions'][_0x12c168(0x1f4)];_0x281b34++){try{_0x410e9c['expressions'][_0x281b34]=this['breakpoints'][_0x410e9c['id']]['compile'](_0x410e9c[_0x12c168(0x1ef)][_0x281b34]);}catch(_0x405b73){this[_0x12c168(0x1fc)][_0x12c168(0x259)](_0x12c168(0x22f)+_0x410e9c[_0x12c168(0x1ef)][_0x281b34]+_0x12c168(0x229)),_0x82ccbb['push']({'name':_0x410e9c[_0x12c168(0x1ef)][_0x281b34],'status':new status_message_1['StatusMessage'](status_message_1[_0x12c168(0x20e)][_0x12c168(0x1c8)],utils_1[_0x12c168(0x1e2)][_0x12c168(0x1d2)],!![])}),_0x410e9c[_0x12c168(0x1ef)][_0x12c168(0x1f3)](_0x281b34,0x1),_0x281b34--;}}if(_0x410e9c['action']===_0x12c168(0x1f2)){if(!_0x410e9c[_0x12c168(0x1ef)])_0x410e9c[_0x12c168(0x24b)]=[];else{const _0x115459=_0x14f2af[0x0];delete _0x410e9c['evaluatedExpressions'],_0x410e9c[_0x12c168(0x24b)]=_0x410e9c[_0x12c168(0x1ef)]['map'](_0x193511=>{const _0x1bbf05=_0x12c168,_0x324d91=state['evaluate'](_0x193511,_0x115459,_0xb3e44a[_0x1bbf05(0x231)],!![],this['config'][_0x1bbf05(0x245)]);return _0x324d91['error']?_0x324d91['error']:_0x324d91[_0x1bbf05(0x1d8)][_0x1bbf05(0x1ff)];});}}else{const _0xfce2b1=state['capture'](_0x14f2af,_0x410e9c,this[_0x12c168(0x1d1)],this[_0x12c168(0x1de)],this[_0x12c168(0x231)],this[_0x12c168(0x21a)]);_0x410e9c['location']&&utils_1[_0x12c168(0x201)](_0x410e9c[_0x12c168(0x228)][_0x12c168(0x235)])&&(_0x410e9c[_0x12c168(0x228)][_0x12c168(0x1df)]=_0x14f2af[0x0][_0x12c168(0x228)]['lineNumber']+0x1),_0x410e9c[_0x12c168(0x1ba)]=_0xfce2b1[_0x12c168(0x1ba)],_0x410e9c[_0x12c168(0x1b6)]=_0xfce2b1[_0x12c168(0x1b6)],_0x410e9c[_0x12c168(0x24b)]=_0x82ccbb[_0x12c168(0x20b)](_0xfce2b1[_0x12c168(0x24b)]);}}[a26_0x2633a4(0x207)](_0x8fc597){const _0x185ace=a26_0x2633a4;try{if(!_0x8fc597['hitBreakpoints'])return;const _0x207c46=_0x8fc597[_0x185ace(0x1c4)][0x0],_0x519ef7=this[_0x185ace(0x248)][_0x207c46];if(!_0x519ef7)return;_0x519ef7[_0x185ace(0x223)](_0x378593=>{const _0x7d5cc5=_0x185ace;this[_0x7d5cc5(0x1c1)][_0x378593][_0x7d5cc5(0x21d)]&&(this['logger'][_0x7d5cc5(0x23f)](_0x7d5cc5(0x25d)+_0x378593),this[_0x7d5cc5(0x1c1)][_0x378593]['listener'](_0x8fc597[_0x7d5cc5(0x1d5)]));});}catch(_0x2c4904){this[_0x185ace(0x1fc)][_0x185ace(0x259)](_0x185ace(0x253)+_0x2c4904);}}['changeToNS'](_0x112cab){return _0x112cab[0x0]*0x3b9aca00+_0x112cab[0x1];}}exports[a26_0x2633a4(0x234)]=InspectorDebugApi;
1
+ const a35_0x4ef1f4=a35_0x2504;(function(_0x56a956,_0x3ef3b8){const _0xeda75f=a35_0x2504,_0x372871=_0x56a956();while(!![]){try{const _0x39a868=-parseInt(_0xeda75f(0x119))/0x1+parseInt(_0xeda75f(0x107))/0x2+-parseInt(_0xeda75f(0x101))/0x3+parseInt(_0xeda75f(0x114))/0x4*(-parseInt(_0xeda75f(0x14b))/0x5)+parseInt(_0xeda75f(0xeb))/0x6+parseInt(_0xeda75f(0x10f))/0x7*(-parseInt(_0xeda75f(0x129))/0x8)+-parseInt(_0xeda75f(0xe9))/0x9*(-parseInt(_0xeda75f(0x13f))/0xa);if(_0x39a868===_0x3ef3b8)break;else _0x372871['push'](_0x372871['shift']());}catch(_0x4522cc){_0x372871['push'](_0x372871['shift']());}}}(a35_0x16c3,0x95050));const a35_0x5ce491=(function(){let _0x4df3f4=!![];return function(_0x4a2774,_0x157522){const _0x4a42a4=_0x4df3f4?function(){if(_0x157522){const _0x448b7a=_0x157522['apply'](_0x4a2774,arguments);return _0x157522=null,_0x448b7a;}}:function(){};return _0x4df3f4=![],_0x4a42a4;};}()),a35_0x4a628d=a35_0x5ce491(this,function(){const _0x4c5b8e=a35_0x2504;return a35_0x4a628d['toString']()[_0x4c5b8e(0xb8)]('(((.+)+)+)+$')[_0x4c5b8e(0x109)]()[_0x4c5b8e(0x136)](a35_0x4a628d)['search'](_0x4c5b8e(0xf8));});a35_0x4a628d();function a35_0x16c3(){const _0x26a3d2=['breakpoints','toString','javascriptFileExtensions','setErrorStatusAndCallback','condition','processCondition','mappingInfo','467719FFONbq','applyConditionQuota','>>>breakpoint\x20hit<<<\x20number:\x20','quota','breakpointMapper','772NxNroD','normalize','stringify','value','ERROR_EVALUATING_CONDITION','422301mictjW','capture','path','isJavaScriptFile','INVALID_LINE_NUMBER','\x20lines.\x20Please\x20ensure','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','numBreakpoints','expressions','LOG','includes','EXPRESSION_COMPILING_ERROR','V8Inspector','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','evaluate','56ZnAQPF','handleDebugPausedEvent','InspectorDebugApi','hrtime','fileStats','scriptMapper','INVALID_BREAKPOINT','BREAKPOINT_PATH_BLOCKED','quotaManager','v8BreakpointId','platform','formatInterval','./v8inspector','constructor','sourcemapper','message','.\x20Loaded\x20script\x20contained\x20','capture\x20time:\x20','forEach','detach','CAPTURE_BREAKPOINT_DATA','evaluatedExpressions','10899030AZkxMX','\x20due\x20to\x20error:\x20','isValid','changeToNS','parsedCondition','push','location','setAndStoreBreakpoint','replace','isFileIndexed','removeBreakpoint','substring','22615AGARsT','extname','remainingHits','logger','acorn','setInternal','./debugapi','enable','shouldBlock','variableTable','breakpointId','../state/inspector-state','column','length','locationMapper','compile','DISALLOWED_EXPRESSION','satisfies','config','expressionsEvalTimeoutMillis','search','>=11','setBlocklistManager','condition\x20','SOURCE_FILE_NOT_FOUND','concat','scriptId','map','BREAKPOINT_SOURCE_LOCATION','keys','recovered','>10.11.0','log','hasMappingInfo','lineNumber','BREAKPOINT_CONDITION','action','fileIndex','SOURCE_FILE_AMBIGUOUS','callFrames','some','pipingStatus','undefined','description','version','disable','shouldUseWellFormattedUrl','quotaRecoverySeconds','\x20deployed\x20source.','v8Inspector','setBreakpointByUrl','listeners','Unable\x20to\x20unambiguously\x20find\x20','errors','line','VARIABLE_VALUE','enabled','blocklistManager','debug','object','V8_BREAKPOINT_CLEAR_ERROR','defineProperty','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','V8_BREAKPOINT_ERROR','captureBreakpointData','apiBreakpoint','../../client/stackdriver/status-message','win32','../util/validator.js','9INDAzz','script','6899700vohZic','warn','findScripts','lines','StatusMessage','removeFirstOccurrenceInArray','onBreakpointHit','locationStr','Unable\x20to\x20compile\x20condition\x20>>\x20','MODULE_WRAP_PREFIX_LENGTH','file','wait','ignoreQuota','(((.+)+)+)+$','stackFrames','hitBreakpoints','logMessageFormat','set','error','cleanupAsyncCallStackInterval','setBreakpointByUrl\x20error:\x20','SYNTAX_ERROR_IN_CONDITION','2533440XfRJrd','clear','bind','BreakpointData','disconnect','COULD_NOT_FIND_MAPPING_FILE','1955940XEdCsL'];a35_0x16c3=function(){return _0x26a3d2;};return a35_0x16c3();}'use strict';Object[a35_0x4ef1f4(0xe1)](exports,'__esModule',{'value':!![]}),exports[a35_0x4ef1f4(0x12b)]=exports[a35_0x4ef1f4(0x104)]=void 0x0;const acorn=require(a35_0x4ef1f4(0xa8)),path=require(a35_0x4ef1f4(0x11b)),status_message_1=require(a35_0x4ef1f4(0xe6)),state=require(a35_0x4ef1f4(0xaf)),utils_1=require('../util/utils'),debugapi=require(a35_0x4ef1f4(0xaa)),v8inspector_1=require(a35_0x4ef1f4(0x135)),dummy_blocklist_manager_1=require('../blocklisting/dummy-blocklist-manager'),USE_MODULE_PREFIX=(0x0,utils_1[a35_0x4ef1f4(0xb5)])(process[a35_0x4ef1f4(0xd0)],'<10.16\x20||\x20>=11\x20<11.11');class BreakpointData{constructor(_0x2d537c,_0x58a70b,_0x53ed20,_0x55239d,_0x20ecad,_0x168672,_0x48417d,_0x21d4dc){const _0x3443b1=a35_0x4ef1f4;this['id']=_0x2d537c,this[_0x3443b1(0xe5)]=_0x58a70b,this[_0x3443b1(0x143)]=_0x53ed20,this[_0x3443b1(0xf2)]=_0x55239d,this[_0x3443b1(0xb3)]=_0x20ecad,this['remainingHits']=_0x168672,this['ignoreQuota']=_0x48417d,this[_0x3443b1(0xcd)]=_0x21d4dc;}}function a35_0x2504(_0x148160,_0x5286db){const _0x4c34c8=a35_0x16c3();return a35_0x2504=function(_0x4a628d,_0x5ce491){_0x4a628d=_0x4a628d-0xa5;let _0x16c306=_0x4c34c8[_0x4a628d];return _0x16c306;},a35_0x2504(_0x148160,_0x5286db);}exports[a35_0x4ef1f4(0x104)]=BreakpointData;class InspectorDebugApi{constructor(_0x5e8303,_0x5ac236,_0x207b69,_0x5bf818,_0x1a1178){const _0x47c9af=a35_0x4ef1f4;this[_0x47c9af(0x108)]={},this[_0x47c9af(0xd7)]={},this[_0x47c9af(0x12e)]={},this[_0x47c9af(0xb2)]={},this[_0x47c9af(0x113)]={},this[_0x47c9af(0x121)]=0x0,this[_0x47c9af(0xfe)]=null,this[_0x47c9af(0xa7)]=_0x5e8303,this[_0x47c9af(0xb6)]=_0x5ac236,this[_0x47c9af(0xc9)]=_0x207b69,this[_0x47c9af(0x137)]=_0x5bf818,this[_0x47c9af(0xd5)]=new v8inspector_1[(_0x47c9af(0x126))](_0x5e8303,(0x0,utils_1['satisfies'])(process['version'],_0x47c9af(0xc3)),this['config']['resetV8DebuggerThreshold'],_0x48e8af=>{const _0x40e911=_0x47c9af;this[_0x40e911(0x12e)][_0x48e8af[_0x40e911(0xbe)]]=_0x48e8af;},_0x1ea39d=>{const _0x53f25e=_0x47c9af;try{this[_0x53f25e(0x12a)](_0x1ea39d);}catch(_0x32c7c4){this[_0x53f25e(0xa7)][_0x53f25e(0xfd)](_0x32c7c4);}}),this[_0x47c9af(0x131)]=_0x1a1178,this[_0x47c9af(0xdd)]=new dummy_blocklist_manager_1['DummyBlocklistManager'](!![]);}[a35_0x4ef1f4(0xfc)](_0x10b4e8,_0x148388){const _0x215e80=a35_0x4ef1f4;if(!_0x10b4e8||typeof _0x10b4e8['id']===_0x215e80(0xce)||!_0x10b4e8[_0x215e80(0x145)]||!_0x10b4e8[_0x215e80(0x145)][_0x215e80(0x11b)]||!_0x10b4e8[_0x215e80(0x145)][_0x215e80(0xda)])return(0x0,utils_1[_0x215e80(0x10b)])(_0x148388,_0x10b4e8,status_message_1[_0x215e80(0xef)]['UNSPECIFIED'],utils_1[_0x215e80(0xd9)][_0x215e80(0x12f)]);const _0x5a4db3=path[_0x215e80(0x115)](_0x10b4e8[_0x215e80(0x145)][_0x215e80(0x11b)]);if(!this[_0x215e80(0x137)][_0x215e80(0xc5)](_0x5a4db3)){const _0x254b82=path[_0x215e80(0xa5)](_0x5a4db3);if(!this[_0x215e80(0xb6)][_0x215e80(0x10a)][_0x215e80(0x124)](_0x254b82)){const _0x18864=_0x5a4db3[_0x215e80(0x14a)](0x0,_0x5a4db3[_0x215e80(0xb1)]-_0x254b82[_0x215e80(0xb1)]),_0x375e2e=this[_0x215e80(0xb6)][_0x215e80(0x10a)]['map'](_0x48d3f8=>_0x18864+_0x48d3f8)[_0x215e80(0xcc)](_0x29b3c9=>(0x0,utils_1[_0x215e80(0x148)])(_0x29b3c9,this['fileIndex'])),_0x5b2c1e=_0x375e2e?utils_1[_0x215e80(0xd9)][_0x215e80(0x106)]:utils_1[_0x215e80(0xd9)][_0x215e80(0xbc)];return(0x0,utils_1[_0x215e80(0x10b)])(_0x148388,_0x10b4e8,status_message_1[_0x215e80(0xef)][_0x215e80(0xc0)],_0x5b2c1e);}this['setInternal'](_0x10b4e8,null,null,_0x148388);}else{const _0x1579ff=_0x10b4e8[_0x215e80(0x145)][_0x215e80(0xda)],_0x2db571=0x0,_0x143c77=this['sourcemapper'][_0x215e80(0x10e)](_0x5a4db3,_0x1579ff,_0x2db571),_0x27a80e=(0x0,utils_1['getBreakpointCompiler'])(_0x10b4e8);if(_0x10b4e8[_0x215e80(0x10c)]&&_0x27a80e)try{_0x10b4e8[_0x215e80(0x10c)]=_0x27a80e(_0x10b4e8['condition']);}catch(_0x2d48ca){return this[_0x215e80(0xa7)][_0x215e80(0xec)](_0x215e80(0xf3)+_0x10b4e8['condition']+'\x20<<'),(0x0,utils_1[_0x215e80(0x10b)])(_0x148388,_0x10b4e8,status_message_1[_0x215e80(0xef)][_0x215e80(0xc7)],utils_1[_0x215e80(0xd9)]['ERROR_COMPILING_CONDITION']);}this[_0x215e80(0xa9)](_0x10b4e8,_0x143c77,_0x27a80e,_0x148388);}}[a35_0x4ef1f4(0x102)](_0x5e6369,_0x39ca01){const _0x4feb63=a35_0x4ef1f4;if(typeof _0x5e6369['id']===_0x4feb63(0xce))return this[_0x4feb63(0xa7)][_0x4feb63(0xde)](_0x4feb63(0x11f)),(0x0,utils_1[_0x4feb63(0x10b)])(_0x39ca01,_0x5e6369,status_message_1[_0x4feb63(0xef)][_0x4feb63(0xc7)],utils_1[_0x4feb63(0xd9)][_0x4feb63(0xe0)]);const _0x2a95da=this[_0x4feb63(0x108)][_0x5e6369['id']];if(!_0x2a95da)return this['logger'][_0x4feb63(0xde)]('Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20'+_0x5e6369['id']),(0x0,utils_1[_0x4feb63(0x10b)])(_0x39ca01,_0x5e6369,status_message_1[_0x4feb63(0xef)][_0x4feb63(0xc7)],utils_1[_0x4feb63(0xd9)][_0x4feb63(0xe0)]);const _0x422074=_0x2a95da[_0x4feb63(0xf2)],_0x54b1dc=_0x2a95da['id'];(0x0,utils_1[_0x4feb63(0xf0)])(this['locationMapper'][_0x422074],_0x5e6369['id']);this[_0x4feb63(0xb2)][_0x422074][_0x4feb63(0xb1)]===0x0&&delete this['locationMapper'][_0x422074];(0x0,utils_1[_0x4feb63(0xf0)])(this[_0x4feb63(0x113)][_0x54b1dc],_0x5e6369['id']);this[_0x4feb63(0x113)][_0x54b1dc]['length']===0x0&&delete this[_0x4feb63(0x113)][_0x54b1dc];let _0x112864={};!this[_0x4feb63(0x113)][_0x2a95da['id']]&&(_0x112864=this[_0x4feb63(0xd5)][_0x4feb63(0x149)](_0x2a95da['id'])),delete this[_0x4feb63(0x108)][_0x5e6369['id']],delete this[_0x4feb63(0xd7)][_0x5e6369['id']],this[_0x4feb63(0x121)]--,setImmediate(()=>{const _0x25ddf8=_0x4feb63;_0x112864[_0x25ddf8(0xfd)]&&_0x39ca01(_0x112864[_0x25ddf8(0xfd)]),_0x39ca01(null);});}[a35_0x4ef1f4(0xf6)](_0x352a07,_0x5a2445){const _0x28e5a4=a35_0x4ef1f4,_0x3a8153=this[_0x28e5a4(0xf1)][_0x28e5a4(0x103)](this,_0x352a07,_0x3e0e8a=>{const _0x11bd8f=_0x28e5a4,_0x4c9ceb=--this['breakpoints'][_0x352a07['id']]['remainingHits'];(_0x4c9ceb<=0x0||_0x3e0e8a)&&(this[_0x11bd8f(0xd7)][_0x352a07['id']][_0x11bd8f(0xdc)]=![]),_0x5a2445(_0x3e0e8a||undefined);});this[_0x28e5a4(0xd7)][_0x352a07['id']]={'enabled':!![],'listener':_0x3a8153};}[a35_0x4ef1f4(0xc4)](_0x4dd610,_0x5f2ece,_0x1ae0a1,_0x46eb23){const _0x44cc9d=a35_0x4ef1f4,_0x5248da=this['onBreakpointHit'][_0x44cc9d(0x103)](this,_0x4dd610,_0x3e3b6f=>{const _0x27c654=_0x44cc9d;if(_0x3e3b6f){this[_0x27c654(0xd7)][_0x4dd610['id']]['enabled']=![],setImmediate(()=>{_0x46eb23(_0x3e3b6f||undefined);});return;}_0x5f2ece(_0x4dd610[_0x27c654(0xfb)],_0x4dd610[_0x27c654(0x13e)]),_0x4dd610[_0x27c654(0x13e)]=[],_0x1ae0a1()?this[_0x27c654(0xd7)][_0x4dd610['id']][_0x27c654(0xdc)]=![]:this[_0x27c654(0x131)]['needsRecoveryTime'](_0x4dd610['id'])&&(this[_0x27c654(0xd7)][_0x4dd610['id']]['enabled']=![],setTimeout(()=>{const _0x52eab7=_0x27c654;!_0x1ae0a1()&&this['listeners'][_0x4dd610['id']]&&(this['listeners'][_0x4dd610['id']][_0x52eab7(0xdc)]=!![]),this[_0x52eab7(0x131)][_0x52eab7(0xc2)](_0x4dd610['id']);},this['config'][_0x27c654(0x112)][_0x27c654(0xd3)]*0x3e8));});this['listeners'][_0x4dd610['id']]={'enabled':!![],'listener':_0x5248da};}[a35_0x4ef1f4(0x105)](){const _0x2952f4=a35_0x4ef1f4;this[_0x2952f4(0xd5)][_0x2952f4(0x13c)]();}[a35_0x4ef1f4(0xab)](){const _0x17c922=a35_0x4ef1f4;this['v8Inspector'][_0x17c922(0xab)]();}[a35_0x4ef1f4(0xd1)](){const _0x17c696=a35_0x4ef1f4;this[_0x17c696(0xd5)][_0x17c696(0xd1)]();}['numBreakpoints_'](){const _0x1331f8=a35_0x4ef1f4;return Object[_0x1331f8(0xc1)](this[_0x1331f8(0x108)])['length'];}['numListeners_'](){const _0x5ddb8a=a35_0x4ef1f4;return Object[_0x5ddb8a(0xc1)](this[_0x5ddb8a(0xd7)])[_0x5ddb8a(0xb1)];}[a35_0x4ef1f4(0xa6)](_0x40df96){return this['breakpoints'][_0x40df96]['remainingHits'];}[a35_0x4ef1f4(0xba)](_0xf124f4){this['blocklistManager']=_0xf124f4;}['setInternal'](_0x246039,_0x5e6e24,_0x2e5003,_0x5ae626){const _0x11a51c=a35_0x4ef1f4;let _0x4aef3=null;if(_0x246039['condition'])try{_0x4aef3=acorn['parse'](_0x246039[_0x11a51c(0x10c)],{'sourceType':_0x11a51c(0xea),'ecmaVersion':0x6});const _0x1cff42=require(_0x11a51c(0xe8));if(!_0x1cff42[_0x11a51c(0x141)](_0x4aef3,![]))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x5ae626,_0x246039,status_message_1[_0x11a51c(0xef)][_0x11a51c(0xc7)],utils_1[_0x11a51c(0xd9)][_0x11a51c(0xb4)]);}catch(_0x11b225){const _0x20ad6d=utils_1[_0x11a51c(0xd9)][_0x11a51c(0x100)]+_0x11b225[_0x11a51c(0x138)];return(0x0,utils_1[_0x11a51c(0x10b)])(_0x5ae626,_0x246039,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],_0x20ad6d);}let _0xf4d933;const _0x19c1cc=_0x5e6e24?_0x5e6e24[_0x11a51c(0xf5)]:path[_0x11a51c(0x115)](_0x246039[_0x11a51c(0x145)]['path']),_0x2de26a=(0x0,utils_1[_0x11a51c(0xed)])(_0x19c1cc,this[_0x11a51c(0xb6)],this['fileIndex'],this[_0x11a51c(0xa7)]);if(_0x2de26a[_0x11a51c(0xb1)]===0x0)return(0x0,utils_1[_0x11a51c(0x10b)])(_0x5ae626,_0x246039,status_message_1[_0x11a51c(0xef)][_0x11a51c(0xc0)],utils_1['errors'][_0x11a51c(0xbc)]);else{if(_0x2de26a[_0x11a51c(0xb1)]===0x1)_0xf4d933=_0x2de26a[0x0];else return this[_0x11a51c(0xa7)]['warn'](_0x11a51c(0xd8)+_0x19c1cc+'.\x20Potential\x20matches:\x20'+_0x2de26a),(0x0,utils_1[_0x11a51c(0x10b)])(_0x5ae626,_0x246039,status_message_1['StatusMessage'][_0x11a51c(0xc0)],utils_1[_0x11a51c(0xd9)][_0x11a51c(0xca)]);}if(this[_0x11a51c(0xdd)][_0x11a51c(0xac)](_0xf4d933))return(0x0,utils_1[_0x11a51c(0x10b)])(_0x5ae626,_0x246039,status_message_1[_0x11a51c(0xef)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x11a51c(0xd9)][_0x11a51c(0x130)]);let _0x1cfa08=_0x5e6e24&&_0x5e6e24[_0x11a51c(0xb0)]?_0x5e6e24[_0x11a51c(0xb0)]:_0x246039[_0x11a51c(0x145)][_0x11a51c(0xb0)]||0x1;const _0x3cfc77=_0x5e6e24?_0x5e6e24[_0x11a51c(0xda)]:_0x246039['location'][_0x11a51c(0xda)];USE_MODULE_PREFIX&&_0x3cfc77===0x1&&(_0x1cfa08+=debugapi[_0x11a51c(0xf4)]-0x1);if(_0x3cfc77>=this[_0x11a51c(0xc9)][_0x11a51c(0x12d)][_0xf4d933][_0x11a51c(0xee)]||_0x3cfc77<0x1)return(0x0,utils_1[_0x11a51c(0x10b)])(_0x5ae626,_0x246039,status_message_1[_0x11a51c(0xef)][_0x11a51c(0xc0)],{...utils_1[_0x11a51c(0xd9)][_0x11a51c(0x11d)],'description':utils_1[_0x11a51c(0xd9)][_0x11a51c(0x11d)][_0x11a51c(0xcf)]+_0xf4d933+':'+_0x3cfc77+_0x11a51c(0x139)+this[_0x11a51c(0xc9)][_0x11a51c(0x12d)][_0xf4d933][_0x11a51c(0xee)]+_0x11a51c(0x11e)+_0x11a51c(0xe2)+_0x11a51c(0xd4)});const _0x155146=this[_0x11a51c(0x146)](_0x246039,_0x3cfc77,_0x1cfa08,_0xf4d933);if(!_0x155146)return(0x0,utils_1[_0x11a51c(0x10b)])(_0x5ae626,_0x246039,status_message_1['StatusMessage'][_0x11a51c(0xc0)],utils_1[_0x11a51c(0xd9)][_0x11a51c(0xe3)]);this[_0x11a51c(0x108)][_0x246039['id']]=new BreakpointData(_0x155146[_0x11a51c(0x132)],_0x246039,_0x4aef3,_0x155146[_0x11a51c(0xf2)],_0x2e5003,_0x246039['maxHitCount']||0x1,_0x246039[_0x11a51c(0xf7)],_0x246039['pipingStatus']),this[_0x11a51c(0x121)]++,setImmediate(()=>{_0x5ae626(null);});}[a35_0x4ef1f4(0x146)](_0xa3b6a5,_0x34ba1b,_0x3134c9,_0x5ad811){const _0x495361=a35_0x4ef1f4,_0x473d09=JSON[_0x495361(0x116)]({..._0xa3b6a5[_0x495361(0x145)],'path':_0x5ad811});let _0xa8d4e;if(!this['locationMapper'][_0x473d09]){const _0x56d043=this[_0x495361(0xd5)][_0x495361(0xd2)]()?'file://'+_0x5ad811:_0x5ad811,_0x2f2ff8=process[_0x495361(0x133)]===_0x495361(0xe7)&&(0x0,utils_1[_0x495361(0xb5)])(process[_0x495361(0xd0)],_0x495361(0xb9))?_0x56d043[_0x495361(0x147)](/^file:\/\//,'file:///')[_0x495361(0x147)](/\\/g,'/'):_0x56d043,_0xf9a2d1=this[_0x495361(0xd5)][_0x495361(0xd6)]({'lineNumber':_0x34ba1b-0x1,'url':encodeURI(_0x2f2ff8),'columnNumber':_0x3134c9-0x1});if(_0xf9a2d1['error']||!_0xf9a2d1['response'])return this[_0x495361(0xa7)][_0x495361(0xfd)]('Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20'+_0x2f2ff8+':'+_0x34ba1b+',\x20'+(_0x495361(0xff)+JSON[_0x495361(0x116)](_0xf9a2d1[_0x495361(0xfd)]))),null;_0xa8d4e=_0xf9a2d1['response'][_0x495361(0xae)],delete this[_0x495361(0xb2)][_0x473d09],delete this[_0x495361(0x113)][_0xa8d4e],this[_0x495361(0xb2)][_0x473d09]=[],this[_0x495361(0x113)][_0xa8d4e]=[];}else _0xa8d4e=this[_0x495361(0x108)][this[_0x495361(0xb2)][_0x473d09][0x0]]['id'];return this[_0x495361(0xb2)][_0x473d09][_0x495361(0x144)](_0xa3b6a5['id']),this[_0x495361(0x113)][_0xa8d4e][_0x495361(0x144)](_0xa3b6a5['id']),{'v8BreakpointId':_0xa8d4e,'locationStr':_0x473d09};}[a35_0x4ef1f4(0x10d)](_0x5c53de,_0x50aa44){const _0x5da799=a35_0x4ef1f4,_0x52088e=this[_0x5da799(0xb6)][_0x5da799(0xb7)],_0x5d0f73=_0x5c53de[_0x5da799(0x10c)];if(_0x5d0f73){let _0x45fadc;if(this[_0x5da799(0x131)]['ignoreQuota'])_0x45fadc=state[_0x5da799(0x128)](_0x5d0f73,_0x50aa44,this[_0x5da799(0xd5)],!![],_0x52088e);else{const _0x4e4d98=process[_0x5da799(0x12c)]();_0x45fadc=state[_0x5da799(0x128)](_0x5d0f73,_0x50aa44,this[_0x5da799(0xd5)],!![],_0x52088e);const _0x2132bf=process['hrtime'](_0x4e4d98),_0x28d9a4=this[_0x5da799(0x142)](_0x2132bf),_0x3c2460=this[_0x5da799(0x131)][_0x5da799(0x110)](_0x28d9a4,_0x5c53de);if(_0x3c2460)return[undefined,_0x3c2460];}if(_0x45fadc[_0x5da799(0xfd)])return this[_0x5da799(0xa7)][_0x5da799(0xde)]('Failed\x20to\x20evaluate\x20condition\x20'+_0x5d0f73+_0x5da799(0x140),_0x45fadc[_0x5da799(0xfd)]),[undefined,{...utils_1['errors'][_0x5da799(0x118)],'description':(utils_1[_0x5da799(0xd9)][_0x5da799(0x118)]['description']||'')+_0x45fadc[_0x5da799(0xfd)][_0x5da799(0xcf)]}];if(!_0x45fadc['object'][_0x5da799(0x117)])return this['logger'][_0x5da799(0xde)](_0x5da799(0xbb)+_0x5d0f73+_0x5da799(0x120)),[![],undefined];}return[!![],undefined];}[a35_0x4ef1f4(0xf1)](_0x401e4e,_0x9041d1,_0x24a273){const _0x3cdc9=a35_0x4ef1f4,[_0x2053e9,_0x2fb1ad]=this[_0x3cdc9(0x10d)](_0x401e4e,_0x24a273[0x0]);if(_0x2fb1ad!==undefined){(0x0,utils_1['setErrorStatusAndCallback'])(_0x9041d1,_0x401e4e,status_message_1[_0x3cdc9(0xef)][_0x3cdc9(0xc7)],_0x2fb1ad);return;}if(_0x2053e9===![])return;const _0x30b44f=process[_0x3cdc9(0x12c)]();try{this[_0x3cdc9(0xe4)](_0x401e4e,_0x24a273);}catch(_0x52ee54){return(0x0,utils_1[_0x3cdc9(0x10b)])(_0x9041d1,_0x401e4e,status_message_1[_0x3cdc9(0xef)]['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors'][_0x3cdc9(0x13d)]+_0x52ee54);}const _0x5a1c8c=process[_0x3cdc9(0x12c)](_0x30b44f),_0x48c246=this[_0x3cdc9(0x142)](_0x5a1c8c);this['quotaManager']['applyDynamicLogsCPUQuota'](_0x401e4e['id'],_0x48c246),this[_0x3cdc9(0xa7)][_0x3cdc9(0xde)]((0x0,utils_1[_0x3cdc9(0x134)])(_0x3cdc9(0x13a),_0x5a1c8c)),_0x9041d1(null);}[a35_0x4ef1f4(0xe4)](_0x59533d,_0x4cfc10){const _0x451581=a35_0x4ef1f4,_0x76b9c0=[],_0x380c15=this;if(_0x59533d[_0x451581(0x122)]&&this[_0x451581(0x108)][_0x59533d['id']][_0x451581(0xb3)])for(let _0x4de9fa=0x0;_0x4de9fa<_0x59533d['expressions']['length'];_0x4de9fa++){try{_0x59533d['expressions'][_0x4de9fa]=this[_0x451581(0x108)][_0x59533d['id']][_0x451581(0xb3)](_0x59533d['expressions'][_0x4de9fa]);}catch(_0x4ed0f8){this[_0x451581(0xa7)][_0x451581(0xec)]('Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20'+_0x59533d['expressions'][_0x4de9fa]+'\x20<<'),_0x76b9c0['push']({'name':_0x59533d['expressions'][_0x4de9fa],'status':new status_message_1[(_0x451581(0xef))](status_message_1[_0x451581(0xef)][_0x451581(0xdb)],utils_1[_0x451581(0xd9)][_0x451581(0x125)],!![])}),_0x59533d[_0x451581(0x122)]['splice'](_0x4de9fa,0x1),_0x4de9fa--;}}if(_0x59533d[_0x451581(0xc8)]===_0x451581(0x123)){if(!_0x59533d['expressions'])_0x59533d[_0x451581(0x13e)]=[];else{const _0x378bc7=_0x4cfc10[0x0];_0x59533d[_0x451581(0x13e)]=_0x59533d['expressions'][_0x451581(0xbf)](_0x7fbf03=>{const _0x205209=_0x451581,_0x5c4b56=state[_0x205209(0x128)](_0x7fbf03,_0x378bc7,_0x380c15['v8Inspector'],!![],this[_0x205209(0xb6)][_0x205209(0xb7)]);return _0x5c4b56['error']?_0x5c4b56['error']:_0x5c4b56[_0x205209(0xdf)][_0x205209(0x117)];});}}else{const _0x101434=state[_0x451581(0x11a)](_0x4cfc10,_0x59533d,this[_0x451581(0xb6)],this[_0x451581(0x12e)],this[_0x451581(0xd5)],this['blocklistManager']);_0x59533d[_0x451581(0x145)]&&(0x0,utils_1[_0x451581(0x11c)])(_0x59533d[_0x451581(0x145)][_0x451581(0x11b)])&&(_0x59533d[_0x451581(0x145)][_0x451581(0xda)]=_0x4cfc10[0x0][_0x451581(0x145)][_0x451581(0xc6)]+0x1),_0x59533d[_0x451581(0xf9)]=_0x101434[_0x451581(0xf9)],_0x59533d[_0x451581(0xad)]=_0x101434[_0x451581(0xad)],_0x59533d['evaluatedExpressions']=_0x76b9c0[_0x451581(0xbd)](_0x101434['evaluatedExpressions']);}}[a35_0x4ef1f4(0x12a)](_0xd094ff){const _0x47c3ef=a35_0x4ef1f4;try{if(!_0xd094ff[_0x47c3ef(0xfa)])return;const _0x1acb38=_0xd094ff['hitBreakpoints'][0x0],_0x4b4caf=this[_0x47c3ef(0x113)][_0x1acb38];if(!_0x4b4caf)return;_0x4b4caf[_0x47c3ef(0x13b)](_0x40c9ea=>{const _0x2ca628=_0x47c3ef;this[_0x2ca628(0xd7)][_0x40c9ea][_0x2ca628(0xdc)]&&(this[_0x2ca628(0xa7)][_0x2ca628(0xde)](_0x2ca628(0x111)+_0x40c9ea),this['listeners'][_0x40c9ea]['listener'](_0xd094ff[_0x2ca628(0xcb)]));});}catch(_0x3db8bf){this['logger'][_0x47c3ef(0xec)](_0x47c3ef(0x127)+_0x3db8bf);}}[a35_0x4ef1f4(0x142)](_0x5b19a0){return _0x5b19a0[0x0]*0x3b9aca00+_0x5b19a0[0x1];}}exports['InspectorDebugApi']=InspectorDebugApi;
@@ -1 +1 @@
1
- const a27_0x45b3cc=a27_0xe69b;(function(_0x1c4064,_0x55ab9a){const _0x21973d=a27_0xe69b,_0x3e44ab=_0x1c4064();while(!![]){try{const _0x2d2a10=parseInt(_0x21973d(0x1d6))/0x1+parseInt(_0x21973d(0x1cd))/0x2+parseInt(_0x21973d(0x1e8))/0x3*(parseInt(_0x21973d(0x1da))/0x4)+parseInt(_0x21973d(0x181))/0x5*(-parseInt(_0x21973d(0x1ec))/0x6)+parseInt(_0x21973d(0x1c9))/0x7+-parseInt(_0x21973d(0x16e))/0x8+-parseInt(_0x21973d(0x1b0))/0x9*(parseInt(_0x21973d(0x1d9))/0xa);if(_0x2d2a10===_0x55ab9a)break;else _0x3e44ab['push'](_0x3e44ab['shift']());}catch(_0x52579d){_0x3e44ab['push'](_0x3e44ab['shift']());}}}(a27_0x254a,0x5b4e9));const a27_0x34b19=(function(){let _0xd532e6=!![];return function(_0x291103,_0x179f85){const _0x3ab87d=_0xd532e6?function(){const _0x48d6e2=a27_0xe69b;if(_0x179f85){const _0x4b3e1d=_0x179f85[_0x48d6e2(0x196)](_0x291103,arguments);return _0x179f85=null,_0x4b3e1d;}}:function(){};return _0xd532e6=![],_0x3ab87d;};}()),a27_0x31968e=a27_0x34b19(this,function(){const _0x3ee58a=a27_0xe69b;return a27_0x31968e[_0x3ee58a(0x1ae)]()[_0x3ee58a(0x1c6)](_0x3ee58a(0x1cb))['toString']()[_0x3ee58a(0x1f0)](a27_0x31968e)['search']('(((.+)+)+)+$');});a27_0x31968e();'use strict';Object[a27_0x45b3cc(0x175)](exports,a27_0x45b3cc(0x1a0),{'value':!![]}),exports[a27_0x45b3cc(0x1f7)]=exports[a27_0x45b3cc(0x19e)]=void 0x0;function a27_0x254a(){const _0x308123=['numBreakpoints','>>>V8\x20breakpoint\x20hit<<<\x20number:\x20','script_break_point','apiBreakpoint','45ghaZzo','description','isJavaScriptFile','Unable\x20to\x20unambiguously\x20find\x20','length','wait','BREAKPOINT_SOURCE_LOCATION','frame','value','SYNTAX_ERROR_IN_CONDITION','log','lines','splice','quota','normalize','listeners','setInternal','column','handleDebugEvents','errors','info','apply','exec','LOG','v8Breakpoint','recovered','stackFrames','SOURCE_FILE_AMBIGUOUS','numBreakpoints_','V8BreakpointData','variableTable','__esModule','../blocklisting/dummy-blocklist-manager','DummyBlocklistManager','setByRegExp','enabled','ERROR_COMPILING_CONDITION','capture','activating\x20v8\x20breakpoint\x20listener','v8Version','expressions','stringify','script','findBreakPoint','VARIABLE_VALUE','toString','fileIndex','95652rUbXsK','includes','set','quotaRecoverySeconds','action','needsRecoveryTime','logger','./debugapi','bind','location','clearBreakPoint','enable','shouldBlock','captureBreakpointData','COULD_NOT_FIND_MAPPING_FILE','../util/validator.js','DebugEvent','listener','config','.\x20Loaded\x20script\x20contained\x20','V8_BREAKPOINT_DISABLED','checkCondition','search','evaluatedExpressions','fileStats','1024436BGZcJK','active','(((.+)+)+)+$','number','356504cDhHGn','../util/utils','deactivating\x20v8\x20breakpoint\x20listener','BREAKPOINT_CONDITION','message','getBreakpointCompiler','satisfies','blocklistManager','CAPTURE_BREAKPOINT_DATA','731812qKsSXl','findScripts','setErrorStatusAndCallback','270NdUPud','124bgesJS','setListener','mirror','hasMappingInfo','quotaManager','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','push','breakPointsHit','extname','warn','undefined','line','onBreakpointHit','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','47076qPpVRE','disconnect','logMessageFormat','../../client/stackdriver/status-message','395130gjCQGx','setScriptBreakPointByRegExp','\x20<<','sourcemapper','constructor','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','V8_BREAKPOINT_CLEAR_ERROR','condition','remainingHits','semver','ERROR_EVALUATING_CONDITION','V8DebugApi','StatusMessage','compile','concat','\x20lines.\x20Please\x20ensure','>=4.5','EXPRESSION_COMPILING_ERROR','error','evaluate','MODULE_WRAP_PREFIX_LENGTH','map','2313760WdaFJG','setBlocklistManager','.\x20Potential\x20matches:\x20','keys','BREAKPOINT_PATH_BLOCKED','INVALID_LINE_NUMBER','usePermanentListener','defineProperty','../state/legacy-state','Break','path','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','pathToRegExp','UNSPECIFIED','breakpoints'];a27_0x254a=function(){return _0x308123;};return a27_0x254a();}const acorn=require('acorn'),path=require(a27_0x45b3cc(0x178)),semver=require(a27_0x45b3cc(0x1f5)),vm=require('vm'),status_message_1=require(a27_0x45b3cc(0x1eb)),state=require(a27_0x45b3cc(0x176)),utils_1=require(a27_0x45b3cc(0x1ce)),debugapi=require(a27_0x45b3cc(0x1b7)),dummy_blocklist_manager_1=require(a27_0x45b3cc(0x1a1));function a27_0xe69b(_0x5c45e4,_0x594423){const _0x563445=a27_0x254a();return a27_0xe69b=function(_0x31968e,_0x34b19){_0x31968e=_0x31968e-0x16b;let _0x254a9e=_0x563445[_0x31968e];return _0x254a9e;},a27_0xe69b(_0x5c45e4,_0x594423);}class V8BreakpointData{constructor(_0x1b84b6,_0x393753,_0x4a5bdd,_0x29f7ce){const _0x3d05b1=a27_0x45b3cc;this[_0x3d05b1(0x180)]=_0x1b84b6,this[_0x3d05b1(0x199)]=_0x393753,this['parsedCondition']=_0x4a5bdd,this[_0x3d05b1(0x1f9)]=_0x29f7ce;}}exports['V8BreakpointData']=V8BreakpointData;class V8DebugApi{constructor(_0x8efad,_0x4140ee,_0x4aa802,_0x5d0a5d,_0x610ad5){const _0x538efc=a27_0x45b3cc;this[_0x538efc(0x17c)]={},this['listeners']={},this['numBreakpoints']=0x0,this[_0x538efc(0x1ef)]=_0x5d0a5d,this['v8']=vm['runInDebugContext']('Debug'),this[_0x538efc(0x1c2)]=_0x4140ee,this[_0x538efc(0x1af)]=_0x4aa802,this['v8Version']=/(\d+\.\d+\.\d+)\.\d+/[_0x538efc(0x197)](process['versions']['v8']),this['logger']=_0x8efad,this[_0x538efc(0x174)]=semver[_0x538efc(0x1d3)](this[_0x538efc(0x1a8)][0x1],_0x538efc(0x1fc)),this['quotaManager']=_0x610ad5,this['blocklistManager']=new dummy_blocklist_manager_1[(_0x538efc(0x1a2))](!![]),this[_0x538efc(0x193)]=(_0x598a85,_0x1612ee,_0x3b8ff6)=>{const _0x367265=_0x538efc;try{switch(_0x598a85){case this['v8'][_0x367265(0x1c0)][_0x367265(0x177)]:_0x3b8ff6[_0x367265(0x1e1)]()['forEach'](_0x55b919=>{const _0x232e8=_0x367265,_0x53fa29=_0x55b919[_0x232e8(0x17f)]()['number']();this[_0x232e8(0x190)][_0x53fa29][_0x232e8(0x1a4)]&&(this['logger'][_0x232e8(0x195)](_0x232e8(0x17e)+_0x53fa29),this[_0x232e8(0x190)][_0x53fa29][_0x232e8(0x1c1)](_0x1612ee,_0x3b8ff6));});break;default:}}catch(_0x2b8255){this[_0x367265(0x1b6)][_0x367265(0x1e3)]('Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20'+_0x2b8255);}},this['usePermanentListener']&&(this[_0x538efc(0x1b6)][_0x538efc(0x195)](_0x538efc(0x1df)),this['v8'][_0x538efc(0x1db)](this[_0x538efc(0x193)]));}[a27_0x45b3cc(0x1b2)](_0x52e8bb,_0x339892){const _0xc1a7d=a27_0x45b3cc;if(!this['v8']||!_0x52e8bb||typeof _0x52e8bb['id']===_0xc1a7d(0x1e4)||!_0x52e8bb[_0xc1a7d(0x1b9)]||!_0x52e8bb[_0xc1a7d(0x1b9)][_0xc1a7d(0x178)]||!_0x52e8bb['location']['line'])return utils_1[_0xc1a7d(0x1d8)](_0x339892,_0x52e8bb,status_message_1[_0xc1a7d(0x1f8)][_0xc1a7d(0x17b)],utils_1[_0xc1a7d(0x194)]['INVALID_BREAKPOINT']);const _0x3915c3=path[_0xc1a7d(0x18f)](_0x52e8bb[_0xc1a7d(0x1b9)]['path']);if(this[_0xc1a7d(0x1d4)][_0xc1a7d(0x1bc)](_0x3915c3))return utils_1[_0xc1a7d(0x1d8)](_0x339892,_0x52e8bb,status_message_1['StatusMessage'][_0xc1a7d(0x187)],utils_1[_0xc1a7d(0x194)][_0xc1a7d(0x172)]);if(!this[_0xc1a7d(0x1ef)][_0xc1a7d(0x1dd)](_0x3915c3)){const _0x54cc27=path[_0xc1a7d(0x1e2)](_0x3915c3);if(!this[_0xc1a7d(0x1c2)]['javascriptFileExtensions'][_0xc1a7d(0x1b1)](_0x54cc27))return utils_1['setErrorStatusAndCallback'](_0x339892,_0x52e8bb,status_message_1[_0xc1a7d(0x1f8)][_0xc1a7d(0x187)],utils_1['errors'][_0xc1a7d(0x1be)]);this[_0xc1a7d(0x191)](_0x52e8bb,null,null,_0x339892);}else{const _0x1a8779=_0x52e8bb[_0xc1a7d(0x1b9)][_0xc1a7d(0x1e5)],_0x9a4aec=0x0,_0x317f8f=this[_0xc1a7d(0x1ef)]['mappingInfo'](_0x3915c3,_0x1a8779,_0x9a4aec),_0x2fdec6=utils_1[_0xc1a7d(0x1d2)](_0x52e8bb);if(_0x52e8bb[_0xc1a7d(0x1f3)]&&_0x2fdec6)try{_0x52e8bb[_0xc1a7d(0x1f3)]=_0x2fdec6(_0x52e8bb[_0xc1a7d(0x1f3)]);}catch(_0xf39b92){return this[_0xc1a7d(0x1b6)][_0xc1a7d(0x195)]('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x52e8bb[_0xc1a7d(0x1f3)]+_0xc1a7d(0x1ee)),utils_1[_0xc1a7d(0x1d8)](_0x339892,_0x52e8bb,status_message_1[_0xc1a7d(0x1f8)]['BREAKPOINT_CONDITION'],utils_1[_0xc1a7d(0x194)][_0xc1a7d(0x1a5)]);}this[_0xc1a7d(0x191)](_0x52e8bb,_0x317f8f,_0x2fdec6,_0x339892);}}['clear'](_0x5803d8,_0x39f72a){const _0x58feb8=a27_0x45b3cc;if(typeof _0x5803d8['id']===_0x58feb8(0x1e4))return utils_1[_0x58feb8(0x1d8)](_0x39f72a,_0x5803d8,status_message_1['StatusMessage'][_0x58feb8(0x1d0)],utils_1['errors']['V8_BREAKPOINT_CLEAR_ERROR']);const _0x391b88=this[_0x58feb8(0x17c)][_0x5803d8['id']];if(!_0x391b88)return utils_1[_0x58feb8(0x1d8)](_0x39f72a,_0x5803d8,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],utils_1['errors'][_0x58feb8(0x1f2)]);const _0x577445=_0x391b88[_0x58feb8(0x199)];this['v8'][_0x58feb8(0x1ba)](_0x577445[_0x58feb8(0x1cc)]()),delete this['breakpoints'][_0x5803d8['id']],delete this[_0x58feb8(0x190)][_0x577445[_0x58feb8(0x1cc)]()],this[_0x58feb8(0x17d)]--,this[_0x58feb8(0x17d)]===0x0&&!this[_0x58feb8(0x174)]&&(this[_0x58feb8(0x1b6)][_0x58feb8(0x195)](_0x58feb8(0x1cf)),this['v8'][_0x58feb8(0x1db)](null)),setImmediate(()=>{_0x39f72a(null);});}[a27_0x45b3cc(0x186)](_0x31d308,_0x45d83d){const _0x36462a=a27_0x45b3cc,_0x28742=this,_0x34fb8e=_0x28742['breakpoints'][_0x31d308['id']][_0x36462a(0x199)][_0x36462a(0x1cc)](),_0x3149bd=this[_0x36462a(0x1e6)][_0x36462a(0x1b8)](this,_0x31d308,_0x4ec5e3=>{const _0x16ca8d=_0x36462a;_0x28742[_0x16ca8d(0x190)][_0x34fb8e][_0x16ca8d(0x1a4)]=![],setImmediate(()=>{_0x45d83d(_0x4ec5e3||undefined);});});_0x28742[_0x36462a(0x190)][_0x34fb8e]={'enabled':!![],'listener':_0x3149bd};}[a27_0x45b3cc(0x18b)](_0x4ee066,_0x2578a0,_0x58d5f5,_0x404001){const _0x4eb827=a27_0x45b3cc,_0x522089=this,_0x3a6e3a=_0x522089['breakpoints'][_0x4ee066['id']]['v8Breakpoint'][_0x4eb827(0x1cc)](),_0xb07f=this['onBreakpointHit']['bind'](this,_0x4ee066,_0x569846=>{const _0x48b2a0=_0x4eb827;_0x569846&&(this[_0x48b2a0(0x190)][_0x4ee066['id']]['enabled']=![],setImmediate(()=>{_0x404001(_0x569846||undefined);})),_0x2578a0(_0x4ee066[_0x48b2a0(0x1ea)],_0x4ee066[_0x48b2a0(0x1c7)][_0x48b2a0(0x16d)](_0x109349=>JSON[_0x48b2a0(0x1aa)](_0x109349))),_0x58d5f5()?_0x522089[_0x48b2a0(0x190)][_0x3a6e3a][_0x48b2a0(0x1a4)]=![]:this['quotaManager'][_0x48b2a0(0x1b5)](_0x4ee066['id'])&&(_0x522089[_0x48b2a0(0x190)][_0x3a6e3a]['enabled']=![],setTimeout(()=>{const _0x329c13=_0x48b2a0;!_0x58d5f5()&&_0x522089['listeners'][_0x3a6e3a]&&(_0x522089['listeners'][_0x3a6e3a][_0x329c13(0x1a4)]=!![]),this[_0x329c13(0x1de)][_0x329c13(0x19a)](_0x4ee066['id']);},_0x522089['config'][_0x48b2a0(0x18e)][_0x48b2a0(0x1b3)]*0x3e8));});_0x522089['listeners'][_0x3a6e3a]={'enabled':!![],'listener':_0xb07f};}[a27_0x45b3cc(0x1e9)](){return;}[a27_0x45b3cc(0x1bb)](){}['disable'](){}[a27_0x45b3cc(0x19d)](){const _0xe06e55=a27_0x45b3cc;return Object['keys'](this[_0xe06e55(0x17c)])[_0xe06e55(0x185)];}['numListeners_'](){const _0x1c2d04=a27_0x45b3cc;return Object[_0x1c2d04(0x171)](this['listeners'])[_0x1c2d04(0x185)];}[a27_0x45b3cc(0x1f4)](){return 0x0;}[a27_0x45b3cc(0x16f)](_0xece0e5){this['blocklistManager']=_0xece0e5;}['setInternal'](_0x83b61d,_0x1a4f66,_0x234862,_0x4f47bd){const _0x2b4817=a27_0x45b3cc;let _0x9a2f4e=null;if(_0x83b61d[_0x2b4817(0x1f3)])try{_0x9a2f4e=acorn['parse'](_0x83b61d[_0x2b4817(0x1f3)],{'sourceType':_0x2b4817(0x1ab),'ecmaVersion':0x6});const _0x1f33fe=require(_0x2b4817(0x1bf));if(!_0x1f33fe['isValid'](_0x9a2f4e,!![]))return utils_1['setErrorStatusAndCallback'](_0x4f47bd,_0x83b61d,status_message_1[_0x2b4817(0x1f8)][_0x2b4817(0x1d0)],utils_1[_0x2b4817(0x194)]['DISALLOWED_EXPRESSION']);}catch(_0xd51d7e){return utils_1[_0x2b4817(0x1d8)](_0x4f47bd,_0x83b61d,status_message_1[_0x2b4817(0x1f8)][_0x2b4817(0x1d0)],utils_1[_0x2b4817(0x194)][_0x2b4817(0x18a)]+_0xd51d7e[_0x2b4817(0x1d1)]);}let _0x2f606f;const _0xc2f144=_0x1a4f66?_0x1a4f66['file']:path[_0x2b4817(0x18f)](_0x83b61d[_0x2b4817(0x1b9)][_0x2b4817(0x178)]),_0x1331b2=utils_1[_0x2b4817(0x1d7)](_0xc2f144,this[_0x2b4817(0x1c2)],this[_0x2b4817(0x1af)],this[_0x2b4817(0x1b6)]);if(_0x1331b2[_0x2b4817(0x185)]===0x0)return utils_1[_0x2b4817(0x1d8)](_0x4f47bd,_0x83b61d,status_message_1['StatusMessage'][_0x2b4817(0x187)],utils_1['errors']['SOURCE_FILE_NOT_FOUND']);else{if(_0x1331b2['length']===0x1)_0x2f606f=_0x1331b2[0x0];else return this[_0x2b4817(0x1b6)][_0x2b4817(0x1e3)](_0x2b4817(0x184)+_0xc2f144+_0x2b4817(0x170)+_0x1331b2),utils_1[_0x2b4817(0x1d8)](_0x4f47bd,_0x83b61d,status_message_1[_0x2b4817(0x1f8)][_0x2b4817(0x187)],utils_1[_0x2b4817(0x194)][_0x2b4817(0x19c)]);}let _0x476111=_0x1a4f66&&_0x1a4f66[_0x2b4817(0x192)]?_0x1a4f66[_0x2b4817(0x192)]:_0x83b61d[_0x2b4817(0x1b9)][_0x2b4817(0x192)]||0x1;const _0x1a9363=_0x1a4f66?_0x1a4f66[_0x2b4817(0x1e5)]:_0x83b61d[_0x2b4817(0x1b9)][_0x2b4817(0x1e5)];_0x1a9363===0x1&&(_0x476111+=debugapi[_0x2b4817(0x16c)]-0x1);if(_0x1a9363>=this[_0x2b4817(0x1af)][_0x2b4817(0x1c8)][_0x2f606f][_0x2b4817(0x18c)])return utils_1['setErrorStatusAndCallback'](_0x4f47bd,_0x83b61d,status_message_1[_0x2b4817(0x1f8)][_0x2b4817(0x187)],{...utils_1[_0x2b4817(0x194)][_0x2b4817(0x173)],'description':utils_1[_0x2b4817(0x194)][_0x2b4817(0x173)][_0x2b4817(0x182)]+_0x2f606f+':'+_0x1a9363+_0x2b4817(0x1c3)+this[_0x2b4817(0x1af)]['fileStats'][_0x2f606f]['lines']+_0x2b4817(0x1fb)+_0x2b4817(0x179)+'\x20deployed\x20source.'});const _0x8b0497=this[_0x2b4817(0x1a3)](_0x2f606f,_0x1a9363,_0x476111);if(!_0x8b0497)return utils_1['setErrorStatusAndCallback'](_0x4f47bd,_0x83b61d,status_message_1[_0x2b4817(0x1f8)][_0x2b4817(0x187)],utils_1[_0x2b4817(0x194)]['V8_BREAKPOINT_ERROR']);this[_0x2b4817(0x17d)]===0x0&&!this[_0x2b4817(0x174)]&&(this[_0x2b4817(0x1b6)][_0x2b4817(0x195)](_0x2b4817(0x1a7)),this['v8'][_0x2b4817(0x1db)](this[_0x2b4817(0x193)])),this[_0x2b4817(0x17c)][_0x83b61d['id']]=new V8BreakpointData(_0x83b61d,_0x8b0497,_0x9a2f4e,_0x234862),this[_0x2b4817(0x17d)]++,setImmediate(()=>{_0x4f47bd(null);});}[a27_0x45b3cc(0x1a3)](_0xffe3e0,_0x33726a,_0x26334a){const _0x47721d=a27_0x45b3cc,_0x3fc2b0=utils_1[_0x47721d(0x17a)](_0xffe3e0),_0x198967=this['v8'][_0x47721d(0x1ed)](_0x3fc2b0,_0x33726a-0x1,_0x26334a-0x1),_0x7336c7=this['v8'][_0x47721d(0x1ac)](_0x198967);return _0x7336c7;}[a27_0x45b3cc(0x1e6)](_0x14d5cd,_0x424da0,_0x4ab0db){const _0x1c55ec=a27_0x45b3cc,_0x4e7d39=this['breakpoints'][_0x14d5cd['id']][_0x1c55ec(0x199)];if(!_0x4e7d39[_0x1c55ec(0x1ca)]())return utils_1[_0x1c55ec(0x1d8)](_0x424da0,_0x14d5cd,status_message_1[_0x1c55ec(0x1f8)]['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors'][_0x1c55ec(0x1c4)]);const _0x4714c0=this[_0x1c55ec(0x1c5)](_0x14d5cd,_0x4ab0db);if(_0x4714c0[_0x1c55ec(0x1fe)])return utils_1['setErrorStatusAndCallback'](_0x424da0,_0x14d5cd,status_message_1[_0x1c55ec(0x1f8)][_0x1c55ec(0x1d0)],{...utils_1[_0x1c55ec(0x194)][_0x1c55ec(0x1f6)],'description':utils_1[_0x1c55ec(0x194)]['ERROR_COMPILING_CONDITION']['description']+_0x4714c0[_0x1c55ec(0x1fe)]});else{if(!_0x4714c0[_0x1c55ec(0x189)]){this[_0x1c55ec(0x1b6)][_0x1c55ec(0x195)](_0x1c55ec(0x1f1));return;}}const _0x149ad8=process['hrtime']();try{this[_0x1c55ec(0x1bd)](_0x14d5cd,_0x4ab0db);}catch(_0x2835a2){return utils_1['setErrorStatusAndCallback'](_0x424da0,_0x14d5cd,status_message_1['StatusMessage'][_0x1c55ec(0x187)],utils_1[_0x1c55ec(0x194)][_0x1c55ec(0x1d5)]+_0x2835a2);}const _0x35c17d=process['hrtime'](_0x149ad8);this[_0x1c55ec(0x1b6)][_0x1c55ec(0x195)](utils_1['formatInterval']('capture\x20time:\x20',_0x35c17d)),_0x424da0(null);}[a27_0x45b3cc(0x1c5)](_0x4acd93,_0xcee4de){const _0x3730c0=a27_0x45b3cc;if(!_0x4acd93['condition'])return{'value':!![]};const _0x47288c=state[_0x3730c0(0x16b)](_0x4acd93[_0x3730c0(0x1f3)],_0xcee4de[_0x3730c0(0x188)](0x0));if(_0x47288c[_0x3730c0(0x1fe)])return{'error':_0x47288c[_0x3730c0(0x1fe)]};return{'value':!!_0x47288c[_0x3730c0(0x1dc)][_0x3730c0(0x189)]()};}['captureBreakpointData'](_0x5e7032,_0x554790){const _0xac14cf=a27_0x45b3cc,_0x799e55=[];if(_0x5e7032[_0xac14cf(0x1a9)]&&this[_0xac14cf(0x17c)][_0x5e7032['id']]['compile'])for(let _0x2ed86f=0x0;_0x2ed86f<_0x5e7032[_0xac14cf(0x1a9)][_0xac14cf(0x185)];_0x2ed86f++){try{_0x5e7032[_0xac14cf(0x1a9)][_0x2ed86f]=this[_0xac14cf(0x17c)][_0x5e7032['id']][_0xac14cf(0x1f9)](_0x5e7032['expressions'][_0x2ed86f]);}catch(_0x450d5e){this[_0xac14cf(0x1b6)][_0xac14cf(0x195)](_0xac14cf(0x1e7)+_0x5e7032[_0xac14cf(0x1a9)][_0x2ed86f]+'\x20<<'),_0x799e55[_0xac14cf(0x1e0)]({'name':_0x5e7032[_0xac14cf(0x1a9)][_0x2ed86f],'status':new status_message_1[(_0xac14cf(0x1f8))](status_message_1[_0xac14cf(0x1f8)][_0xac14cf(0x1ad)],utils_1[_0xac14cf(0x194)][_0xac14cf(0x1fd)],!![])}),_0x5e7032[_0xac14cf(0x1a9)][_0xac14cf(0x18d)](_0x2ed86f,0x1),_0x2ed86f--;}}if(_0x5e7032[_0xac14cf(0x1b4)]===_0xac14cf(0x198)){if(!_0x5e7032[_0xac14cf(0x1a9)])_0x5e7032['evaluatedExpressions']=[];else{const _0x116d0f=_0x554790['frame'](0x0),_0xd83670=_0x5e7032[_0xac14cf(0x1a9)][_0xac14cf(0x16d)](_0x3230b5=>{const _0x3f3747=_0xac14cf,_0x301585=state['evaluate'](_0x3230b5,_0x116d0f);return _0x301585[_0x3f3747(0x1fe)]?_0x301585['error']:_0x301585[_0x3f3747(0x1dc)][_0x3f3747(0x189)]();});_0x5e7032[_0xac14cf(0x1c7)]=_0xd83670;}}else{const _0x3ae2ef=state[_0xac14cf(0x1a6)](_0x554790,_0x5e7032[_0xac14cf(0x1a9)],this[_0xac14cf(0x1c2)],this['v8'],this['blocklistManager']);_0x5e7032['location']&&utils_1[_0xac14cf(0x183)](_0x5e7032[_0xac14cf(0x1b9)][_0xac14cf(0x178)])&&_0x3ae2ef[_0xac14cf(0x1b9)]&&_0x3ae2ef[_0xac14cf(0x1b9)][_0xac14cf(0x1e5)]&&(_0x5e7032[_0xac14cf(0x1b9)][_0xac14cf(0x1e5)]=_0x3ae2ef[_0xac14cf(0x1b9)][_0xac14cf(0x1e5)]),_0x5e7032['stackFrames']=_0x3ae2ef[_0xac14cf(0x19b)],_0x5e7032[_0xac14cf(0x19f)]=_0x3ae2ef[_0xac14cf(0x19f)],_0x5e7032['evaluatedExpressions']=_0x799e55[_0xac14cf(0x1fa)](_0x3ae2ef[_0xac14cf(0x1c7)]);}}}exports['V8DebugApi']=V8DebugApi;
1
+ const a36_0x4982bc=a36_0x3a2e;(function(_0x292f50,_0x18c809){const _0x362ed1=a36_0x3a2e,_0x23b92e=_0x292f50();while(!![]){try{const _0x144461=-parseInt(_0x362ed1(0xf3))/0x1+parseInt(_0x362ed1(0xde))/0x2*(-parseInt(_0x362ed1(0xd5))/0x3)+-parseInt(_0x362ed1(0xfe))/0x4*(-parseInt(_0x362ed1(0xe3))/0x5)+-parseInt(_0x362ed1(0x88))/0x6+-parseInt(_0x362ed1(0xb7))/0x7*(-parseInt(_0x362ed1(0xaf))/0x8)+parseInt(_0x362ed1(0xea))/0x9+-parseInt(_0x362ed1(0x7d))/0xa*(-parseInt(_0x362ed1(0xfa))/0xb);if(_0x144461===_0x18c809)break;else _0x23b92e['push'](_0x23b92e['shift']());}catch(_0x2beebf){_0x23b92e['push'](_0x23b92e['shift']());}}}(a36_0x3cc2,0x82cac));function a36_0x3a2e(_0x3e3665,_0x38e149){const _0x59aed2=a36_0x3cc2();return a36_0x3a2e=function(_0x43903a,_0x2ef2b0){_0x43903a=_0x43903a-0x71;let _0x3cc200=_0x59aed2[_0x43903a];return _0x3cc200;},a36_0x3a2e(_0x3e3665,_0x38e149);}function a36_0x3cc2(){const _0x24ae36=['>=4.5','bind','wait','../blocklisting/dummy-blocklist-manager','1821974RPplLb','onBreakpointHit','concat','DISALLOWED_EXPRESSION','enable','INVALID_LINE_NUMBER','quota','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','quotaManager','hasMappingInfo','Break','setListener','acorn','fileIndex','quotaRecoverySeconds','>>>V8\x20breakpoint\x20hit<<<\x20number:\x20','BREAKPOINT_SOURCE_LOCATION','parse','evaluatedExpressions','numBreakpoints_','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','\x20deployed\x20source.','frame','../util/utils','stackFrames','map','ERROR_COMPILING_CONDITION','search','SOURCE_FILE_AMBIGUOUS','info','879SDmWNe','isValid','config','error','expressions','description','satisfies','setErrorStatusAndCallback','StatusMessage','3274rFsUDH','findScripts','versions','listeners','exec','1365yFQBvJ','DummyBlocklistManager','V8BreakpointData','blocklistManager','formatInterval','pathToRegExp','handleDebugEvents','8138655KFLxpa','remainingHits','script','isJavaScriptFile','usePermanentListener','apiBreakpoint','./debugapi','line','toString','458715McUIbd','disable','checkCondition','Debug','logMessageFormat','warn','capture','7195738WlPYBK','BREAKPOINT_PATH_BLOCKED','semver','extname','3832fuxKcB','runInDebugContext','length','__esModule','normalize','setByRegExp','condition','path','needsRecoveryTime','COULD_NOT_FIND_MAPPING_FILE','Unable\x20to\x20unambiguously\x20find\x20','clear','Unable\x20to\x20compile\x20condition\x20>>\x20','sourcemapper','fileStats','DebugEvent','INVALID_BREAKPOINT','activating\x20v8\x20breakpoint\x20listener','errors','variableTable','log','compile','../util/validator.js','10jFcwtm','message','V8_BREAKPOINT_ERROR','logger','recovered','includes','mappingInfo','parsedCondition','v8Version','V8_BREAKPOINT_DISABLED','SOURCE_FILE_NOT_FOUND','3637134oNmEle','splice','capture\x20time:\x20','BREAKPOINT_CONDITION','setScriptBreakPointByRegExp','number','defineProperty','lines','enabled','evaluate','breakpoints','push','hrtime','CAPTURE_BREAKPOINT_DATA','v8Breakpoint','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','V8_BREAKPOINT_CLEAR_ERROR','numBreakpoints','keys','.\x20Potential\x20matches:\x20','constructor','column','SYNTAX_ERROR_IN_CONDITION','action','V8DebugApi','deactivating\x20v8\x20breakpoint\x20listener','captureBreakpointData','(((.+)+)+)+$','apply','\x20<<','setInternal','file','.\x20Loaded\x20script\x20contained\x20','mirror','EXPRESSION_COMPILING_ERROR','ERROR_EVALUATING_CONDITION','findBreakPoint','script_break_point','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','8FkXoQv','location','clearBreakPoint','value'];a36_0x3cc2=function(){return _0x24ae36;};return a36_0x3cc2();}const a36_0x2ef2b0=(function(){let _0x50312f=!![];return function(_0x84f931,_0xdebddf){const _0x4837aa=_0x50312f?function(){const _0x24e0da=a36_0x3a2e;if(_0xdebddf){const _0x5705c3=_0xdebddf[_0x24e0da(0xa4)](_0x84f931,arguments);return _0xdebddf=null,_0x5705c3;}}:function(){};return _0x50312f=![],_0x4837aa;};}()),a36_0x43903a=a36_0x2ef2b0(this,function(){const _0x300aeb=a36_0x3a2e;return a36_0x43903a['toString']()[_0x300aeb(0xd2)]('(((.+)+)+)+$')[_0x300aeb(0xf2)]()[_0x300aeb(0x9c)](a36_0x43903a)[_0x300aeb(0xd2)](_0x300aeb(0xa3));});a36_0x43903a();'use strict';Object[a36_0x4982bc(0x8e)](exports,a36_0x4982bc(0x101),{'value':!![]}),exports[a36_0x4982bc(0xa0)]=exports[a36_0x4982bc(0xe5)]=void 0x0;const acorn=require(a36_0x4982bc(0xc3)),path=require(a36_0x4982bc(0x105)),semver=require(a36_0x4982bc(0xfc)),vm=require('vm'),status_message_1=require('../../client/stackdriver/status-message'),state=require('../state/legacy-state'),utils_1=require(a36_0x4982bc(0xce)),debugapi=require(a36_0x4982bc(0xf0)),dummy_blocklist_manager_1=require(a36_0x4982bc(0xb6));class V8BreakpointData{constructor(_0x1ebbfb,_0x1f73aa,_0x655ca6,_0x2e0064){const _0x5c0530=a36_0x4982bc;this[_0x5c0530(0xef)]=_0x1ebbfb,this['v8Breakpoint']=_0x1f73aa,this[_0x5c0530(0x84)]=_0x655ca6,this[_0x5c0530(0x7b)]=_0x2e0064;}}exports[a36_0x4982bc(0xe5)]=V8BreakpointData;class V8DebugApi{constructor(_0x1b9bf0,_0x9e1fc4,_0x2e25ff,_0x58390f,_0x5d7a9f){const _0xb054f0=a36_0x4982bc;this[_0xb054f0(0x92)]={},this[_0xb054f0(0xe1)]={},this['numBreakpoints']=0x0,this['sourcemapper']=_0x58390f,this['v8']=vm[_0xb054f0(0xff)](_0xb054f0(0xf6)),this[_0xb054f0(0xd7)]=_0x9e1fc4,this[_0xb054f0(0xc4)]=_0x2e25ff,this['v8Version']=/(\d+\.\d+\.\d+)\.\d+/[_0xb054f0(0xe2)](process[_0xb054f0(0xe0)]['v8']),this[_0xb054f0(0x80)]=_0x1b9bf0,this[_0xb054f0(0xee)]=semver[_0xb054f0(0xdb)](this[_0xb054f0(0x85)][0x1],_0xb054f0(0xb3)),this[_0xb054f0(0xbf)]=_0x5d7a9f,this[_0xb054f0(0xe6)]=new dummy_blocklist_manager_1[(_0xb054f0(0xe4))](!![]),this[_0xb054f0(0xe9)]=(_0x409d39,_0x31e7ae,_0xbfbcde)=>{const _0x3de922=_0xb054f0;try{switch(_0x409d39){case this['v8'][_0x3de922(0x75)][_0x3de922(0xc1)]:_0xbfbcde['breakPointsHit']()['forEach'](_0x34f27e=>{const _0x5c4d77=_0x3de922,_0x25c8b3=_0x34f27e[_0x5c4d77(0xad)]()[_0x5c4d77(0x8d)]();this[_0x5c4d77(0xe1)][_0x25c8b3]['enabled']&&(this[_0x5c4d77(0x80)]['info'](_0x5c4d77(0xc6)+_0x25c8b3),this[_0x5c4d77(0xe1)][_0x25c8b3]['listener'](_0x31e7ae,_0xbfbcde));});break;default:}}catch(_0xa47825){this[_0x3de922(0x80)][_0x3de922(0xf8)]('Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20'+_0xa47825);}},this[_0xb054f0(0xee)]&&(this[_0xb054f0(0x80)]['info'](_0xb054f0(0x97)),this['v8'][_0xb054f0(0xc2)](this[_0xb054f0(0xe9)]));}['set'](_0x11c6d4,_0x52b098){const _0x2f7289=a36_0x4982bc;if(!this['v8']||!_0x11c6d4||typeof _0x11c6d4['id']==='undefined'||!_0x11c6d4[_0x2f7289(0xb0)]||!_0x11c6d4[_0x2f7289(0xb0)]['path']||!_0x11c6d4[_0x2f7289(0xb0)]['line'])return(0x0,utils_1[_0x2f7289(0xdc)])(_0x52b098,_0x11c6d4,status_message_1['StatusMessage']['UNSPECIFIED'],utils_1['errors'][_0x2f7289(0x76)]);const _0x343448=path[_0x2f7289(0x102)](_0x11c6d4[_0x2f7289(0xb0)][_0x2f7289(0x105)]);if(this[_0x2f7289(0xe6)]['shouldBlock'](_0x343448))return(0x0,utils_1[_0x2f7289(0xdc)])(_0x52b098,_0x11c6d4,status_message_1['StatusMessage'][_0x2f7289(0xc7)],utils_1[_0x2f7289(0x78)][_0x2f7289(0xfb)]);if(!this[_0x2f7289(0x73)][_0x2f7289(0xc0)](_0x343448)){const _0x8045b9=path[_0x2f7289(0xfd)](_0x343448);if(!this[_0x2f7289(0xd7)]['javascriptFileExtensions'][_0x2f7289(0x82)](_0x8045b9))return(0x0,utils_1[_0x2f7289(0xdc)])(_0x52b098,_0x11c6d4,status_message_1[_0x2f7289(0xdd)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x2f7289(0x78)][_0x2f7289(0x107)]);this[_0x2f7289(0xa6)](_0x11c6d4,null,null,_0x52b098);}else{const _0x1763c7=_0x11c6d4['location'][_0x2f7289(0xf1)],_0x3436e2=0x0,_0x5e0389=this[_0x2f7289(0x73)][_0x2f7289(0x83)](_0x343448,_0x1763c7,_0x3436e2),_0x1bfb6a=(0x0,utils_1['getBreakpointCompiler'])(_0x11c6d4);if(_0x11c6d4[_0x2f7289(0x104)]&&_0x1bfb6a)try{_0x11c6d4[_0x2f7289(0x104)]=_0x1bfb6a(_0x11c6d4[_0x2f7289(0x104)]);}catch(_0x5c882d){return this[_0x2f7289(0x80)][_0x2f7289(0xd4)](_0x2f7289(0x72)+_0x11c6d4['condition']+_0x2f7289(0xa5)),(0x0,utils_1['setErrorStatusAndCallback'])(_0x52b098,_0x11c6d4,status_message_1['StatusMessage'][_0x2f7289(0x8b)],utils_1[_0x2f7289(0x78)]['ERROR_COMPILING_CONDITION']);}this[_0x2f7289(0xa6)](_0x11c6d4,_0x5e0389,_0x1bfb6a,_0x52b098);}}[a36_0x4982bc(0x71)](_0x530665,_0x3f042a){const _0x51fab9=a36_0x4982bc;if(typeof _0x530665['id']==='undefined')return(0x0,utils_1[_0x51fab9(0xdc)])(_0x3f042a,_0x530665,status_message_1[_0x51fab9(0xdd)][_0x51fab9(0x8b)],utils_1[_0x51fab9(0x78)][_0x51fab9(0x98)]);const _0x43bcca=this[_0x51fab9(0x92)][_0x530665['id']];if(!_0x43bcca)return(0x0,utils_1[_0x51fab9(0xdc)])(_0x3f042a,_0x530665,status_message_1[_0x51fab9(0xdd)][_0x51fab9(0x8b)],utils_1['errors'][_0x51fab9(0x98)]);const _0x40081a=_0x43bcca['v8Breakpoint'];this['v8'][_0x51fab9(0xb1)](_0x40081a[_0x51fab9(0x8d)]()),delete this['breakpoints'][_0x530665['id']],delete this['listeners'][_0x40081a[_0x51fab9(0x8d)]()],this['numBreakpoints']--,this['numBreakpoints']===0x0&&!this[_0x51fab9(0xee)]&&(this[_0x51fab9(0x80)][_0x51fab9(0xd4)](_0x51fab9(0xa1)),this['v8'][_0x51fab9(0xc2)](null)),setImmediate(()=>{_0x3f042a(null);});}[a36_0x4982bc(0xb5)](_0x212322,_0x2c4ee4){const _0x30dcfc=a36_0x4982bc,_0x68c429=this,_0x39c4af=_0x68c429[_0x30dcfc(0x92)][_0x212322['id']][_0x30dcfc(0x96)][_0x30dcfc(0x8d)](),_0x3b9336=this['onBreakpointHit'][_0x30dcfc(0xb4)](this,_0x212322,_0x18c717=>{const _0x309539=_0x30dcfc;_0x68c429[_0x309539(0xe1)][_0x39c4af][_0x309539(0x90)]=![],setImmediate(()=>{_0x2c4ee4(_0x18c717||undefined);});});_0x68c429[_0x30dcfc(0xe1)][_0x39c4af]={'enabled':!![],'listener':_0x3b9336};}[a36_0x4982bc(0x7a)](_0x4a2b44,_0x3dc29f,_0xf2e8fe,_0xcc6831){const _0x2c35be=a36_0x4982bc,_0x48c1ec=this,_0x4af765=_0x48c1ec[_0x2c35be(0x92)][_0x4a2b44['id']]['v8Breakpoint'][_0x2c35be(0x8d)](),_0x548310=this[_0x2c35be(0xb8)][_0x2c35be(0xb4)](this,_0x4a2b44,_0x203cd2=>{const _0x1a5db0=_0x2c35be;_0x203cd2&&(this[_0x1a5db0(0xe1)][_0x4a2b44['id']]['enabled']=![],setImmediate(()=>{_0xcc6831(_0x203cd2||undefined);})),_0x3dc29f(_0x4a2b44[_0x1a5db0(0xf7)],_0x4a2b44[_0x1a5db0(0xc9)]),_0xf2e8fe()?_0x48c1ec['listeners'][_0x4af765]['enabled']=![]:this[_0x1a5db0(0xbf)][_0x1a5db0(0x106)](_0x4a2b44['id'])&&(_0x48c1ec['listeners'][_0x4af765][_0x1a5db0(0x90)]=![],setTimeout(()=>{const _0x45a101=_0x1a5db0;!_0xf2e8fe()&&_0x48c1ec[_0x45a101(0xe1)][_0x4af765]&&(_0x48c1ec[_0x45a101(0xe1)][_0x4af765][_0x45a101(0x90)]=!![]),this[_0x45a101(0xbf)][_0x45a101(0x81)](_0x4a2b44['id']);},_0x48c1ec['config'][_0x1a5db0(0xbd)][_0x1a5db0(0xc5)]*0x3e8));});_0x48c1ec[_0x2c35be(0xe1)][_0x4af765]={'enabled':!![],'listener':_0x548310};}['disconnect'](){return;}[a36_0x4982bc(0xbb)](){}[a36_0x4982bc(0xf4)](){}[a36_0x4982bc(0xca)](){const _0xee5b2b=a36_0x4982bc;return Object['keys'](this[_0xee5b2b(0x92)])['length'];}['numListeners_'](){const _0x588bf3=a36_0x4982bc;return Object[_0x588bf3(0x9a)](this[_0x588bf3(0xe1)])[_0x588bf3(0x100)];}[a36_0x4982bc(0xeb)](){return 0x0;}['setBlocklistManager'](_0x56d791){this['blocklistManager']=_0x56d791;}['setInternal'](_0x5c6dc2,_0x27f4df,_0x5063dc,_0x3595a2){const _0x1025c7=a36_0x4982bc;let _0x1e16bd=null;if(_0x5c6dc2[_0x1025c7(0x104)])try{_0x1e16bd=acorn[_0x1025c7(0xc8)](_0x5c6dc2['condition'],{'sourceType':_0x1025c7(0xec),'ecmaVersion':0x6});const _0x3d233c=require(_0x1025c7(0x7c));if(!_0x3d233c[_0x1025c7(0xd6)](_0x1e16bd,!![]))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x3595a2,_0x5c6dc2,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],utils_1['errors'][_0x1025c7(0xba)]);}catch(_0x27d066){return(0x0,utils_1[_0x1025c7(0xdc)])(_0x3595a2,_0x5c6dc2,status_message_1['StatusMessage'][_0x1025c7(0x8b)],utils_1[_0x1025c7(0x78)][_0x1025c7(0x9e)]+_0x27d066[_0x1025c7(0x7e)]);}let _0x227f0d;const _0x41f4ed=_0x27f4df?_0x27f4df[_0x1025c7(0xa7)]:path['normalize'](_0x5c6dc2[_0x1025c7(0xb0)][_0x1025c7(0x105)]),_0x2fd0f0=(0x0,utils_1[_0x1025c7(0xdf)])(_0x41f4ed,this['config'],this[_0x1025c7(0xc4)],this[_0x1025c7(0x80)]);if(_0x2fd0f0[_0x1025c7(0x100)]===0x0)return(0x0,utils_1[_0x1025c7(0xdc)])(_0x3595a2,_0x5c6dc2,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x1025c7(0x78)][_0x1025c7(0x87)]);else{if(_0x2fd0f0[_0x1025c7(0x100)]===0x1)_0x227f0d=_0x2fd0f0[0x0];else return this[_0x1025c7(0x80)][_0x1025c7(0xf8)](_0x1025c7(0x108)+_0x41f4ed+_0x1025c7(0x9b)+_0x2fd0f0),(0x0,utils_1['setErrorStatusAndCallback'])(_0x3595a2,_0x5c6dc2,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x1025c7(0x78)][_0x1025c7(0xd3)]);}let _0x1e84e0=_0x27f4df&&_0x27f4df['column']?_0x27f4df[_0x1025c7(0x9d)]:_0x5c6dc2[_0x1025c7(0xb0)][_0x1025c7(0x9d)]||0x1;const _0x36becd=_0x27f4df?_0x27f4df[_0x1025c7(0xf1)]:_0x5c6dc2[_0x1025c7(0xb0)][_0x1025c7(0xf1)];_0x36becd===0x1&&(_0x1e84e0+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x36becd>=this['fileIndex'][_0x1025c7(0x74)][_0x227f0d][_0x1025c7(0x8f)])return(0x0,utils_1[_0x1025c7(0xdc)])(_0x3595a2,_0x5c6dc2,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],{...utils_1[_0x1025c7(0x78)][_0x1025c7(0xbc)],'description':utils_1[_0x1025c7(0x78)]['INVALID_LINE_NUMBER'][_0x1025c7(0xda)]+_0x227f0d+':'+_0x36becd+_0x1025c7(0xa8)+this[_0x1025c7(0xc4)][_0x1025c7(0x74)][_0x227f0d][_0x1025c7(0x8f)]+'\x20lines.\x20Please\x20ensure'+_0x1025c7(0xae)+_0x1025c7(0xcc)});const _0x2bc0d6=this[_0x1025c7(0x103)](_0x227f0d,_0x36becd,_0x1e84e0);if(!_0x2bc0d6)return(0x0,utils_1[_0x1025c7(0xdc)])(_0x3595a2,_0x5c6dc2,status_message_1[_0x1025c7(0xdd)][_0x1025c7(0xc7)],utils_1[_0x1025c7(0x78)][_0x1025c7(0x7f)]);this[_0x1025c7(0x99)]===0x0&&!this[_0x1025c7(0xee)]&&(this[_0x1025c7(0x80)]['info'](_0x1025c7(0x77)),this['v8'][_0x1025c7(0xc2)](this[_0x1025c7(0xe9)])),this[_0x1025c7(0x92)][_0x5c6dc2['id']]=new V8BreakpointData(_0x5c6dc2,_0x2bc0d6,_0x1e16bd,_0x5063dc),this[_0x1025c7(0x99)]++,setImmediate(()=>{_0x3595a2(null);});}[a36_0x4982bc(0x103)](_0x45edaf,_0x3a6fd4,_0x3e4a67){const _0x2ead0c=a36_0x4982bc,_0x3bf5f2=(0x0,utils_1[_0x2ead0c(0xe8)])(_0x45edaf),_0x3800f6=this['v8'][_0x2ead0c(0x8c)](_0x3bf5f2,_0x3a6fd4-0x1,_0x3e4a67-0x1),_0x10dcbb=this['v8'][_0x2ead0c(0xac)](_0x3800f6);return _0x10dcbb;}[a36_0x4982bc(0xb8)](_0x52867e,_0x26d786,_0x3d9f9c){const _0x9cc610=a36_0x4982bc,_0x2ac221=this['breakpoints'][_0x52867e['id']][_0x9cc610(0x96)];if(!_0x2ac221['active']())return(0x0,utils_1[_0x9cc610(0xdc)])(_0x26d786,_0x52867e,status_message_1[_0x9cc610(0xdd)][_0x9cc610(0xc7)],utils_1[_0x9cc610(0x78)][_0x9cc610(0x86)]);const _0xd677fd=this[_0x9cc610(0xf5)](_0x52867e,_0x3d9f9c);if(_0xd677fd[_0x9cc610(0xd8)])return(0x0,utils_1['setErrorStatusAndCallback'])(_0x26d786,_0x52867e,status_message_1[_0x9cc610(0xdd)][_0x9cc610(0x8b)],{...utils_1[_0x9cc610(0x78)][_0x9cc610(0xab)],'description':utils_1[_0x9cc610(0x78)][_0x9cc610(0xd1)][_0x9cc610(0xda)]+_0xd677fd[_0x9cc610(0xd8)]});else{if(!_0xd677fd['value']){this['logger'][_0x9cc610(0xd4)](_0x9cc610(0xcb));return;}}const _0x5d6479=process['hrtime']();try{this[_0x9cc610(0xa2)](_0x52867e,_0x3d9f9c);}catch(_0x3f7d67){return(0x0,utils_1[_0x9cc610(0xdc)])(_0x26d786,_0x52867e,status_message_1['StatusMessage'][_0x9cc610(0xc7)],utils_1[_0x9cc610(0x78)][_0x9cc610(0x95)]+_0x3f7d67);}const _0x2a294e=process[_0x9cc610(0x94)](_0x5d6479);this['logger'][_0x9cc610(0xd4)]((0x0,utils_1[_0x9cc610(0xe7)])(_0x9cc610(0x8a),_0x2a294e)),_0x26d786(null);}['checkCondition'](_0x4d32b6,_0x45ec52){const _0x369fa3=a36_0x4982bc;if(!_0x4d32b6[_0x369fa3(0x104)])return{'value':!![]};const _0x1dfdda=state[_0x369fa3(0x91)](_0x4d32b6[_0x369fa3(0x104)],_0x45ec52['frame'](0x0));if(_0x1dfdda[_0x369fa3(0xd8)])return{'error':_0x1dfdda[_0x369fa3(0xd8)]};return{'value':!!_0x1dfdda[_0x369fa3(0xa9)][_0x369fa3(0xb2)]()};}[a36_0x4982bc(0xa2)](_0x511ee9,_0x24495c){const _0x1f502a=a36_0x4982bc,_0x37114e=[];if(_0x511ee9['expressions']&&this['breakpoints'][_0x511ee9['id']][_0x1f502a(0x7b)])for(let _0x457346=0x0;_0x457346<_0x511ee9[_0x1f502a(0xd9)][_0x1f502a(0x100)];_0x457346++){try{_0x511ee9['expressions'][_0x457346]=this[_0x1f502a(0x92)][_0x511ee9['id']][_0x1f502a(0x7b)](_0x511ee9[_0x1f502a(0xd9)][_0x457346]);}catch(_0x4d0d5b){this['logger'][_0x1f502a(0xd4)](_0x1f502a(0xbe)+_0x511ee9[_0x1f502a(0xd9)][_0x457346]+_0x1f502a(0xa5)),_0x37114e[_0x1f502a(0x93)]({'name':_0x511ee9[_0x1f502a(0xd9)][_0x457346],'status':new status_message_1[(_0x1f502a(0xdd))](status_message_1[_0x1f502a(0xdd)]['VARIABLE_VALUE'],utils_1[_0x1f502a(0x78)][_0x1f502a(0xaa)],!![])}),_0x511ee9[_0x1f502a(0xd9)][_0x1f502a(0x89)](_0x457346,0x1),_0x457346--;}}if(_0x511ee9[_0x1f502a(0x9f)]==='LOG'){if(!_0x511ee9[_0x1f502a(0xd9)])_0x511ee9[_0x1f502a(0xc9)]=[];else{const _0x3e4a41=_0x24495c[_0x1f502a(0xcd)](0x0),_0x2d86a7=_0x511ee9[_0x1f502a(0xd9)][_0x1f502a(0xd0)](_0xdca3d9=>{const _0x361c3a=_0x1f502a,_0x34106a=state[_0x361c3a(0x91)](_0xdca3d9,_0x3e4a41);return _0x34106a[_0x361c3a(0xd8)]?_0x34106a['error']:_0x34106a[_0x361c3a(0xa9)][_0x361c3a(0xb2)]();});_0x511ee9['evaluatedExpressions']=_0x2d86a7;}}else{const _0x4066b7=state[_0x1f502a(0xf9)](_0x24495c,_0x511ee9[_0x1f502a(0xd9)],this[_0x1f502a(0xd7)],this['v8'],this[_0x1f502a(0xe6)]);_0x511ee9['location']&&(0x0,utils_1[_0x1f502a(0xed)])(_0x511ee9[_0x1f502a(0xb0)]['path'])&&_0x4066b7[_0x1f502a(0xb0)]&&_0x4066b7['location'][_0x1f502a(0xf1)]&&(_0x511ee9['location']['line']=_0x4066b7['location'][_0x1f502a(0xf1)]),_0x511ee9[_0x1f502a(0xcf)]=_0x4066b7[_0x1f502a(0xcf)],_0x511ee9['variableTable']=_0x4066b7[_0x1f502a(0x79)],_0x511ee9['evaluatedExpressions']=_0x37114e[_0x1f502a(0xb9)](_0x4066b7['evaluatedExpressions']);}}}exports[a36_0x4982bc(0xa0)]=V8DebugApi;
@@ -1 +1 @@
1
- const a28_0x4eedf8=a28_0x4025;function a28_0x4025(_0x516b12,_0x143005){const _0x91824c=a28_0x1eef();return a28_0x4025=function(_0x74bb6b,_0x29df21){_0x74bb6b=_0x74bb6b-0x1d1;let _0x1eefd5=_0x91824c[_0x74bb6b];return _0x1eefd5;},a28_0x4025(_0x516b12,_0x143005);}(function(_0x348647,_0x5ad55f){const _0x4467d0=a28_0x4025,_0x34d272=_0x348647();while(!![]){try{const _0x90fc4f=parseInt(_0x4467d0(0x1d5))/0x1+-parseInt(_0x4467d0(0x1df))/0x2*(-parseInt(_0x4467d0(0x1ef))/0x3)+parseInt(_0x4467d0(0x1e2))/0x4+parseInt(_0x4467d0(0x1d6))/0x5+parseInt(_0x4467d0(0x1fa))/0x6+parseInt(_0x4467d0(0x1d2))/0x7+-parseInt(_0x4467d0(0x1d4))/0x8*(parseInt(_0x4467d0(0x1fb))/0x9);if(_0x90fc4f===_0x5ad55f)break;else _0x34d272['push'](_0x34d272['shift']());}catch(_0x10052e){_0x34d272['push'](_0x34d272['shift']());}}}(a28_0x1eef,0x203dd));const a28_0x29df21=(function(){let _0x26a9ff=!![];return function(_0x27310c,_0x81c33e){const _0x342bc8=_0x26a9ff?function(){if(_0x81c33e){const _0x43e6c3=_0x81c33e['apply'](_0x27310c,arguments);return _0x81c33e=null,_0x43e6c3;}}:function(){};return _0x26a9ff=![],_0x342bc8;};}()),a28_0x74bb6b=a28_0x29df21(this,function(){const _0x3ba293=a28_0x4025;return a28_0x74bb6b[_0x3ba293(0x1d3)]()['search']('(((.+)+)+)+$')[_0x3ba293(0x1d3)]()[_0x3ba293(0x1f8)](a28_0x74bb6b)[_0x3ba293(0x1f6)]('(((.+)+)+)+$');});a28_0x74bb6b();'use strict';function a28_0x1eef(){const _0x1610fe=['post','V8Inspector','enable','search','Debugger.setBreakpointByUrl','constructor','resetV8DebuggerThreshold','129798Gyzgss','4286997OwOjlV','resetV8DebuggerIfThresholdMet','inspector','session','length','Debugger.evaluateOnCallFrame','onScriptParsed','detach','disable','1393049FGMVOm','toString','8RVchyd','116412wKLAbM','604260abzhua','response','removeBreakpoint','disconnect','logger','connect','prevStoreSetBreakpointParams','keys','attach','2RaYVvj','shouldUseWellFormattedUrl','useWellFormattedUrl','321436XhylJa','defineProperty','numPausedBeforeReset','params','Debugger.enable','evaluateOnCallFrame','Runtime.getProperties','Debugger.removeBreakpoint','values','setBreakpointByUrl','__esModule','error','Debugger.paused','210393PKeOvq','storeSetBreakpointParams','onPaused','breakpointId'];a28_0x1eef=function(){return _0x1610fe;};return a28_0x1eef();}Object[a28_0x4eedf8(0x1e3)](exports,a28_0x4eedf8(0x1ec),{'value':!![]}),exports[a28_0x4eedf8(0x1f4)]=void 0x0;const inspector=require(a28_0x4eedf8(0x1fd));class V8Inspector{constructor(_0x47a28d,_0x3c589c,_0x51d225,_0x2e4fdf,_0x34254f){const _0x432e11=a28_0x4eedf8;this[_0x432e11(0x1da)]=_0x47a28d,this[_0x432e11(0x1e1)]=_0x3c589c,this[_0x432e11(0x1f9)]=_0x51d225,this[_0x432e11(0x201)]=_0x2e4fdf,this[_0x432e11(0x1f1)]=_0x34254f,this[_0x432e11(0x1fe)]=null,this[_0x432e11(0x1f0)]={},this[_0x432e11(0x1dc)]=null,this[_0x432e11(0x1e4)]=0x0;}[a28_0x4eedf8(0x1e0)](){const _0x27ec7e=a28_0x4eedf8;return this[_0x27ec7e(0x1e1)];}[a28_0x4eedf8(0x1eb)](_0x246143,_0x483735=this[a28_0x4eedf8(0x1dc)]!==null){const _0x284b88=a28_0x4eedf8;_0x483735?this[_0x284b88(0x1f5)](![]):this['attach']();const _0x150e57={};return this[_0x284b88(0x1fe)][_0x284b88(0x1f3)](_0x284b88(0x1f7),_0x246143,(_0x1cec66,_0xa7ca1a)=>{const _0x45a6af=_0x284b88;_0x1cec66?_0x150e57[_0x45a6af(0x1ed)]=_0x1cec66:this['storeSetBreakpointParams'][_0xa7ca1a[_0x45a6af(0x1f2)]]=_0x246143,_0x150e57[_0x45a6af(0x1d7)]=_0xa7ca1a;}),_0x483735&&(_0x150e57['response']&&(this[_0x284b88(0x1dc)][_0x150e57[_0x284b88(0x1d7)][_0x284b88(0x1f2)]]=this[_0x284b88(0x1f0)][_0x150e57['response']['breakpointId']]),this[_0x284b88(0x1d1)](![])),_0x150e57;}[a28_0x4eedf8(0x1d8)](_0x29e4fc){const _0xad35bd=a28_0x4eedf8;this[_0xad35bd(0x1de)]();const _0xa0450={};return this[_0xad35bd(0x1fe)][_0xad35bd(0x1f3)](_0xad35bd(0x1e9),{'breakpointId':_0x29e4fc},_0x3ed7b5=>{const _0xfb16f6=_0xad35bd;if(_0x3ed7b5)_0xa0450[_0xfb16f6(0x1ed)]=_0x3ed7b5;delete this[_0xfb16f6(0x1f0)][_0x29e4fc],Object[_0xfb16f6(0x1dd)](this[_0xfb16f6(0x1f0)])[_0xfb16f6(0x1ff)]===0x0&&this[_0xfb16f6(0x202)]();}),this[_0xad35bd(0x1dc)]!==null&&delete this['prevStoreSetBreakpointParams'][_0x29e4fc],_0xa0450;}[a28_0x4eedf8(0x1e7)](_0x573d7e){const _0x943e6=a28_0x4eedf8;this[_0x943e6(0x1de)]();const _0xa0daec={};return this[_0x943e6(0x1fe)]['post'](_0x943e6(0x200),_0x573d7e,(_0x21723f,_0x1e1303)=>{const _0xb5791b=_0x943e6;if(_0x21723f)_0xa0daec[_0xb5791b(0x1ed)]=_0x21723f;_0xa0daec['response']=_0x1e1303;}),_0xa0daec;}['getProperties'](_0x4f304f){const _0x5ce8e4=a28_0x4eedf8,_0x208546={};return this['attach'](),this[_0x5ce8e4(0x1fe)][_0x5ce8e4(0x1f3)](_0x5ce8e4(0x1e8),_0x4f304f,(_0x58591a,_0x4fc7d5)=>{const _0x984646=_0x5ce8e4;if(_0x58591a)_0x208546[_0x984646(0x1ed)]=_0x58591a;_0x208546[_0x984646(0x1d7)]=_0x4fc7d5;}),_0x208546;}[a28_0x4eedf8(0x1de)](){const _0x191fc6=a28_0x4eedf8;if(this[_0x191fc6(0x1fe)])return;const _0x4f7726=new inspector['Session']();_0x4f7726[_0x191fc6(0x1db)](),_0x4f7726['on']('Debugger.scriptParsed',_0xca968=>{const _0x287da7=_0x191fc6;this[_0x287da7(0x201)](_0xca968[_0x287da7(0x1e5)]);}),_0x4f7726['post'](_0x191fc6(0x1e6)),_0x4f7726[_0x191fc6(0x1f3)]('Debugger.setBreakpointsActive',{'active':!![]}),_0x4f7726['on'](_0x191fc6(0x1ee),_0x19e526=>{const _0x4fb969=_0x191fc6;this[_0x4fb969(0x1f1)](_0x19e526[_0x4fb969(0x1e5)]),this[_0x4fb969(0x1fc)]();}),this[_0x191fc6(0x1fe)]=_0x4f7726;}[a28_0x4eedf8(0x1f5)](_0x208010=!![]){const _0x5426f1=a28_0x4eedf8;var _0x27453a;this[_0x5426f1(0x1de)](),(_0x27453a=this[_0x5426f1(0x1fe)])===null||_0x27453a===void 0x0?void 0x0:_0x27453a[_0x5426f1(0x1f3)](_0x5426f1(0x1e6));if(_0x208010){for(const _0x2dc40f of Object[_0x5426f1(0x1ea)](this[_0x5426f1(0x1dc)])){const _0x513f0c=this[_0x5426f1(0x1eb)](_0x2dc40f,![]);(_0x513f0c['error']||!_0x513f0c[_0x5426f1(0x1d7)])&&this['logger'][_0x5426f1(0x1ed)]('Error\x20upon\x20re-setting\x20breakpoint:\x20'+_0x513f0c);}this[_0x5426f1(0x1dc)]=null;}}['disable'](_0x3f82c5=!![]){const _0x5796c2=a28_0x4eedf8;if(!this[_0x5796c2(0x1fe)])return;_0x3f82c5&&(this[_0x5796c2(0x1dc)]=this[_0x5796c2(0x1f0)]),this[_0x5796c2(0x1fe)][_0x5796c2(0x1f3)]('Debugger.disable'),this[_0x5796c2(0x202)]();}[a28_0x4eedf8(0x202)](){const _0xf82481=a28_0x4eedf8;if(!this['session'])return;this[_0xf82481(0x1fe)][_0xf82481(0x1d9)](),this['session']=null,this[_0xf82481(0x1f0)]={},this[_0xf82481(0x1e4)]=0x0;}['resetV8DebuggerIfThresholdMet'](){const _0x1036ae=a28_0x4eedf8;if(!this[_0x1036ae(0x1fe)])return;this[_0x1036ae(0x1e4)]+=0x1;if(this['numPausedBeforeReset']<this[_0x1036ae(0x1f9)])return;this[_0x1036ae(0x1e4)]=0x0,this[_0x1036ae(0x1d1)](),this['enable']();}}exports[a28_0x4eedf8(0x1f4)]=V8Inspector;
1
+ function a37_0x368b(){const _0x26d5dd=['evaluateOnCallFrame','attach','numPausedBeforeReset','prevStoreSetBreakpointParams','Debugger.setBreakpointByUrl','inspector','V8Inspector','error','removeBreakpoint','shouldUseWellFormattedUrl','Debugger.removeBreakpoint','Runtime.getProperties','getProperties','resetV8DebuggerIfThresholdMet','keys','logger','params','Session','toString','2028174WKvcfN','(((.+)+)+)+$','setBreakpointByUrl','breakpointId','179406RaSSws','394938cicKoA','disable','search','response','232JUuYCs','enable','129101jaZImH','__esModule','Debugger.disable','1426415dOhXiD','onPaused','520028qiMHhP','Debugger.paused','useWellFormattedUrl','storeSetBreakpointParams','apply','values','resetV8DebuggerThreshold','post','193455tkaSjs','Debugger.enable','session'];a37_0x368b=function(){return _0x26d5dd;};return a37_0x368b();}const a37_0x5bd301=a37_0x3eac;function a37_0x3eac(_0x3c25ba,_0x13fb30){const _0x30f35a=a37_0x368b();return a37_0x3eac=function(_0x484831,_0x15ea51){_0x484831=_0x484831-0x11a;let _0x368b9e=_0x30f35a[_0x484831];return _0x368b9e;},a37_0x3eac(_0x3c25ba,_0x13fb30);}(function(_0x8b96de,_0x3377dc){const _0x4f6106=a37_0x3eac,_0x44b29a=_0x8b96de();while(!![]){try{const _0x4ce644=-parseInt(_0x4f6106(0x122))/0x1+-parseInt(_0x4f6106(0x123))/0x2+-parseInt(_0x4f6106(0x136))/0x3+parseInt(_0x4f6106(0x12e))/0x4+parseInt(_0x4f6106(0x12c))/0x5+-parseInt(_0x4f6106(0x11e))/0x6+parseInt(_0x4f6106(0x129))/0x7*(parseInt(_0x4f6106(0x127))/0x8);if(_0x4ce644===_0x3377dc)break;else _0x44b29a['push'](_0x44b29a['shift']());}catch(_0x134c8c){_0x44b29a['push'](_0x44b29a['shift']());}}}(a37_0x368b,0x29afc));const a37_0x15ea51=(function(){let _0x22eb4b=!![];return function(_0x43b73e,_0x2c35e1){const _0x482a4b=_0x22eb4b?function(){const _0x5329f9=a37_0x3eac;if(_0x2c35e1){const _0x271087=_0x2c35e1[_0x5329f9(0x132)](_0x43b73e,arguments);return _0x2c35e1=null,_0x271087;}}:function(){};return _0x22eb4b=![],_0x482a4b;};}()),a37_0x484831=a37_0x15ea51(this,function(){const _0x36fa2f=a37_0x3eac;return a37_0x484831[_0x36fa2f(0x11d)]()[_0x36fa2f(0x125)](_0x36fa2f(0x11f))['toString']()['constructor'](a37_0x484831)[_0x36fa2f(0x125)](_0x36fa2f(0x11f));});a37_0x484831();'use strict';Object['defineProperty'](exports,a37_0x5bd301(0x12a),{'value':!![]}),exports[a37_0x5bd301(0x13f)]=void 0x0;const inspector=require(a37_0x5bd301(0x13e));class V8Inspector{constructor(_0x307f5a,_0x24e943,_0x59f604,_0x5cf05b,_0x23e53f){const _0x1df910=a37_0x5bd301;this[_0x1df910(0x11a)]=_0x307f5a,this[_0x1df910(0x130)]=_0x24e943,this[_0x1df910(0x134)]=_0x59f604,this['onScriptParsed']=_0x5cf05b,this[_0x1df910(0x12d)]=_0x23e53f,this[_0x1df910(0x138)]=null,this[_0x1df910(0x131)]={},this[_0x1df910(0x13c)]=null,this[_0x1df910(0x13b)]=0x0;}[a37_0x5bd301(0x142)](){const _0x3240bf=a37_0x5bd301;return this[_0x3240bf(0x130)];}[a37_0x5bd301(0x120)](_0x289464,_0xcc0f10=this['prevStoreSetBreakpointParams']!==null){const _0x53a3f1=a37_0x5bd301;_0xcc0f10?this[_0x53a3f1(0x128)](![]):this[_0x53a3f1(0x13a)]();const _0x30a2e5={};return this[_0x53a3f1(0x138)]['post'](_0x53a3f1(0x13d),_0x289464,(_0x2f50ff,_0x156c27)=>{const _0x209397=_0x53a3f1;_0x2f50ff?_0x30a2e5[_0x209397(0x140)]=_0x2f50ff:this[_0x209397(0x131)][_0x156c27[_0x209397(0x121)]]=_0x289464,_0x30a2e5[_0x209397(0x126)]=_0x156c27;}),_0xcc0f10&&(_0x30a2e5[_0x53a3f1(0x126)]&&(this[_0x53a3f1(0x13c)][_0x30a2e5[_0x53a3f1(0x126)][_0x53a3f1(0x121)]]=this[_0x53a3f1(0x131)][_0x30a2e5[_0x53a3f1(0x126)]['breakpointId']]),this[_0x53a3f1(0x124)](![])),_0x30a2e5;}[a37_0x5bd301(0x141)](_0x263aae){const _0x1e2052=a37_0x5bd301;this['attach']();const _0xf9bf36={};return this[_0x1e2052(0x138)][_0x1e2052(0x135)](_0x1e2052(0x143),{'breakpointId':_0x263aae},_0x351641=>{const _0x3f5a9f=_0x1e2052;if(_0x351641)_0xf9bf36[_0x3f5a9f(0x140)]=_0x351641;delete this[_0x3f5a9f(0x131)][_0x263aae],Object[_0x3f5a9f(0x147)](this[_0x3f5a9f(0x131)])['length']===0x0&&this['detach']();}),this[_0x1e2052(0x13c)]!==null&&delete this[_0x1e2052(0x13c)][_0x263aae],_0xf9bf36;}[a37_0x5bd301(0x139)](_0x1f5b73){const _0x4ae457=a37_0x5bd301;this[_0x4ae457(0x13a)]();const _0x2874e0={};return this['session'][_0x4ae457(0x135)]('Debugger.evaluateOnCallFrame',_0x1f5b73,(_0x5001a5,_0x31b1b2)=>{const _0x16e6c4=_0x4ae457;if(_0x5001a5)_0x2874e0[_0x16e6c4(0x140)]=_0x5001a5;_0x2874e0['response']=_0x31b1b2;}),_0x2874e0;}[a37_0x5bd301(0x145)](_0x2abe1a){const _0x1cdd87=a37_0x5bd301,_0x18346f={};return this[_0x1cdd87(0x13a)](),this['session']['post'](_0x1cdd87(0x144),_0x2abe1a,(_0x363a0c,_0x49a365)=>{if(_0x363a0c)_0x18346f['error']=_0x363a0c;_0x18346f['response']=_0x49a365;}),_0x18346f;}[a37_0x5bd301(0x13a)](){const _0x152400=a37_0x5bd301;if(this[_0x152400(0x138)])return;const _0x57bcb4=new inspector[(_0x152400(0x11c))]();_0x57bcb4['connect'](),_0x57bcb4['on']('Debugger.scriptParsed',_0x24a32d=>{const _0x4d4b80=_0x152400;this['onScriptParsed'](_0x24a32d[_0x4d4b80(0x11b)]);}),_0x57bcb4[_0x152400(0x135)](_0x152400(0x137)),_0x57bcb4[_0x152400(0x135)]('Debugger.setBreakpointsActive',{'active':!![]}),_0x57bcb4['on'](_0x152400(0x12f),_0x551a69=>{const _0x254234=_0x152400;this[_0x254234(0x12d)](_0x551a69[_0x254234(0x11b)]),this[_0x254234(0x146)]();}),this[_0x152400(0x138)]=_0x57bcb4;}[a37_0x5bd301(0x128)](_0x66f0bc=!![]){const _0x366834=a37_0x5bd301;var _0xe35d3d;this['attach'](),(_0xe35d3d=this[_0x366834(0x138)])===null||_0xe35d3d===void 0x0?void 0x0:_0xe35d3d['post'](_0x366834(0x137));if(_0x66f0bc){for(const _0x45a67c of Object[_0x366834(0x133)](this[_0x366834(0x13c)])){const _0x3e384f=this[_0x366834(0x120)](_0x45a67c,![]);(_0x3e384f['error']||!_0x3e384f['response'])&&this[_0x366834(0x11a)]['error']('Error\x20upon\x20re-setting\x20breakpoint:\x20'+_0x3e384f);}this[_0x366834(0x13c)]=null;}}[a37_0x5bd301(0x124)](_0x4bd397=!![]){const _0x4ac1d7=a37_0x5bd301;if(!this[_0x4ac1d7(0x138)])return;_0x4bd397&&(this[_0x4ac1d7(0x13c)]=this[_0x4ac1d7(0x131)]),this[_0x4ac1d7(0x138)][_0x4ac1d7(0x135)](_0x4ac1d7(0x12b)),this['detach']();}['detach'](){const _0x2c09df=a37_0x5bd301;if(!this[_0x2c09df(0x138)])return;this[_0x2c09df(0x138)]['disconnect'](),this[_0x2c09df(0x138)]=null,this[_0x2c09df(0x131)]={},this[_0x2c09df(0x13b)]=0x0;}['resetV8DebuggerIfThresholdMet'](){const _0x4b8376=a37_0x5bd301;if(!this[_0x4b8376(0x138)])return;this['numPausedBeforeReset']+=0x1;if(this[_0x4b8376(0x13b)]<this[_0x4b8376(0x134)])return;this['numPausedBeforeReset']=0x0,this[_0x4b8376(0x124)](),this[_0x4b8376(0x128)]();}}exports[a37_0x5bd301(0x13f)]=V8Inspector;
@@ -1 +1 @@
1
- function a29_0x4f08(_0x286fad,_0x14d6a8){const _0x5e213b=a29_0x5916();return a29_0x4f08=function(_0x170ed1,_0x515025){_0x170ed1=_0x170ed1-0xdd;let _0x5916ef=_0x5e213b[_0x170ed1];return _0x5916ef;},a29_0x4f08(_0x286fad,_0x14d6a8);}const a29_0x245a62=a29_0x4f08;(function(_0x249f21,_0x45e405){const _0x454f80=a29_0x4f08,_0x41834f=_0x249f21();while(!![]){try{const _0xc901d3=-parseInt(_0x454f80(0xee))/0x1+parseInt(_0x454f80(0xf7))/0x2+-parseInt(_0x454f80(0xde))/0x3*(-parseInt(_0x454f80(0xf2))/0x4)+parseInt(_0x454f80(0xe4))/0x5*(parseInt(_0x454f80(0xe3))/0x6)+-parseInt(_0x454f80(0xe8))/0x7*(parseInt(_0x454f80(0xe2))/0x8)+parseInt(_0x454f80(0xf4))/0x9+-parseInt(_0x454f80(0xea))/0xa*(parseInt(_0x454f80(0xe7))/0xb);if(_0xc901d3===_0x45e405)break;else _0x41834f['push'](_0x41834f['shift']());}catch(_0x5211a7){_0x41834f['push'](_0x41834f['shift']());}}}(a29_0x5916,0x3e28f));const a29_0x515025=(function(){let _0xc0c309=!![];return function(_0x222e79,_0x28728b){const _0x575c55=_0xc0c309?function(){const _0x244ae3=a29_0x4f08;if(_0x28728b){const _0xcd58a3=_0x28728b[_0x244ae3(0xe1)](_0x222e79,arguments);return _0x28728b=null,_0xcd58a3;}}:function(){};return _0xc0c309=![],_0x575c55;};}()),a29_0x170ed1=a29_0x515025(this,function(){const _0x1bf2e0=a29_0x4f08;return a29_0x170ed1[_0x1bf2e0(0xf0)]()[_0x1bf2e0(0xec)](_0x1bf2e0(0xeb))[_0x1bf2e0(0xf0)]()[_0x1bf2e0(0xf3)](a29_0x170ed1)['search'](_0x1bf2e0(0xeb));});function a29_0x5916(){const _0x30bfa7=['3705057SNftgQ','version','Service','998200dttWwN','apiEndpoint','9897usCGec','Debug','https://','apply','3292888sHcwpS','6wRNToo','977660DIRBzR','defineProperty','options','11VyxOof','7xHTqRb','__esModule','808220zUnpqr','(((.+)+)+)+$','search','packageInfo','454936PfHrDb','https://www.googleapis.com/auth/cloud_debugger','toString','name','116KcvjrQ','constructor'];a29_0x5916=function(){return _0x30bfa7;};return a29_0x5916();}a29_0x170ed1();'use strict';Object[a29_0x245a62(0xe5)](exports,a29_0x245a62(0xe9),{'value':!![]}),exports[a29_0x245a62(0xdf)]=void 0x0;const common_1=require('@google-cloud/common');class Debug extends common_1[a29_0x245a62(0xf6)]{constructor(_0x4c5dcb={},_0x36f2f3){const _0x21953a=a29_0x245a62;if(new.target!==Debug)return new Debug(_0x4c5dcb,_0x36f2f3);const _0x328578={'projectIdRequired':![],'apiEndpoint':_0x4c5dcb[_0x21953a(0xdd)],'baseUrl':_0x21953a(0xe0)+_0x4c5dcb['apiEndpoint'],'scopes':[_0x21953a(0xef)],'packageJson':_0x36f2f3};super(_0x328578,_0x4c5dcb),this[_0x21953a(0xe6)]=_0x4c5dcb,this[_0x21953a(0xed)]={'name':_0x36f2f3[_0x21953a(0xf1)],'version':_0x36f2f3[_0x21953a(0xf5)]};}}exports[a29_0x245a62(0xdf)]=Debug;
1
+ const a38_0x54e655=a38_0x240d;(function(_0x2449a6,_0xda9592){const _0x56b484=a38_0x240d,_0x524c6b=_0x2449a6();while(!![]){try{const _0x532255=-parseInt(_0x56b484(0x10c))/0x1+parseInt(_0x56b484(0x113))/0x2*(-parseInt(_0x56b484(0x105))/0x3)+parseInt(_0x56b484(0x100))/0x4*(-parseInt(_0x56b484(0x108))/0x5)+-parseInt(_0x56b484(0x109))/0x6+parseInt(_0x56b484(0x101))/0x7*(parseInt(_0x56b484(0x114))/0x8)+parseInt(_0x56b484(0x104))/0x9+parseInt(_0x56b484(0x107))/0xa;if(_0x532255===_0xda9592)break;else _0x524c6b['push'](_0x524c6b['shift']());}catch(_0x49d988){_0x524c6b['push'](_0x524c6b['shift']());}}}(a38_0x1962,0x59d35));const a38_0x3c658c=(function(){let _0x124c4d=!![];return function(_0x498f5c,_0x576468){const _0x530e0a=_0x124c4d?function(){const _0x8c1386=a38_0x240d;if(_0x576468){const _0x41d4aa=_0x576468[_0x8c1386(0x110)](_0x498f5c,arguments);return _0x576468=null,_0x41d4aa;}}:function(){};return _0x124c4d=![],_0x530e0a;};}()),a38_0x44163c=a38_0x3c658c(this,function(){const _0x1923d3=a38_0x240d;return a38_0x44163c['toString']()[_0x1923d3(0x103)]('(((.+)+)+)+$')[_0x1923d3(0x10e)]()[_0x1923d3(0x10f)](a38_0x44163c)['search']('(((.+)+)+)+$');});a38_0x44163c();'use strict';function a38_0x1962(){const _0x2c721b=['defineProperty','122749RKEDNc','https://','toString','constructor','apply','https://www.googleapis.com/auth/cloud_debugger','name','792AIqLcR','8BLVvki','50644sMlaRx','4144343hKAkju','packageInfo','search','307368qcHSlP','2649BkhSza','apiEndpoint','10191320sJHgtf','165gCZeGM','2323068wMnmsK','version'];a38_0x1962=function(){return _0x2c721b;};return a38_0x1962();}Object[a38_0x54e655(0x10b)](exports,'__esModule',{'value':!![]}),exports['Debug']=void 0x0;const common_1=require('@google-cloud/common');function a38_0x240d(_0x36f7eb,_0x50cd86){const _0x5b3acf=a38_0x1962();return a38_0x240d=function(_0x44163c,_0x3c658c){_0x44163c=_0x44163c-0x100;let _0x196279=_0x5b3acf[_0x44163c];return _0x196279;},a38_0x240d(_0x36f7eb,_0x50cd86);}class Debug extends common_1['Service']{constructor(_0x5e074d={},_0xf5889c){const _0x40afca=a38_0x54e655;if(new.target!==Debug)return new Debug(_0x5e074d,_0xf5889c);const _0x50849c={'projectIdRequired':![],'apiEndpoint':_0x5e074d[_0x40afca(0x106)],'baseUrl':_0x40afca(0x10d)+_0x5e074d[_0x40afca(0x106)],'scopes':[_0x40afca(0x111)],'packageJson':_0xf5889c};super(_0x50849c,_0x5e074d),this['options']=_0x5e074d,this[_0x40afca(0x102)]={'name':_0xf5889c[_0x40afca(0x112)],'version':_0xf5889c[_0x40afca(0x10a)]};}}exports['Debug']=Debug;
@@ -1 +1 @@
1
- const a30_0x950181=a30_0xcb80;(function(_0x28a9c2,_0x4f4d26){const _0x159e4b=a30_0xcb80,_0x47cee2=_0x28a9c2();while(!![]){try{const _0x314621=parseInt(_0x159e4b(0x200))/0x1+parseInt(_0x159e4b(0x207))/0x2*(parseInt(_0x159e4b(0x204))/0x3)+-parseInt(_0x159e4b(0x205))/0x4+-parseInt(_0x159e4b(0x20c))/0x5*(parseInt(_0x159e4b(0x209))/0x6)+-parseInt(_0x159e4b(0x1fc))/0x7*(-parseInt(_0x159e4b(0x1fa))/0x8)+parseInt(_0x159e4b(0x20a))/0x9*(parseInt(_0x159e4b(0x20e))/0xa)+-parseInt(_0x159e4b(0x1f3))/0xb;if(_0x314621===_0x4f4d26)break;else _0x47cee2['push'](_0x47cee2['shift']());}catch(_0x661fff){_0x47cee2['push'](_0x47cee2['shift']());}}}(a30_0x3013,0x81fa7));const a30_0x3eecc6=(function(){let _0x2bf51f=!![];return function(_0x2f286d,_0x3e0542){const _0x291398=_0x2bf51f?function(){if(_0x3e0542){const _0x581d60=_0x3e0542['apply'](_0x2f286d,arguments);return _0x3e0542=null,_0x581d60;}}:function(){};return _0x2bf51f=![],_0x291398;};}()),a30_0x67bfbd=a30_0x3eecc6(this,function(){const _0x3fa72d=a30_0xcb80;return a30_0x67bfbd[_0x3fa72d(0x20b)]()[_0x3fa72d(0x1f8)]('(((.+)+)+)+$')['toString']()[_0x3fa72d(0x1f5)](a30_0x67bfbd)[_0x3fa72d(0x1f8)](_0x3fa72d(0x20d));});a30_0x67bfbd();'use strict';Object['defineProperty'](exports,a30_0x950181(0x1fd),{'value':!![]}),exports[a30_0x950181(0x202)]=void 0x0;class StatusMessage{constructor(_0x1bbd27,_0x5e1d4f,_0x2d583b,_0x7e81d8=![]){const _0x243caf=a30_0x950181,{description:_0x34e256,id:_0x229ad3}=_0x5e1d4f||{};this[_0x243caf(0x1fe)]=_0x1bbd27,this[_0x243caf(0x201)]={'format':_0x34e256||''},_0x229ad3&&(this[_0x243caf(0x201)][_0x243caf(0x203)]=_0x229ad3),this[_0x243caf(0x1f6)]=_0x2d583b,this[_0x243caf(0x1f9)]=_0x7e81d8;}}exports[a30_0x950181(0x202)]=StatusMessage,StatusMessage[a30_0x950181(0x1ff)]=a30_0x950181(0x1ff),StatusMessage['BREAKPOINT_SOURCE_LOCATION']='BREAKPOINT_SOURCE_LOCATION',StatusMessage[a30_0x950181(0x1f7)]=a30_0x950181(0x1f7),StatusMessage[a30_0x950181(0x208)]='BREAKPOINT_EXPRESSION',StatusMessage[a30_0x950181(0x1fb)]=a30_0x950181(0x1fb),StatusMessage[a30_0x950181(0x1f4)]=a30_0x950181(0x1f4),StatusMessage[a30_0x950181(0x206)]=a30_0x950181(0x206);function a30_0xcb80(_0xb7d28a,_0x7f53b7){const _0x393702=a30_0x3013();return a30_0xcb80=function(_0x67bfbd,_0x3eecc6){_0x67bfbd=_0x67bfbd-0x1f3;let _0x301305=_0x393702[_0x67bfbd];return _0x301305;},a30_0xcb80(_0xb7d28a,_0x7f53b7);}function a30_0x3013(){const _0x5c2d6d=['errorId','159xKGCPA','2808840gVGoNk','BREAKPOINT_AGE','20348SKFAWD','BREAKPOINT_EXPRESSION','270AvVqPr','554391vHsbpV','toString','110860WpHStw','(((.+)+)+)+$','90pnhRmm','1912625aWXpHA','VARIABLE_VALUE','constructor','isError','BREAKPOINT_CONDITION','search','isAccepted','65032dJJUFE','VARIABLE_NAME','322RNHfSH','__esModule','refersTo','UNSPECIFIED','938669TkTrXS','description','StatusMessage'];a30_0x3013=function(){return _0x5c2d6d;};return a30_0x3013();}
1
+ const a39_0x1bb223=a39_0x1a91;(function(_0x335403,_0x451b4b){const _0x140de3=a39_0x1a91,_0x256fd1=_0x335403();while(!![]){try{const _0x1c1a26=-parseInt(_0x140de3(0x1c3))/0x1*(-parseInt(_0x140de3(0x1cc))/0x2)+-parseInt(_0x140de3(0x1d2))/0x3+-parseInt(_0x140de3(0x1c1))/0x4*(-parseInt(_0x140de3(0x1d4))/0x5)+-parseInt(_0x140de3(0x1c2))/0x6+-parseInt(_0x140de3(0x1c5))/0x7+-parseInt(_0x140de3(0x1bf))/0x8+parseInt(_0x140de3(0x1d3))/0x9;if(_0x1c1a26===_0x451b4b)break;else _0x256fd1['push'](_0x256fd1['shift']());}catch(_0x1b65b5){_0x256fd1['push'](_0x256fd1['shift']());}}}(a39_0x51c6,0xbd325));function a39_0x51c6(){const _0x54fa6f=['constructor','BREAKPOINT_CONDITION','10757152oYDWWW','StatusMessage','4zknric','364212fAcLif','319epnVqY','BREAKPOINT_SOURCE_LOCATION','8705606nJvjPN','toString','VARIABLE_VALUE','BREAKPOINT_EXPRESSION','refersTo','search','description','1430ieBNdY','UNSPECIFIED','errorId','__esModule','BREAKPOINT_AGE','apply','3522042TlBVRN','25799148ExMcra','7516550dGHlPG'];a39_0x51c6=function(){return _0x54fa6f;};return a39_0x51c6();}const a39_0x44a855=(function(){let _0x125d74=!![];return function(_0x2c31e7,_0x257355){const _0x735a4b=_0x125d74?function(){const _0x590903=a39_0x1a91;if(_0x257355){const _0x4a2a14=_0x257355[_0x590903(0x1d1)](_0x2c31e7,arguments);return _0x257355=null,_0x4a2a14;}}:function(){};return _0x125d74=![],_0x735a4b;};}()),a39_0x3dcb46=a39_0x44a855(this,function(){const _0x44d34e=a39_0x1a91;return a39_0x3dcb46[_0x44d34e(0x1c6)]()[_0x44d34e(0x1ca)]('(((.+)+)+)+$')[_0x44d34e(0x1c6)]()[_0x44d34e(0x1d5)](a39_0x3dcb46)['search']('(((.+)+)+)+$');});a39_0x3dcb46();'use strict';function a39_0x1a91(_0x3e684a,_0x853798){const _0x5a0f89=a39_0x51c6();return a39_0x1a91=function(_0x3dcb46,_0x44a855){_0x3dcb46=_0x3dcb46-0x1be;let _0x51c625=_0x5a0f89[_0x3dcb46];return _0x51c625;},a39_0x1a91(_0x3e684a,_0x853798);}Object['defineProperty'](exports,a39_0x1bb223(0x1cf),{'value':!![]}),exports[a39_0x1bb223(0x1c0)]=void 0x0;class StatusMessage{constructor(_0x316aff,_0x394320,_0x29a66d,_0x1daa26=![]){const _0x54ab03=a39_0x1bb223,{description:_0x1e74f4,id:_0x799777}=_0x394320||{};this[_0x54ab03(0x1c9)]=_0x316aff,this[_0x54ab03(0x1cb)]={'format':_0x1e74f4||''},_0x799777&&(this[_0x54ab03(0x1cb)][_0x54ab03(0x1ce)]=_0x799777),this['isError']=_0x29a66d,this['isAccepted']=_0x1daa26;}}exports[a39_0x1bb223(0x1c0)]=StatusMessage,StatusMessage[a39_0x1bb223(0x1cd)]=a39_0x1bb223(0x1cd),StatusMessage[a39_0x1bb223(0x1c4)]='BREAKPOINT_SOURCE_LOCATION',StatusMessage['BREAKPOINT_CONDITION']=a39_0x1bb223(0x1be),StatusMessage[a39_0x1bb223(0x1c8)]=a39_0x1bb223(0x1c8),StatusMessage['VARIABLE_NAME']='VARIABLE_NAME',StatusMessage[a39_0x1bb223(0x1c7)]=a39_0x1bb223(0x1c7),StatusMessage[a39_0x1bb223(0x1d0)]='BREAKPOINT_AGE';
@@ -1 +1 @@
1
- var a31_0x22fcd2=a31_0x3fbe;(function(_0x565030,_0x30a898){var _0x99140a=a31_0x3fbe,_0x1a5861=_0x565030();while(!![]){try{var _0x4d75e5=parseInt(_0x99140a(0x208))/0x1*(parseInt(_0x99140a(0x200))/0x2)+-parseInt(_0x99140a(0x20b))/0x3*(parseInt(_0x99140a(0x1f2))/0x4)+parseInt(_0x99140a(0x1f5))/0x5+-parseInt(_0x99140a(0x203))/0x6+parseInt(_0x99140a(0x1f9))/0x7+parseInt(_0x99140a(0x20f))/0x8+-parseInt(_0x99140a(0x1f6))/0x9;if(_0x4d75e5===_0x30a898)break;else _0x1a5861['push'](_0x1a5861['shift']());}catch(_0x4ff40a){_0x1a5861['push'](_0x1a5861['shift']());}}}(a31_0x2384,0xa7b19));function a31_0x3fbe(_0x35dc35,_0x52af4e){var _0x1d70c9=a31_0x2384();return a31_0x3fbe=function(_0x4e219d,_0x324e73){_0x4e219d=_0x4e219d-0x1f2;var _0x238465=_0x1d70c9[_0x4e219d];return _0x238465;},a31_0x3fbe(_0x35dc35,_0x52af4e);}var a31_0x324e73=(function(){var _0xc7c565=!![];return function(_0x2bc6c6,_0x3f9581){var _0x4c22e9=_0xc7c565?function(){if(_0x3f9581){var _0x8c6154=_0x3f9581['apply'](_0x2bc6c6,arguments);return _0x3f9581=null,_0x8c6154;}}:function(){};return _0xc7c565=![],_0x4c22e9;};}()),a31_0x4e219d=a31_0x324e73(this,function(){var _0x244616=a31_0x3fbe;return a31_0x4e219d[_0x244616(0x205)]()[_0x244616(0x213)]('(((.+)+)+)+$')['toString']()[_0x244616(0x1fb)](a31_0x4e219d)[_0x244616(0x213)](_0x244616(0x1fa));});a31_0x4e219d();'use strict';Object[a31_0x22fcd2(0x1fc)](exports,a31_0x22fcd2(0x210),{'value':!![]}),exports[a31_0x22fcd2(0x20d)]=void 0x0;function a31_0x2384(){var _0x1103c1=['2QrQtah','linuxDistroName','runtimeEnvironment','3503076IJFRpQ','osVersion','toString','cpuCoreCount','isInDocker','148769wghGue','agentVersion','uniquifier','83469DigOww','runtimeEnvironmentVersion','Debuggee','procArch','10528472qxNHJH','__esModule','properties.uniquifier\x20must\x20be\x20a\x20string','statusMessage','search','20hmKXkO','agentOS','labels','3768630jmzrap','16395822SeZyfS','runtimeEnvironmentInfo','systemTotalMemoryBytes','7091266KBXHuy','(((.+)+)+)+$','constructor','defineProperty','pid','sourceContexts','isInK8s'];a31_0x2384=function(){return _0x1103c1;};return a31_0x2384();}class Debuggee{constructor(_0x4b10d4){var _0x5e59a7=a31_0x22fcd2;this[_0x5e59a7(0x202)]='Node.js';if(!(this instanceof Debuggee))return new Debuggee(_0x4b10d4);_0x4b10d4=_0x4b10d4||{};if(typeof _0x4b10d4[_0x5e59a7(0x20a)]!=='string')throw new Error(_0x5e59a7(0x211));this[_0x5e59a7(0x20a)]=_0x4b10d4['uniquifier'],this[_0x5e59a7(0x209)]=_0x4b10d4[_0x5e59a7(0x209)],_0x4b10d4['labels']&&(this['labels']=_0x4b10d4[_0x5e59a7(0x1f4)]),_0x4b10d4['sourceContexts']&&(this[_0x5e59a7(0x1fe)]=_0x4b10d4[_0x5e59a7(0x1fe)]),_0x4b10d4[_0x5e59a7(0x212)]&&(this[_0x5e59a7(0x212)]=_0x4b10d4[_0x5e59a7(0x212)]),this['host']=_0x4b10d4['host'],this[_0x5e59a7(0x1fd)]=_0x4b10d4[_0x5e59a7(0x1fd)],this['cpuCoreCount']=_0x4b10d4[_0x5e59a7(0x206)],this[_0x5e59a7(0x1f8)]=_0x4b10d4[_0x5e59a7(0x1f8)],this[_0x5e59a7(0x1f3)]=_0x4b10d4[_0x5e59a7(0x1f3)],this[_0x5e59a7(0x204)]=_0x4b10d4[_0x5e59a7(0x204)],this[_0x5e59a7(0x20c)]=_0x4b10d4[_0x5e59a7(0x20c)],this['runtimeEnvironmentInfo']=_0x4b10d4[_0x5e59a7(0x1f7)],this[_0x5e59a7(0x201)]=_0x4b10d4[_0x5e59a7(0x201)],this[_0x5e59a7(0x207)]=_0x4b10d4[_0x5e59a7(0x207)],this[_0x5e59a7(0x1ff)]=_0x4b10d4['isInK8s'],this[_0x5e59a7(0x20e)]=_0x4b10d4[_0x5e59a7(0x20e)];}}exports[a31_0x22fcd2(0x20d)]=Debuggee;
1
+ var a40_0x145b77=a40_0x7632;(function(_0x32fb0e,_0x535c0c){var _0x1b22bf=a40_0x7632,_0x351222=_0x32fb0e();while(!![]){try{var _0x2cc384=-parseInt(_0x1b22bf(0x1cf))/0x1+-parseInt(_0x1b22bf(0x1e1))/0x2*(parseInt(_0x1b22bf(0x1c3))/0x3)+parseInt(_0x1b22bf(0x1e3))/0x4*(parseInt(_0x1b22bf(0x1df))/0x5)+-parseInt(_0x1b22bf(0x1ca))/0x6+parseInt(_0x1b22bf(0x1d0))/0x7*(parseInt(_0x1b22bf(0x1d8))/0x8)+-parseInt(_0x1b22bf(0x1c5))/0x9+parseInt(_0x1b22bf(0x1e0))/0xa;if(_0x2cc384===_0x535c0c)break;else _0x351222['push'](_0x351222['shift']());}catch(_0x51ff4a){_0x351222['push'](_0x351222['shift']());}}}(a40_0x1545,0x55b05));function a40_0x1545(){var _0x529cfc=['runtimeEnvironmentVersion','host','agentVersion','702rKKbDQ','(((.+)+)+)+$','2391804bXNNqF','labels','procArch','linuxDistroName','systemTotalMemoryBytes','3773484mEPTcW','Node.js','toString','properties.uniquifier\x20must\x20be\x20a\x20string','agentOS','492458qkMGBf','185836PtceGG','search','apply','uniquifier','defineProperty','pid','runtimeEnvironment','__esModule','104YKegZW','sourceContexts','isInK8s','statusMessage','osVersion','Debuggee','isInDocker','735DEFKnt','14687800lkClQr','2888TbklVW','constructor','7132PHloNu','runtimeEnvironmentInfo'];a40_0x1545=function(){return _0x529cfc;};return a40_0x1545();}var a40_0x572cc3=(function(){var _0x4e8ef1=!![];return function(_0x52dbde,_0x242b5b){var _0x47c7c5=_0x4e8ef1?function(){var _0x2b6657=a40_0x7632;if(_0x242b5b){var _0x403551=_0x242b5b[_0x2b6657(0x1d2)](_0x52dbde,arguments);return _0x242b5b=null,_0x403551;}}:function(){};return _0x4e8ef1=![],_0x47c7c5;};}()),a40_0x272d2a=a40_0x572cc3(this,function(){var _0x1e4a32=a40_0x7632;return a40_0x272d2a[_0x1e4a32(0x1cc)]()[_0x1e4a32(0x1d1)](_0x1e4a32(0x1c4))[_0x1e4a32(0x1cc)]()[_0x1e4a32(0x1e2)](a40_0x272d2a)['search']('(((.+)+)+)+$');});a40_0x272d2a();'use strict';function a40_0x7632(_0x18790f,_0x3fec03){var _0xbe193d=a40_0x1545();return a40_0x7632=function(_0x272d2a,_0x572cc3){_0x272d2a=_0x272d2a-0x1bf;var _0x154519=_0xbe193d[_0x272d2a];return _0x154519;},a40_0x7632(_0x18790f,_0x3fec03);}Object[a40_0x145b77(0x1d4)](exports,a40_0x145b77(0x1d7),{'value':!![]}),exports['Debuggee']=void 0x0;class Debuggee{constructor(_0x123d76){var _0x2b5d31=a40_0x145b77;this[_0x2b5d31(0x1d6)]=_0x2b5d31(0x1cb);if(!(this instanceof Debuggee))return new Debuggee(_0x123d76);_0x123d76=_0x123d76||{};if(typeof _0x123d76[_0x2b5d31(0x1d3)]!=='string')throw new Error(_0x2b5d31(0x1cd));this[_0x2b5d31(0x1d3)]=_0x123d76[_0x2b5d31(0x1d3)],this['agentVersion']=_0x123d76[_0x2b5d31(0x1c2)],_0x123d76[_0x2b5d31(0x1c6)]&&(this[_0x2b5d31(0x1c6)]=_0x123d76[_0x2b5d31(0x1c6)]),_0x123d76[_0x2b5d31(0x1d9)]&&(this[_0x2b5d31(0x1d9)]=_0x123d76[_0x2b5d31(0x1d9)]),_0x123d76[_0x2b5d31(0x1db)]&&(this[_0x2b5d31(0x1db)]=_0x123d76[_0x2b5d31(0x1db)]),this[_0x2b5d31(0x1c1)]=_0x123d76[_0x2b5d31(0x1c1)],this['pid']=_0x123d76[_0x2b5d31(0x1d5)],this['cpuCoreCount']=_0x123d76['cpuCoreCount'],this[_0x2b5d31(0x1c9)]=_0x123d76[_0x2b5d31(0x1c9)],this[_0x2b5d31(0x1ce)]=_0x123d76[_0x2b5d31(0x1ce)],this[_0x2b5d31(0x1dc)]=_0x123d76[_0x2b5d31(0x1dc)],this['runtimeEnvironmentVersion']=_0x123d76[_0x2b5d31(0x1c0)],this[_0x2b5d31(0x1bf)]=_0x123d76[_0x2b5d31(0x1bf)],this[_0x2b5d31(0x1c8)]=_0x123d76[_0x2b5d31(0x1c8)],this[_0x2b5d31(0x1de)]=_0x123d76[_0x2b5d31(0x1de)],this['isInK8s']=_0x123d76[_0x2b5d31(0x1da)],this[_0x2b5d31(0x1c7)]=_0x123d76[_0x2b5d31(0x1c7)];}}exports[a40_0x145b77(0x1dd)]=Debuggee;
package/build/src/gcp.js CHANGED
@@ -1 +1 @@
1
- const a32_0x44600f=a32_0x5292;function a32_0x481c(){const _0x26f803=['callback','functionParams','defineProperty','33760tdTvqY','callbackParams','wrap','206496BJHblG','40siGPOt','isCallbackWrapperInvoked','stop','callbackWrapper','__esModule','28347SHaVsy','toString','app.lightrun.com','678DNFdFR','72UcBpPY','search','1158745VTAIkg','314NQYbvk','(((.+)+)+)+$','1358490ZcYabV','1141672svTDkk','apply','run','6857364MrzDcJ','callbackIndex','bind','length','11ayxxUm'];a32_0x481c=function(){return _0x26f803;};return a32_0x481c();}(function(_0x5a5cb4,_0x29a88c){const _0x4ab40e=a32_0x5292,_0x4180b2=_0x5a5cb4();while(!![]){try{const _0x23fbb2=parseInt(_0x4ab40e(0x1ae))/0x1+-parseInt(_0x4ab40e(0x1ab))/0x2*(parseInt(_0x4ab40e(0x1a4))/0x3)+parseInt(_0x4ab40e(0x19e))/0x4+-parseInt(_0x4ab40e(0x19b))/0x5*(-parseInt(_0x4ab40e(0x1a7))/0x6)+parseInt(_0x4ab40e(0x1aa))/0x7*(parseInt(_0x4ab40e(0x19f))/0x8)+-parseInt(_0x4ab40e(0x1a8))/0x9*(parseInt(_0x4ab40e(0x1ad))/0xa)+-parseInt(_0x4ab40e(0x1b5))/0xb*(-parseInt(_0x4ab40e(0x1b1))/0xc);if(_0x23fbb2===_0x29a88c)break;else _0x4180b2['push'](_0x4180b2['shift']());}catch(_0x1d3383){_0x4180b2['push'](_0x4180b2['shift']());}}}(a32_0x481c,0xbfad5));const a32_0x3e5fdb=(function(){let _0x47641b=!![];return function(_0x1c230a,_0x12433d){const _0x289579=_0x47641b?function(){const _0x364d65=a32_0x5292;if(_0x12433d){const _0x12c90c=_0x12433d[_0x364d65(0x1af)](_0x1c230a,arguments);return _0x12433d=null,_0x12c90c;}}:function(){};return _0x47641b=![],_0x289579;};}()),a32_0x1c0283=a32_0x3e5fdb(this,function(){const _0x39d281=a32_0x5292;return a32_0x1c0283[_0x39d281(0x1a5)]()[_0x39d281(0x1a9)](_0x39d281(0x1ac))[_0x39d281(0x1a5)]()['constructor'](a32_0x1c0283)[_0x39d281(0x1a9)]('(((.+)+)+)+$');});a32_0x1c0283();'use strict';Object[a32_0x44600f(0x19a)](exports,a32_0x44600f(0x1a3),{'value':!![]}),exports[a32_0x44600f(0x19d)]=void 0x0;function a32_0x5292(_0x300734,_0x146e2f){const _0x26ebb0=a32_0x481c();return a32_0x5292=function(_0x1c0283,_0x3e5fdb){_0x1c0283=_0x1c0283-0x19a;let _0x481ca7=_0x26ebb0[_0x1c0283];return _0x481ca7;},a32_0x5292(_0x300734,_0x146e2f);}const lightrun=require('./index'),DEFAULT_API_ENDPOINT=a32_0x44600f(0x1a6),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function wrap(_0x5afa7d,_0x1ec3da,_0x1a1f23){return async(..._0x5d5ea3)=>{const _0x2064a8=new LightrunGcpWrapper(_0x1a1f23,..._0x5d5ea3);return _0x2064a8['run'](_0x5afa7d,_0x1ec3da);};}exports[a32_0x44600f(0x19d)]=wrap;class LightrunGcpWrapper{constructor(_0x3bd59b,..._0x3e79da){const _0x2acaeb=a32_0x44600f;var _0x4a4aa7;this[_0x2acaeb(0x1b2)]=_0x3bd59b,this[_0x2acaeb(0x1a0)]=![],this[_0x2acaeb(0x19c)]=[],this[_0x2acaeb(0x1b6)]=null,this[_0x2acaeb(0x1b7)]=_0x3e79da,this[_0x2acaeb(0x1b2)]&&this[_0x2acaeb(0x1b2)]<((_0x4a4aa7=this[_0x2acaeb(0x1b7)])===null||_0x4a4aa7===void 0x0?void 0x0:_0x4a4aa7[_0x2acaeb(0x1b4)])&&(this['callback']=this[_0x2acaeb(0x1b7)][this[_0x2acaeb(0x1b2)]],this[_0x2acaeb(0x1b7)][this[_0x2acaeb(0x1b2)]]=this[_0x2acaeb(0x1a2)][_0x2acaeb(0x1b3)](this));}async[a32_0x44600f(0x1b0)](_0x2b47cf,_0x4a5575={}){const _0x1be3f0=a32_0x44600f;this[_0x1be3f0(0x1a0)]=![],await lightrun['asyncStart']({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x4a5575,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x2b47cf(...this[_0x1be3f0(0x1b7)]);}finally{await lightrun[_0x1be3f0(0x1a1)](),this[_0x1be3f0(0x1a0)]&&this[_0x1be3f0(0x1b6)]&&this[_0x1be3f0(0x1b6)](...this[_0x1be3f0(0x19c)]);}}[a32_0x44600f(0x1a2)](..._0x12eee6){const _0x189c80=a32_0x44600f;this[_0x189c80(0x19c)]=_0x12eee6,this['isCallbackWrapperInvoked']=!![];}}
1
+ const a41_0x4dc500=a41_0x15bb;(function(_0x112393,_0x471311){const _0x577137=a41_0x15bb,_0x44e9b6=_0x112393();while(!![]){try{const _0x4a8a25=-parseInt(_0x577137(0xef))/0x1+parseInt(_0x577137(0xf9))/0x2+-parseInt(_0x577137(0xec))/0x3+-parseInt(_0x577137(0xf5))/0x4*(-parseInt(_0x577137(0x103))/0x5)+-parseInt(_0x577137(0xf8))/0x6+-parseInt(_0x577137(0xf7))/0x7*(parseInt(_0x577137(0x100))/0x8)+parseInt(_0x577137(0xf3))/0x9*(parseInt(_0x577137(0xfc))/0xa);if(_0x4a8a25===_0x471311)break;else _0x44e9b6['push'](_0x44e9b6['shift']());}catch(_0x37f9df){_0x44e9b6['push'](_0x44e9b6['shift']());}}}(a41_0x5868,0x788e3));const a41_0x2e060f=(function(){let _0x27bf0d=!![];return function(_0x1b51d6,_0x2838fa){const _0x96708c=_0x27bf0d?function(){const _0x435a5c=a41_0x15bb;if(_0x2838fa){const _0x366e26=_0x2838fa[_0x435a5c(0xfe)](_0x1b51d6,arguments);return _0x2838fa=null,_0x366e26;}}:function(){};return _0x27bf0d=![],_0x96708c;};}()),a41_0x3434ab=a41_0x2e060f(this,function(){const _0x2a76e4=a41_0x15bb;return a41_0x3434ab[_0x2a76e4(0xfb)]()[_0x2a76e4(0xfd)](_0x2a76e4(0xea))[_0x2a76e4(0xfb)]()['constructor'](a41_0x3434ab)['search']('(((.+)+)+)+$');});a41_0x3434ab();'use strict';Object[a41_0x4dc500(0x101)](exports,'__esModule',{'value':!![]}),exports['wrap']=void 0x0;const lightrun=require('./index'),DEFAULT_API_ENDPOINT=a41_0x4dc500(0xff),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function a41_0x15bb(_0x5a1cb9,_0x5d041b){const _0x3e016d=a41_0x5868();return a41_0x15bb=function(_0x3434ab,_0x2e060f){_0x3434ab=_0x3434ab-0xea;let _0x586808=_0x3e016d[_0x3434ab];return _0x586808;},a41_0x15bb(_0x5a1cb9,_0x5d041b);}function wrap(_0x20e1f3,_0x301e3f,_0x5aac13){return async(..._0x2b3d6f)=>{const _0x2f7ecd=new LightrunGcpWrapper(_0x5aac13,..._0x2b3d6f);return _0x2f7ecd['run'](_0x20e1f3,_0x301e3f);};}function a41_0x5868(){const _0x2187a5=['1996795Yhoucc','(((.+)+)+)+$','callbackIndex','536610DUPtpP','isCallbackWrapperInvoked','callback','87706mhmjzy','run','functionParams','bind','27paGiCF','length','4VTvuCO','wrap','133mqYJlU','4085184KiiVoo','174838JxxkPA','stop','toString','3794970jUzwOJ','search','apply','app.lightrun.com','77488jzxVGp','defineProperty','callbackParams'];a41_0x5868=function(){return _0x2187a5;};return a41_0x5868();}exports[a41_0x4dc500(0xf6)]=wrap;class LightrunGcpWrapper{constructor(_0x56e486,..._0x37036e){const _0x2dcc0c=a41_0x4dc500;var _0x54490b;this['callbackIndex']=_0x56e486,this[_0x2dcc0c(0xed)]=![],this[_0x2dcc0c(0x102)]=[],this[_0x2dcc0c(0xee)]=null,this[_0x2dcc0c(0xf1)]=_0x37036e,this['callbackIndex']&&this['callbackIndex']<((_0x54490b=this['functionParams'])===null||_0x54490b===void 0x0?void 0x0:_0x54490b[_0x2dcc0c(0xf4)])&&(this[_0x2dcc0c(0xee)]=this['functionParams'][this['callbackIndex']],this['functionParams'][this[_0x2dcc0c(0xeb)]]=this['callbackWrapper'][_0x2dcc0c(0xf2)](this));}async[a41_0x4dc500(0xf0)](_0x3dba2a,_0x5b8d7e={}){const _0xde1110=a41_0x4dc500;this['isCallbackWrapperInvoked']=![],await lightrun['asyncStart']({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x5b8d7e,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x3dba2a(...this[_0xde1110(0xf1)]);}finally{await lightrun[_0xde1110(0xfa)](),this[_0xde1110(0xed)]&&this[_0xde1110(0xee)]&&this[_0xde1110(0xee)](...this['callbackParams']);}}['callbackWrapper'](..._0x213d96){const _0xb9b937=a41_0x4dc500;this['callbackParams']=_0x213d96,this[_0xb9b937(0xed)]=!![];}}