lightrun 1.23.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/build/src/agent/agent-logger.js +1 -1
  2. package/build/src/agent/blocklisting/blocklisting-patterns.js +1 -1
  3. package/build/src/agent/blocklisting/dummy-blocklist-manager.js +1 -1
  4. package/build/src/agent/blocklisting/patterns-blocklist-manager.js +1 -1
  5. package/build/src/agent/config.js +1 -1
  6. package/build/src/agent/configuration-provider.js +1 -1
  7. package/build/src/agent/controller.js +1 -1
  8. package/build/src/agent/debuglet-helpers/createDebuggee.js +1 -0
  9. package/build/src/agent/debuglet-helpers/createDebuggeeMetadata.js +1 -0
  10. package/build/src/agent/debuglet-helpers/createUniquifier.js +1 -0
  11. package/build/src/agent/debuglet-helpers/delimit.js +1 -0
  12. package/build/src/agent/debuglet-helpers/format.js +1 -0
  13. package/build/src/agent/debuglet-helpers/getAgentConfig.js +1 -0
  14. package/build/src/agent/debuglet-helpers/getPlatform.js +1 -0
  15. package/build/src/agent/debuglet-helpers/mapSubtract.js +1 -0
  16. package/build/src/agent/debuglet-helpers/normalizeConfig.js +1 -0
  17. package/build/src/agent/debuglet-helpers/tokenize.js +1 -0
  18. package/build/src/agent/debuglet.js +1 -1
  19. package/build/src/agent/environment-metadata.js +1 -1
  20. package/build/src/agent/io/file-index.js +1 -1
  21. package/build/src/agent/io/scan-results.js +1 -1
  22. package/build/src/agent/io/scanner.js +1 -1
  23. package/build/src/agent/io/sourcemapper.js +1 -1
  24. package/build/src/agent/leaky-bucket.js +1 -1
  25. package/build/src/agent/log-data.js +1 -1
  26. package/build/src/agent/piping-manager.js +1 -1
  27. package/build/src/agent/quota-manager.js +1 -1
  28. package/build/src/agent/reduction/redaction-manager-re2js.js +1 -1
  29. package/build/src/agent/reduction/redaction-manager.js +1 -1
  30. package/build/src/agent/state/inspector-state.js +1 -1
  31. package/build/src/agent/state/legacy-state.js +1 -1
  32. package/build/src/agent/util/debug-assert.js +1 -1
  33. package/build/src/agent/util/utils.js +1 -1
  34. package/build/src/agent/util/validator.js +1 -1
  35. package/build/src/agent/v8/debugapi.js +1 -1
  36. package/build/src/agent/v8/inspector-debugapi.js +1 -1
  37. package/build/src/agent/v8/legacy-debugapi.js +1 -1
  38. package/build/src/agent/v8/v8inspector.js +1 -1
  39. package/build/src/client/stackdriver/debug.js +1 -1
  40. package/build/src/client/stackdriver/status-message.js +1 -1
  41. package/build/src/debuggee.js +1 -1
  42. package/build/src/gcp.js +1 -1
  43. package/build/src/index.d.ts +561 -18
  44. package/build/src/index.js +1 -1
  45. package/build/src/lambda.js +1 -1
  46. package/build/src/resources/version.txt +1 -1
  47. package/build/src/types/lightrun.js +1 -1
  48. package/build/src/types/stackdriver.js +1 -1
  49. package/build/src/types/v8.js +1 -1
  50. package/package.json +8 -11
  51. package/build/src/agent/agent-logger.d.ts +0 -10
  52. package/build/src/agent/agent-logger.js.map +0 -1
  53. package/build/src/agent/blocklisting/blocklisting-patterns.d.ts +0 -6
  54. package/build/src/agent/blocklisting/blocklisting-patterns.js.map +0 -1
  55. package/build/src/agent/blocklisting/dummy-blocklist-manager.d.ts +0 -6
  56. package/build/src/agent/blocklisting/dummy-blocklist-manager.js.map +0 -1
  57. package/build/src/agent/blocklisting/patterns-blocklist-manager.d.ts +0 -10
  58. package/build/src/agent/blocklisting/patterns-blocklist-manager.js.map +0 -1
  59. package/build/src/agent/config.d.ts +0 -418
  60. package/build/src/agent/config.js.map +0 -1
  61. package/build/src/agent/configuration-provider.d.ts +0 -19
  62. package/build/src/agent/configuration-provider.js.map +0 -1
  63. package/build/src/agent/controller.d.ts +0 -71
  64. package/build/src/agent/controller.js.map +0 -1
  65. package/build/src/agent/debuglet.d.ts +0 -234
  66. package/build/src/agent/debuglet.js.map +0 -1
  67. package/build/src/agent/environment-metadata.d.ts +0 -36
  68. package/build/src/agent/environment-metadata.js.map +0 -1
  69. package/build/src/agent/io/file-index.d.ts +0 -76
  70. package/build/src/agent/io/file-index.js.map +0 -1
  71. package/build/src/agent/io/scan-results.d.ts +0 -60
  72. package/build/src/agent/io/scan-results.js.map +0 -1
  73. package/build/src/agent/io/scanner.d.ts +0 -43
  74. package/build/src/agent/io/scanner.js.map +0 -1
  75. package/build/src/agent/io/sourcemapper.d.ts +0 -72
  76. package/build/src/agent/io/sourcemapper.js.map +0 -1
  77. package/build/src/agent/leaky-bucket.d.ts +0 -16
  78. package/build/src/agent/leaky-bucket.js.map +0 -1
  79. package/build/src/agent/log-data.d.ts +0 -13
  80. package/build/src/agent/log-data.js.map +0 -1
  81. package/build/src/agent/piping-manager.d.ts +0 -39
  82. package/build/src/agent/piping-manager.js.map +0 -1
  83. package/build/src/agent/quota-manager.d.ts +0 -40
  84. package/build/src/agent/quota-manager.js.map +0 -1
  85. package/build/src/agent/reduction/redaction-manager-re2.d.ts +0 -8
  86. package/build/src/agent/reduction/redaction-manager-re2.js +0 -1
  87. package/build/src/agent/reduction/redaction-manager-re2.js.map +0 -1
  88. package/build/src/agent/reduction/redaction-manager-re2js.d.ts +0 -8
  89. package/build/src/agent/reduction/redaction-manager-re2js.js.map +0 -1
  90. package/build/src/agent/reduction/redaction-manager.d.ts +0 -6
  91. package/build/src/agent/reduction/redaction-manager.js.map +0 -1
  92. package/build/src/agent/state/inspector-state.d.ts +0 -28
  93. package/build/src/agent/state/inspector-state.js.map +0 -1
  94. package/build/src/agent/state/legacy-state.d.ts +0 -22
  95. package/build/src/agent/state/legacy-state.js.map +0 -1
  96. package/build/src/agent/util/debug-assert.d.ts +0 -22
  97. package/build/src/agent/util/debug-assert.js.map +0 -1
  98. package/build/src/agent/util/utils.d.ts +0 -65
  99. package/build/src/agent/util/utils.js.map +0 -1
  100. package/build/src/agent/util/validator.d.ts +0 -12
  101. package/build/src/agent/util/validator.js.map +0 -1
  102. package/build/src/agent/v8/debugapi.d.ts +0 -23
  103. package/build/src/agent/v8/debugapi.js.map +0 -1
  104. package/build/src/agent/v8/inspector-debugapi.d.ts +0 -82
  105. package/build/src/agent/v8/inspector-debugapi.js.map +0 -1
  106. package/build/src/agent/v8/legacy-debugapi.d.ts +0 -58
  107. package/build/src/agent/v8/legacy-debugapi.js.map +0 -1
  108. package/build/src/agent/v8/v8inspector.d.ts +0 -53
  109. package/build/src/agent/v8/v8inspector.js.map +0 -1
  110. package/build/src/client/stackdriver/debug.d.ts +0 -43
  111. package/build/src/client/stackdriver/debug.js.map +0 -1
  112. package/build/src/client/stackdriver/status-message.d.ts +0 -35
  113. package/build/src/client/stackdriver/status-message.js.map +0 -1
  114. package/build/src/debuggee.d.ts +0 -80
  115. package/build/src/debuggee.js.map +0 -1
  116. package/build/src/gcp.d.ts +0 -2
  117. package/build/src/gcp.js.map +0 -1
  118. package/build/src/index.js.map +0 -1
  119. package/build/src/lambda.d.ts +0 -2
  120. package/build/src/lambda.js.map +0 -1
  121. package/build/src/types/lightrun.d.ts +0 -18
  122. package/build/src/types/lightrun.js.map +0 -1
  123. package/build/src/types/stackdriver.d.ts +0 -79
  124. package/build/src/types/stackdriver.js.map +0 -1
  125. package/build/src/types/v8.d.ts +0 -214
  126. package/build/src/types/v8.js.map +0 -1
@@ -1 +1 @@
1
- const a26_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_0x2321f6=a35_0x4efd;(function(_0x57de58,_0x17ade5){const _0x375498=a35_0x4efd,_0x5b0d9e=_0x57de58();while(!![]){try{const _0x3f1876=parseInt(_0x375498(0xb2))/0x1+-parseInt(_0x375498(0x104))/0x2+parseInt(_0x375498(0xe5))/0x3*(parseInt(_0x375498(0x6e))/0x4)+parseInt(_0x375498(0x78))/0x5*(parseInt(_0x375498(0x81))/0x6)+parseInt(_0x375498(0x8d))/0x7*(-parseInt(_0x375498(0x84))/0x8)+parseInt(_0x375498(0x8c))/0x9+-parseInt(_0x375498(0xd8))/0xa*(-parseInt(_0x375498(0xca))/0xb);if(_0x3f1876===_0x17ade5)break;else _0x5b0d9e['push'](_0x5b0d9e['shift']());}catch(_0x2196b5){_0x5b0d9e['push'](_0x5b0d9e['shift']());}}}(a35_0x4162,0x567b7));const a35_0x3b0b57=(function(){let _0x1cf57a=!![];return function(_0x22bf77,_0x3dec87){const _0x35fd8d=_0x1cf57a?function(){if(_0x3dec87){const _0x4ddf3b=_0x3dec87['apply'](_0x22bf77,arguments);return _0x3dec87=null,_0x4ddf3b;}}:function(){};return _0x1cf57a=![],_0x35fd8d;};}()),a35_0x5c89d6=a35_0x3b0b57(this,function(){const _0x30c693=a35_0x4efd;return a35_0x5c89d6[_0x30c693(0x108)]()[_0x30c693(0x92)](_0x30c693(0xd1))[_0x30c693(0x108)]()[_0x30c693(0xf8)](a35_0x5c89d6)['search'](_0x30c693(0xd1));});a35_0x5c89d6();function a35_0x4efd(_0x51f231,_0x42335a){const _0x552da6=a35_0x4162();return a35_0x4efd=function(_0x5c89d6,_0x3b0b57){_0x5c89d6=_0x5c89d6-0x67;let _0x416236=_0x552da6[_0x5c89d6];return _0x416236;},a35_0x4efd(_0x51f231,_0x42335a);}'use strict';Object[a35_0x2321f6(0x72)](exports,a35_0x2321f6(0x83),{'value':!![]}),exports[a35_0x2321f6(0xd4)]=exports[a35_0x2321f6(0xaa)]=void 0x0;const acorn=require(a35_0x2321f6(0x10c)),path=require(a35_0x2321f6(0xe4)),status_message_1=require(a35_0x2321f6(0xfe)),state=require(a35_0x2321f6(0x88)),utils_1=require('../util/utils'),debugapi=require(a35_0x2321f6(0xc6)),v8inspector_1=require(a35_0x2321f6(0xf2)),dummy_blocklist_manager_1=require(a35_0x2321f6(0xba)),USE_MODULE_PREFIX=(0x0,utils_1['satisfies'])(process['version'],a35_0x2321f6(0x77));class BreakpointData{constructor(_0x1e5c62,_0x409374,_0x373845,_0x3d121b,_0x5d7ebc,_0x536784,_0x1ed7b4,_0x5bab34){const _0x1d9939=a35_0x2321f6;this['id']=_0x1e5c62,this[_0x1d9939(0x90)]=_0x409374,this[_0x1d9939(0x8f)]=_0x373845,this['locationStr']=_0x3d121b,this['compile']=_0x5d7ebc,this[_0x1d9939(0x6f)]=_0x536784,this[_0x1d9939(0x105)]=_0x1ed7b4,this['pipingStatus']=_0x5bab34;}}exports[a35_0x2321f6(0xaa)]=BreakpointData;class InspectorDebugApi{constructor(_0x1d85d6,_0x59dc76,_0x403935,_0xfaff6d,_0x4cbc4a){const _0x25caa9=a35_0x2321f6;this[_0x25caa9(0xbb)]={},this[_0x25caa9(0x89)]={},this[_0x25caa9(0x8b)]={},this[_0x25caa9(0xc4)]={},this[_0x25caa9(0x10b)]={},this['numBreakpoints']=0x0,this[_0x25caa9(0xc9)]=null,this[_0x25caa9(0x10a)]=_0x1d85d6,this[_0x25caa9(0xce)]=_0x59dc76,this[_0x25caa9(0xa8)]=_0x403935,this['sourcemapper']=_0xfaff6d,this[_0x25caa9(0xc1)]=new v8inspector_1[(_0x25caa9(0xdb))](_0x1d85d6,(0x0,utils_1[_0x25caa9(0xa0)])(process[_0x25caa9(0xb1)],_0x25caa9(0xa1)),this[_0x25caa9(0xce)][_0x25caa9(0xbe)],_0x495775=>{const _0x1c77c9=_0x25caa9;this[_0x1c77c9(0x8b)][_0x495775['scriptId']]=_0x495775;},_0x3baa9c=>{const _0x3e2fe1=_0x25caa9;try{this[_0x3e2fe1(0x87)](_0x3baa9c);}catch(_0x291222){this[_0x3e2fe1(0x10a)]['error'](_0x291222);}}),this[_0x25caa9(0xcb)]=_0x4cbc4a,this[_0x25caa9(0xe1)]=new dummy_blocklist_manager_1[(_0x25caa9(0xd5))](!![]);}[a35_0x2321f6(0xe7)](_0xb6b706,_0x3b73ce){const _0xeb3b2d=a35_0x2321f6;if(!_0xb6b706||typeof _0xb6b706['id']===_0xeb3b2d(0xc7)||!_0xb6b706[_0xeb3b2d(0xcc)]||!_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xe4)]||!_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xfd)])return(0x0,utils_1[_0xeb3b2d(0x71)])(_0x3b73ce,_0xb6b706,status_message_1[_0xeb3b2d(0xa2)][_0xeb3b2d(0x107)],utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0xdc)]);const _0x4f727a=path[_0xeb3b2d(0x98)](_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xe4)]);if(!this[_0xeb3b2d(0xfc)][_0xeb3b2d(0x91)](_0x4f727a)){const _0x772bba=path['extname'](_0x4f727a);if(!this[_0xeb3b2d(0xce)]['javascriptFileExtensions'][_0xeb3b2d(0xfa)](_0x772bba)){const _0x3799ab=_0x4f727a['substring'](0x0,_0x4f727a['length']-_0x772bba[_0xeb3b2d(0xee)]),_0x2f1889=this[_0xeb3b2d(0xce)][_0xeb3b2d(0x70)][_0xeb3b2d(0x10e)](_0x2347fd=>_0x3799ab+_0x2347fd)[_0xeb3b2d(0xb0)](_0x23da44=>(0x0,utils_1[_0xeb3b2d(0xbd)])(_0x23da44,this[_0xeb3b2d(0xa8)])),_0xcc3533=_0x2f1889?utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0x7a)]:utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0xea)];return(0x0,utils_1['setErrorStatusAndCallback'])(_0x3b73ce,_0xb6b706,status_message_1[_0xeb3b2d(0xa2)][_0xeb3b2d(0xac)],_0xcc3533);}this[_0xeb3b2d(0xe9)](_0xb6b706,null,null,_0x3b73ce);}else{const _0x591711=_0xb6b706[_0xeb3b2d(0xcc)][_0xeb3b2d(0xfd)],_0x3646d8=0x0,_0xaff23b=this[_0xeb3b2d(0xfc)][_0xeb3b2d(0xae)](_0x4f727a,_0x591711,_0x3646d8),_0x12c563=(0x0,utils_1[_0xeb3b2d(0x7f)])(_0xb6b706);if(_0xb6b706['condition']&&_0x12c563)try{_0xb6b706[_0xeb3b2d(0x8e)]=_0x12c563(_0xb6b706[_0xeb3b2d(0x8e)]);}catch(_0x5ee657){return this[_0xeb3b2d(0x10a)][_0xeb3b2d(0xa9)]('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0xb6b706['condition']+_0xeb3b2d(0x93)),(0x0,utils_1[_0xeb3b2d(0x71)])(_0x3b73ce,_0xb6b706,status_message_1[_0xeb3b2d(0xa2)]['BREAKPOINT_CONDITION'],utils_1[_0xeb3b2d(0xf5)][_0xeb3b2d(0xe2)]);}this['setInternal'](_0xb6b706,_0xaff23b,_0x12c563,_0x3b73ce);}}[a35_0x2321f6(0x6d)](_0x9686cb,_0x577a45){const _0x248dc4=a35_0x2321f6;if(typeof _0x9686cb['id']===_0x248dc4(0xc7))return this[_0x248dc4(0x10a)][_0x248dc4(0x111)]('Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined'),(0x0,utils_1['setErrorStatusAndCallback'])(_0x577a45,_0x9686cb,status_message_1[_0x248dc4(0xa2)][_0x248dc4(0x85)],utils_1[_0x248dc4(0xf5)][_0x248dc4(0xff)]);const _0x5c6802=this['breakpoints'][_0x9686cb['id']];if(!_0x5c6802)return this['logger'][_0x248dc4(0x111)](_0x248dc4(0xf9)+_0x9686cb['id']),(0x0,utils_1[_0x248dc4(0x71)])(_0x577a45,_0x9686cb,status_message_1[_0x248dc4(0xa2)][_0x248dc4(0x85)],utils_1['errors'][_0x248dc4(0xff)]);const _0x58321d=_0x5c6802[_0x248dc4(0xda)],_0x3c70a7=_0x5c6802['id'];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x248dc4(0xc4)][_0x58321d],_0x9686cb['id']);this[_0x248dc4(0xc4)][_0x58321d][_0x248dc4(0xee)]===0x0&&delete this[_0x248dc4(0xc4)][_0x58321d];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x248dc4(0x10b)][_0x3c70a7],_0x9686cb['id']);this[_0x248dc4(0x10b)][_0x3c70a7][_0x248dc4(0xee)]===0x0&&delete this[_0x248dc4(0x10b)][_0x3c70a7];let _0x5942fe={};!this[_0x248dc4(0x10b)][_0x5c6802['id']]&&(_0x5942fe=this[_0x248dc4(0xc1)][_0x248dc4(0xaf)](_0x5c6802['id'])),delete this['breakpoints'][_0x9686cb['id']],delete this[_0x248dc4(0x89)][_0x9686cb['id']],this[_0x248dc4(0xe6)]--,setImmediate(()=>{const _0x155f9e=_0x248dc4;_0x5942fe[_0x155f9e(0xc2)]&&_0x577a45(_0x5942fe['error']),_0x577a45(null);});}[a35_0x2321f6(0x101)](_0x585ff8,_0x51899b){const _0x55e6ed=a35_0x2321f6,_0x5f1824=this['onBreakpointHit'][_0x55e6ed(0xf4)](this,_0x585ff8,_0x1273bc=>{const _0x1ab579=_0x55e6ed,_0x8da27a=--this[_0x1ab579(0xbb)][_0x585ff8['id']][_0x1ab579(0x6f)];(_0x8da27a<=0x0||_0x1273bc)&&(this[_0x1ab579(0x89)][_0x585ff8['id']][_0x1ab579(0x9f)]=![]),_0x51899b(_0x1273bc||undefined);});this[_0x55e6ed(0x89)][_0x585ff8['id']]={'enabled':!![],'listener':_0x5f1824};}[a35_0x2321f6(0xb6)](_0x18932c,_0x196422,_0x74e796,_0x1ae493){const _0x518d47=a35_0x2321f6,_0x37c4f1=this[_0x518d47(0xa7)]['bind'](this,_0x18932c,_0x4878c7=>{const _0xa55eb1=_0x518d47;if(_0x4878c7){this[_0xa55eb1(0x89)][_0x18932c['id']]['enabled']=![],setImmediate(()=>{_0x1ae493(_0x4878c7||undefined);});return;}_0x196422(_0x18932c[_0xa55eb1(0x9d)],_0x18932c[_0xa55eb1(0xec)]['map'](_0x1b1297=>JSON[_0xa55eb1(0xd9)](_0x1b1297))),_0x18932c['evaluatedExpressions']=[],_0x74e796()?this[_0xa55eb1(0x89)][_0x18932c['id']]['enabled']=![]:this[_0xa55eb1(0xcb)][_0xa55eb1(0x6b)](_0x18932c['id'])&&(this['listeners'][_0x18932c['id']]['enabled']=![],setTimeout(()=>{const _0x425f90=_0xa55eb1;!_0x74e796()&&this[_0x425f90(0x89)][_0x18932c['id']]&&(this[_0x425f90(0x89)][_0x18932c['id']]['enabled']=!![]),this[_0x425f90(0xcb)][_0x425f90(0x94)](_0x18932c['id']);},this[_0xa55eb1(0xce)][_0xa55eb1(0xd7)][_0xa55eb1(0xb5)]*0x3e8));});this['listeners'][_0x18932c['id']]={'enabled':!![],'listener':_0x37c4f1};}[a35_0x2321f6(0xbc)](){const _0x16a4c9=a35_0x2321f6;this[_0x16a4c9(0xc1)][_0x16a4c9(0x10d)]();}[a35_0x2321f6(0x9c)](){const _0x39e239=a35_0x2321f6;this[_0x39e239(0xc1)][_0x39e239(0x9c)]();}['disable'](){this['v8Inspector']['disable']();}['numBreakpoints_'](){const _0x15c4bf=a35_0x2321f6;return Object[_0x15c4bf(0x9e)](this[_0x15c4bf(0xbb)])['length'];}[a35_0x2321f6(0xdf)](){const _0x2533a5=a35_0x2321f6;return Object[_0x2533a5(0x9e)](this[_0x2533a5(0x89)])[_0x2533a5(0xee)];}[a35_0x2321f6(0x6f)](_0x15c485){const _0x2aefca=a35_0x2321f6;return this[_0x2aefca(0xbb)][_0x15c485]['remainingHits'];}['setBlocklistManager'](_0x46c595){const _0x304b19=a35_0x2321f6;this[_0x304b19(0xe1)]=_0x46c595;}[a35_0x2321f6(0xe9)](_0x362f84,_0x333b3e,_0x5a3186,_0x19e21c){const _0x333d24=a35_0x2321f6;let _0x2bc5d3=null;if(_0x362f84['condition'])try{_0x2bc5d3=acorn[_0x333d24(0xe3)](_0x362f84[_0x333d24(0x8e)],{'sourceType':_0x333d24(0xb9),'ecmaVersion':0x6});const _0x59e305=require(_0x333d24(0x99));if(!_0x59e305['isValid'](_0x2bc5d3,![]))return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1['StatusMessage'][_0x333d24(0x85)],utils_1[_0x333d24(0xf5)][_0x333d24(0x102)]);}catch(_0xdd1cc6){const _0x1b1e3f=utils_1[_0x333d24(0xf5)]['SYNTAX_ERROR_IN_CONDITION']+_0xdd1cc6[_0x333d24(0x103)];return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0x85)],_0x1b1e3f);}let _0xa8ce9f;const _0x5e2b7f=_0x333b3e?_0x333b3e[_0x333d24(0xe8)]:path[_0x333d24(0x98)](_0x362f84[_0x333d24(0xcc)][_0x333d24(0xe4)]),_0xf94c4b=(0x0,utils_1[_0x333d24(0xab)])(_0x5e2b7f,this[_0x333d24(0xce)],this['fileIndex'],this[_0x333d24(0x10a)]);if(_0xf94c4b[_0x333d24(0xee)]===0x0)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0xea)]);else{if(_0xf94c4b[_0x333d24(0xee)]===0x1)_0xa8ce9f=_0xf94c4b[0x0];else return this['logger']['warn'](_0x333d24(0xc0)+_0x5e2b7f+'.\x20Potential\x20matches:\x20'+_0xf94c4b),(0x0,utils_1['setErrorStatusAndCallback'])(_0x19e21c,_0x362f84,status_message_1['StatusMessage'][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0x75)]);}if(this[_0x333d24(0xe1)][_0x333d24(0xf7)](_0xa8ce9f))return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0xfb)]);let _0x385f47=_0x333b3e&&_0x333b3e['column']?_0x333b3e[_0x333d24(0xed)]:_0x362f84[_0x333d24(0xcc)][_0x333d24(0xed)]||0x1;const _0x4c322b=_0x333b3e?_0x333b3e[_0x333d24(0xfd)]:_0x362f84[_0x333d24(0xcc)]['line'];USE_MODULE_PREFIX&&_0x4c322b===0x1&&(_0x385f47+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x4c322b>=this[_0x333d24(0xa8)][_0x333d24(0x110)][_0xa8ce9f][_0x333d24(0x9b)]||_0x4c322b<0x1)return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],{...utils_1[_0x333d24(0xf5)][_0x333d24(0xcf)],'description':utils_1['errors'][_0x333d24(0xcf)][_0x333d24(0x106)]+_0xa8ce9f+':'+_0x4c322b+_0x333d24(0x7c)+this['fileIndex'][_0x333d24(0x110)][_0xa8ce9f]['lines']+_0x333d24(0x82)+_0x333d24(0xd2)+_0x333d24(0x6a)});const _0x3977e3=this[_0x333d24(0x10f)](_0x362f84,_0x4c322b,_0x385f47,_0xa8ce9f);if(!_0x3977e3)return(0x0,utils_1[_0x333d24(0x71)])(_0x19e21c,_0x362f84,status_message_1[_0x333d24(0xa2)][_0x333d24(0xac)],utils_1[_0x333d24(0xf5)][_0x333d24(0xdd)]);this['breakpoints'][_0x362f84['id']]=new BreakpointData(_0x3977e3[_0x333d24(0xf1)],_0x362f84,_0x2bc5d3,_0x3977e3['locationStr'],_0x5a3186,_0x362f84[_0x333d24(0xde)]||0x1,_0x362f84[_0x333d24(0x105)],_0x362f84[_0x333d24(0xa5)]),this[_0x333d24(0xe6)]++,setImmediate(()=>{_0x19e21c(null);});}[a35_0x2321f6(0x10f)](_0x4e4be3,_0x5e0c74,_0x2f1fb6,_0x4d3c36){const _0x1c3faf=a35_0x2321f6,_0x171c1b=JSON[_0x1c3faf(0xd9)]({..._0x4e4be3[_0x1c3faf(0xcc)],'path':_0x4d3c36});let _0xb3000b;if(!this['locationMapper'][_0x171c1b]){const _0x374089=this['v8Inspector'][_0x1c3faf(0x7e)]()?_0x1c3faf(0xef)+_0x4d3c36:_0x4d3c36,_0x3063ca=process[_0x1c3faf(0xcd)]==='win32'&&(0x0,utils_1[_0x1c3faf(0xa0)])(process[_0x1c3faf(0xb1)],_0x1c3faf(0x76))?_0x374089[_0x1c3faf(0x95)](/^file:\/\//,_0x1c3faf(0x7b))[_0x1c3faf(0x95)](/\\/g,'/'):_0x374089,_0x100590=this['v8Inspector']['setBreakpointByUrl']({'lineNumber':_0x5e0c74-0x1,'url':encodeURI(_0x3063ca),'columnNumber':_0x2f1fb6-0x1});if(_0x100590[_0x1c3faf(0xc2)]||!_0x100590[_0x1c3faf(0x86)])return this[_0x1c3faf(0x10a)]['error'](_0x1c3faf(0xa4)+_0x3063ca+':'+_0x5e0c74+',\x20'+(_0x1c3faf(0x6c)+JSON['stringify'](_0x100590['error']))),null;_0xb3000b=_0x100590[_0x1c3faf(0x86)][_0x1c3faf(0xe0)],delete this[_0x1c3faf(0xc4)][_0x171c1b],delete this['breakpointMapper'][_0xb3000b],this[_0x1c3faf(0xc4)][_0x171c1b]=[],this[_0x1c3faf(0x10b)][_0xb3000b]=[];}else _0xb3000b=this[_0x1c3faf(0xbb)][this[_0x1c3faf(0xc4)][_0x171c1b][0x0]]['id'];return this[_0x1c3faf(0xc4)][_0x171c1b][_0x1c3faf(0x67)](_0x4e4be3['id']),this['breakpointMapper'][_0xb3000b][_0x1c3faf(0x67)](_0x4e4be3['id']),{'v8BreakpointId':_0xb3000b,'locationStr':_0x171c1b};}[a35_0x2321f6(0xad)](_0x377f7e,_0x55c2a4){const _0xfafafc=a35_0x2321f6,_0x41c77f=this[_0xfafafc(0xce)][_0xfafafc(0x96)],_0x26cc4a=_0x377f7e['condition'];if(_0x26cc4a){let _0x1b1e3b;if(this[_0xfafafc(0xcb)][_0xfafafc(0x105)])_0x1b1e3b=state[_0xfafafc(0xb8)](_0x26cc4a,_0x55c2a4,this['v8Inspector'],!![],_0x41c77f);else{const _0x4cd85d=process[_0xfafafc(0x68)]();_0x1b1e3b=state[_0xfafafc(0xb8)](_0x26cc4a,_0x55c2a4,this[_0xfafafc(0xc1)],!![],_0x41c77f);const _0x10ddd3=process[_0xfafafc(0x68)](_0x4cd85d),_0x559960=this['changeToNS'](_0x10ddd3),_0x4f8f5c=this[_0xfafafc(0xcb)]['applyConditionQuota'](_0x559960,_0x377f7e);if(_0x4f8f5c)return[undefined,_0x4f8f5c];}if(_0x1b1e3b[_0xfafafc(0xc2)])return this[_0xfafafc(0x10a)][_0xfafafc(0x111)]('Failed\x20to\x20evaluate\x20condition\x20'+_0x26cc4a+_0xfafafc(0x74),_0x1b1e3b[_0xfafafc(0xc2)]),[undefined,{...utils_1[_0xfafafc(0xf5)][_0xfafafc(0x100)],'description':(utils_1[_0xfafafc(0xf5)][_0xfafafc(0x100)][_0xfafafc(0x106)]||'')+_0x1b1e3b['error'][_0xfafafc(0x106)]}];if(!_0x1b1e3b[_0xfafafc(0xc3)][_0xfafafc(0x79)])return this[_0xfafafc(0x10a)][_0xfafafc(0x111)](_0xfafafc(0xd0)+_0x26cc4a+_0xfafafc(0xd6)),[![],undefined];}return[!![],undefined];}[a35_0x2321f6(0xa7)](_0x28cedb,_0x51e0aa,_0x32ec8){const _0x5e35ba=a35_0x2321f6,[_0x422c84,_0x23f514]=this[_0x5e35ba(0xad)](_0x28cedb,_0x32ec8[0x0]);if(_0x23f514!==undefined){(0x0,utils_1[_0x5e35ba(0x71)])(_0x51e0aa,_0x28cedb,status_message_1[_0x5e35ba(0xa2)]['BREAKPOINT_CONDITION'],_0x23f514);return;}if(_0x422c84===![])return;const _0x248438=process[_0x5e35ba(0x68)]();try{this[_0x5e35ba(0x109)](_0x28cedb,_0x32ec8);}catch(_0x53a898){return(0x0,utils_1['setErrorStatusAndCallback'])(_0x51e0aa,_0x28cedb,status_message_1[_0x5e35ba(0xa2)][_0x5e35ba(0xac)],utils_1[_0x5e35ba(0xf5)][_0x5e35ba(0xb4)]+_0x53a898);}const _0x33cdb3=process['hrtime'](_0x248438),_0x17c703=this['changeToNS'](_0x33cdb3);this[_0x5e35ba(0xcb)][_0x5e35ba(0x97)](_0x28cedb['id'],_0x17c703),this[_0x5e35ba(0x10a)]['debug']((0x0,utils_1['formatInterval'])(_0x5e35ba(0xd3),_0x33cdb3)),_0x51e0aa(null);}[a35_0x2321f6(0x109)](_0x33a479,_0x34f3ad){const _0x5a6723=a35_0x2321f6,_0x35a5be=[],_0x2fa79f=this;if(_0x33a479[_0x5a6723(0x69)]&&this[_0x5a6723(0xbb)][_0x33a479['id']][_0x5a6723(0x9a)])for(let _0x25e488=0x0;_0x25e488<_0x33a479[_0x5a6723(0x69)]['length'];_0x25e488++){try{_0x33a479['expressions'][_0x25e488]=this[_0x5a6723(0xbb)][_0x33a479['id']][_0x5a6723(0x9a)](_0x33a479[_0x5a6723(0x69)][_0x25e488]);}catch(_0x5eb5bd){this[_0x5a6723(0x10a)][_0x5a6723(0xa9)](_0x5a6723(0xf3)+_0x33a479[_0x5a6723(0x69)][_0x25e488]+_0x5a6723(0x93)),_0x35a5be[_0x5a6723(0x67)]({'name':_0x33a479[_0x5a6723(0x69)][_0x25e488],'status':new status_message_1[(_0x5a6723(0xa2))](status_message_1[_0x5a6723(0xa2)][_0x5a6723(0x80)],utils_1[_0x5a6723(0xf5)][_0x5a6723(0xeb)],!![])}),_0x33a479[_0x5a6723(0x69)]['splice'](_0x25e488,0x1),_0x25e488--;}}if(_0x33a479[_0x5a6723(0xa3)]===_0x5a6723(0xc8)){if(!_0x33a479[_0x5a6723(0x69)])_0x33a479[_0x5a6723(0xec)]=[];else{const _0x316432=_0x34f3ad[0x0];_0x33a479[_0x5a6723(0xec)]=_0x33a479[_0x5a6723(0x69)][_0x5a6723(0x10e)](_0x2a9227=>{const _0x275e55=_0x5a6723,_0x574dc9=state['evaluate'](_0x2a9227,_0x316432,_0x2fa79f['v8Inspector'],!![],this[_0x275e55(0xce)][_0x275e55(0x96)]);return _0x574dc9[_0x275e55(0xc2)]?_0x574dc9[_0x275e55(0xc2)]:_0x574dc9[_0x275e55(0xc3)][_0x275e55(0x79)];});}}else{const _0x423d52=state['capture'](_0x34f3ad,_0x33a479,this['config'],this['scriptMapper'],this['v8Inspector'],this[_0x5a6723(0xe1)]);_0x33a479[_0x5a6723(0xcc)]&&(0x0,utils_1[_0x5a6723(0xf0)])(_0x33a479[_0x5a6723(0xcc)][_0x5a6723(0xe4)])&&(_0x33a479[_0x5a6723(0xcc)][_0x5a6723(0xfd)]=_0x34f3ad[0x0][_0x5a6723(0xcc)][_0x5a6723(0xa6)]+0x1),_0x33a479[_0x5a6723(0xbf)]=_0x423d52[_0x5a6723(0xbf)],_0x33a479[_0x5a6723(0x7d)]=_0x423d52[_0x5a6723(0x7d)],_0x33a479[_0x5a6723(0xec)]=_0x35a5be[_0x5a6723(0xc5)](_0x423d52['evaluatedExpressions']);}}[a35_0x2321f6(0x87)](_0x1e94d4){const _0x39c6f2=a35_0x2321f6;try{if(!_0x1e94d4[_0x39c6f2(0xb7)])return;const _0x5826f2=_0x1e94d4[_0x39c6f2(0xb7)][0x0],_0x4999f1=this[_0x39c6f2(0x10b)][_0x5826f2];if(!_0x4999f1)return;_0x4999f1[_0x39c6f2(0x73)](_0x5f0281=>{const _0x1db484=_0x39c6f2;this[_0x1db484(0x89)][_0x5f0281][_0x1db484(0x9f)]&&(this[_0x1db484(0x10a)]['debug'](_0x1db484(0x8a)+_0x5f0281),this[_0x1db484(0x89)][_0x5f0281][_0x1db484(0xb3)](_0x1e94d4['callFrames']));});}catch(_0x2bb4d4){this[_0x39c6f2(0x10a)][_0x39c6f2(0xa9)]('Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20'+_0x2bb4d4);}}[a35_0x2321f6(0xf6)](_0x11c2c2){return _0x11c2c2[0x0]*0x3b9aca00+_0x11c2c2[0x1];}}function a35_0x4162(){const _0x431de4=['description','UNSPECIFIED','toString','captureBreakpointData','logger','breakpointMapper','acorn','detach','map','setAndStoreBreakpoint','fileStats','debug','push','hrtime','expressions','\x20deployed\x20source.','needsRecoveryTime','setBreakpointByUrl\x20error:\x20','clear','652jIrPdB','remainingHits','javascriptFileExtensions','setErrorStatusAndCallback','defineProperty','forEach','\x20due\x20to\x20error:\x20','SOURCE_FILE_AMBIGUOUS','>=11','<10.16\x20||\x20>=11\x20<11.11','10XRXnjz','value','COULD_NOT_FIND_MAPPING_FILE','file:///','.\x20Loaded\x20script\x20contained\x20','variableTable','shouldUseWellFormattedUrl','getBreakpointCompiler','VARIABLE_VALUE','582276OYEpAT','\x20lines.\x20Please\x20ensure','__esModule','8LxahiU','BREAKPOINT_CONDITION','response','handleDebugPausedEvent','../state/inspector-state','listeners','>>>breakpoint\x20hit<<<\x20number:\x20','scriptMapper','361314RENZFU','4272639SBktFO','condition','parsedCondition','apiBreakpoint','hasMappingInfo','search','\x20<<','recovered','replace','expressionsEvalTimeoutMillis','applyDynamicLogsCPUQuota','normalize','../util/validator.js','compile','lines','enable','logMessageFormat','keys','enabled','satisfies','>10.11.0','StatusMessage','action','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','pipingStatus','lineNumber','onBreakpointHit','fileIndex','warn','BreakpointData','findScripts','BREAKPOINT_SOURCE_LOCATION','processCondition','mappingInfo','removeBreakpoint','some','version','309850quNkZG','listener','CAPTURE_BREAKPOINT_DATA','quotaRecoverySeconds','log','hitBreakpoints','evaluate','script','../blocklisting/dummy-blocklist-manager','breakpoints','disconnect','isFileIndexed','resetV8DebuggerThreshold','stackFrames','Unable\x20to\x20unambiguously\x20find\x20','v8Inspector','error','object','locationMapper','concat','./debugapi','undefined','LOG','cleanupAsyncCallStackInterval','9839742okXfMk','quotaManager','location','platform','config','INVALID_LINE_NUMBER','condition\x20','(((.+)+)+)+$','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','capture\x20time:\x20','InspectorDebugApi','DummyBlocklistManager','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','quota','10VKrvLO','stringify','locationStr','V8Inspector','INVALID_BREAKPOINT','V8_BREAKPOINT_ERROR','maxHitCount','numListeners_','breakpointId','blocklistManager','ERROR_COMPILING_CONDITION','parse','path','141VOIcDn','numBreakpoints','set','file','setInternal','SOURCE_FILE_NOT_FOUND','EXPRESSION_COMPILING_ERROR','evaluatedExpressions','column','length','file://','isJavaScriptFile','v8BreakpointId','./v8inspector','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','bind','errors','changeToNS','shouldBlock','constructor','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','includes','BREAKPOINT_PATH_BLOCKED','sourcemapper','line','../../client/stackdriver/status-message','V8_BREAKPOINT_CLEAR_ERROR','ERROR_EVALUATING_CONDITION','wait','DISALLOWED_EXPRESSION','message','963326oRsZtQ','ignoreQuota'];a35_0x4162=function(){return _0x431de4;};return a35_0x4162();}exports[a35_0x2321f6(0xd4)]=InspectorDebugApi;
@@ -1 +1 @@
1
- const a27_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_0x4c6549=a36_0x4eab;(function(_0x1a2c72,_0x19b394){const _0x347098=a36_0x4eab,_0x218531=_0x1a2c72();while(!![]){try{const _0x382539=-parseInt(_0x347098(0xa0))/0x1*(-parseInt(_0x347098(0x76))/0x2)+-parseInt(_0x347098(0xf2))/0x3+parseInt(_0x347098(0xc5))/0x4*(parseInt(_0x347098(0xfc))/0x5)+parseInt(_0x347098(0x8a))/0x6+-parseInt(_0x347098(0xb9))/0x7+-parseInt(_0x347098(0xcf))/0x8*(parseInt(_0x347098(0xcc))/0x9)+-parseInt(_0x347098(0xd2))/0xa;if(_0x382539===_0x19b394)break;else _0x218531['push'](_0x218531['shift']());}catch(_0x152d32){_0x218531['push'](_0x218531['shift']());}}}(a36_0x217a,0x9b3cb));const a36_0x5e8a22=(function(){let _0xd92bea=!![];return function(_0x2bb7c7,_0x4896ca){const _0x2cb6f2=_0xd92bea?function(){const _0x37a541=a36_0x4eab;if(_0x4896ca){const _0x40bce7=_0x4896ca[_0x37a541(0x99)](_0x2bb7c7,arguments);return _0x4896ca=null,_0x40bce7;}}:function(){};return _0xd92bea=![],_0x2cb6f2;};}()),a36_0x33b85b=a36_0x5e8a22(this,function(){const _0x591e81=a36_0x4eab;return a36_0x33b85b[_0x591e81(0x90)]()[_0x591e81(0x9b)](_0x591e81(0x9d))[_0x591e81(0x90)]()[_0x591e81(0xef)](a36_0x33b85b)['search']('(((.+)+)+)+$');});a36_0x33b85b();'use strict';Object[a36_0x4c6549(0xee)](exports,'__esModule',{'value':!![]}),exports[a36_0x4c6549(0x7e)]=exports[a36_0x4c6549(0xed)]=void 0x0;const acorn=require(a36_0x4c6549(0xda)),path=require(a36_0x4c6549(0x7d)),semver=require(a36_0x4c6549(0x68)),vm=require('vm'),status_message_1=require(a36_0x4c6549(0xfb)),state=require(a36_0x4c6549(0x71)),utils_1=require('../util/utils'),debugapi=require(a36_0x4c6549(0x73)),dummy_blocklist_manager_1=require('../blocklisting/dummy-blocklist-manager');class V8BreakpointData{constructor(_0x3c7a06,_0x577d35,_0x1e4155,_0x57c9c6){const _0x429f0a=a36_0x4c6549;this[_0x429f0a(0xb1)]=_0x3c7a06,this[_0x429f0a(0x84)]=_0x577d35,this['parsedCondition']=_0x1e4155,this[_0x429f0a(0xdb)]=_0x57c9c6;}}exports[a36_0x4c6549(0xed)]=V8BreakpointData;class V8DebugApi{constructor(_0x3eb01e,_0x5ba52c,_0xcc5880,_0x285d06,_0x453630){const _0x20268b=a36_0x4c6549;this['breakpoints']={},this[_0x20268b(0x96)]={},this[_0x20268b(0xd8)]=0x0,this[_0x20268b(0xc6)]=_0x285d06,this['v8']=vm[_0x20268b(0xf7)](_0x20268b(0x8d)),this[_0x20268b(0x72)]=_0x5ba52c,this[_0x20268b(0x89)]=_0xcc5880,this[_0x20268b(0xd9)]=/(\d+\.\d+\.\d+)\.\d+/[_0x20268b(0xa6)](process[_0x20268b(0xb8)]['v8']),this['logger']=_0x3eb01e,this['usePermanentListener']=semver[_0x20268b(0x70)](this[_0x20268b(0xd9)][0x1],_0x20268b(0xe7)),this[_0x20268b(0x6b)]=_0x453630,this[_0x20268b(0xe5)]=new dummy_blocklist_manager_1['DummyBlocklistManager'](!![]),this['handleDebugEvents']=(_0x5e9d37,_0x86a8c8,_0xeaec0a)=>{const _0x12b1d5=_0x20268b;try{switch(_0x5e9d37){case this['v8'][_0x12b1d5(0x6d)][_0x12b1d5(0xdf)]:_0xeaec0a[_0x12b1d5(0xdc)]()[_0x12b1d5(0xcd)](_0x12cda6=>{const _0x5a8960=_0x12b1d5,_0x14f832=_0x12cda6[_0x5a8960(0xb2)]()[_0x5a8960(0xac)]();this[_0x5a8960(0x96)][_0x14f832]['enabled']&&(this[_0x5a8960(0xb7)]['info'](_0x5a8960(0xc9)+_0x14f832),this['listeners'][_0x14f832][_0x5a8960(0xd6)](_0x86a8c8,_0xeaec0a));});break;default:}}catch(_0x3d37f8){this[_0x12b1d5(0xb7)]['warn'](_0x12b1d5(0x77)+_0x3d37f8);}},this[_0x20268b(0xf6)]&&(this[_0x20268b(0xb7)][_0x20268b(0x88)](_0x20268b(0xf8)),this['v8']['setListener'](this['handleDebugEvents']));}['set'](_0x394727,_0x342819){const _0x7b3eb2=a36_0x4c6549;if(!this['v8']||!_0x394727||typeof _0x394727['id']==='undefined'||!_0x394727[_0x7b3eb2(0xbb)]||!_0x394727[_0x7b3eb2(0xbb)][_0x7b3eb2(0x7d)]||!_0x394727[_0x7b3eb2(0xbb)]['line'])return(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1[_0x7b3eb2(0xce)]['UNSPECIFIED'],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xf5)]);const _0x314448=path['normalize'](_0x394727[_0x7b3eb2(0xbb)][_0x7b3eb2(0x7d)]);if(this['blocklistManager'][_0x7b3eb2(0x78)](_0x314448))return(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1[_0x7b3eb2(0xce)][_0x7b3eb2(0xd4)],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xeb)]);if(!this[_0x7b3eb2(0xc6)][_0x7b3eb2(0x83)](_0x314448)){const _0x105e45=path['extname'](_0x314448);if(!this['config'][_0x7b3eb2(0x80)][_0x7b3eb2(0xc2)](_0x105e45))return(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1[_0x7b3eb2(0xce)][_0x7b3eb2(0xd4)],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xe2)]);this[_0x7b3eb2(0xc8)](_0x394727,null,null,_0x342819);}else{const _0x2f4bca=_0x394727[_0x7b3eb2(0xbb)][_0x7b3eb2(0x9a)],_0xa96a9b=0x0,_0x4f42cd=this['sourcemapper']['mappingInfo'](_0x314448,_0x2f4bca,_0xa96a9b),_0x3bd82f=(0x0,utils_1[_0x7b3eb2(0xd7)])(_0x394727);if(_0x394727[_0x7b3eb2(0x97)]&&_0x3bd82f)try{_0x394727[_0x7b3eb2(0x97)]=_0x3bd82f(_0x394727[_0x7b3eb2(0x97)]);}catch(_0x4fccfa){return this[_0x7b3eb2(0xb7)]['info']('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x394727[_0x7b3eb2(0x97)]+_0x7b3eb2(0x93)),(0x0,utils_1[_0x7b3eb2(0xa2)])(_0x342819,_0x394727,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],utils_1[_0x7b3eb2(0x98)][_0x7b3eb2(0xbe)]);}this['setInternal'](_0x394727,_0x4f42cd,_0x3bd82f,_0x342819);}}[a36_0x4c6549(0xb3)](_0x432663,_0x4d9929){const _0x37c479=a36_0x4c6549;if(typeof _0x432663['id']===_0x37c479(0xd0))return(0x0,utils_1[_0x37c479(0xa2)])(_0x4d9929,_0x432663,status_message_1[_0x37c479(0xce)][_0x37c479(0x7a)],utils_1[_0x37c479(0x98)]['V8_BREAKPOINT_CLEAR_ERROR']);const _0x3c9a10=this['breakpoints'][_0x432663['id']];if(!_0x3c9a10)return(0x0,utils_1[_0x37c479(0xa2)])(_0x4d9929,_0x432663,status_message_1[_0x37c479(0xce)][_0x37c479(0x7a)],utils_1[_0x37c479(0x98)]['V8_BREAKPOINT_CLEAR_ERROR']);const _0x561ab=_0x3c9a10[_0x37c479(0x84)];this['v8'][_0x37c479(0x74)](_0x561ab[_0x37c479(0xac)]()),delete this[_0x37c479(0xfa)][_0x432663['id']],delete this['listeners'][_0x561ab['number']()],this[_0x37c479(0xd8)]--,this['numBreakpoints']===0x0&&!this[_0x37c479(0xf6)]&&(this[_0x37c479(0xb7)]['info'](_0x37c479(0x92)),this['v8'][_0x37c479(0xe0)](null)),setImmediate(()=>{_0x4d9929(null);});}[a36_0x4c6549(0xc4)](_0x1a51e8,_0x241020){const _0x4d6f95=a36_0x4c6549,_0x1bac6d=this,_0x34f1c7=_0x1bac6d[_0x4d6f95(0xfa)][_0x1a51e8['id']][_0x4d6f95(0x84)][_0x4d6f95(0xac)](),_0x17cec2=this[_0x4d6f95(0xb0)][_0x4d6f95(0x81)](this,_0x1a51e8,_0x5ba7f5=>{const _0x23ad44=_0x4d6f95;_0x1bac6d[_0x23ad44(0x96)][_0x34f1c7][_0x23ad44(0xea)]=![],setImmediate(()=>{_0x241020(_0x5ba7f5||undefined);});});_0x1bac6d[_0x4d6f95(0x96)][_0x34f1c7]={'enabled':!![],'listener':_0x17cec2};}[a36_0x4c6549(0x94)](_0x49a346,_0x2a429d,_0x3f049d,_0x6a3ed8){const _0x550e30=a36_0x4c6549,_0x1b3e9e=this,_0x4d04a5=_0x1b3e9e[_0x550e30(0xfa)][_0x49a346['id']][_0x550e30(0x84)]['number'](),_0x44cc48=this[_0x550e30(0xb0)]['bind'](this,_0x49a346,_0x37dbdc=>{const _0x3fad42=_0x550e30;_0x37dbdc&&(this['listeners'][_0x49a346['id']][_0x3fad42(0xea)]=![],setImmediate(()=>{_0x6a3ed8(_0x37dbdc||undefined);})),_0x2a429d(_0x49a346[_0x3fad42(0xc1)],_0x49a346[_0x3fad42(0xaf)][_0x3fad42(0xb4)](_0x1d4638=>JSON[_0x3fad42(0x82)](_0x1d4638))),_0x3f049d()?_0x1b3e9e[_0x3fad42(0x96)][_0x4d04a5][_0x3fad42(0xea)]=![]:this[_0x3fad42(0x6b)][_0x3fad42(0xcb)](_0x49a346['id'])&&(_0x1b3e9e[_0x3fad42(0x96)][_0x4d04a5]['enabled']=![],setTimeout(()=>{const _0x4ed2a6=_0x3fad42;!_0x3f049d()&&_0x1b3e9e[_0x4ed2a6(0x96)][_0x4d04a5]&&(_0x1b3e9e[_0x4ed2a6(0x96)][_0x4d04a5][_0x4ed2a6(0xea)]=!![]),this[_0x4ed2a6(0x6b)][_0x4ed2a6(0xbc)](_0x49a346['id']);},_0x1b3e9e[_0x3fad42(0x72)][_0x3fad42(0xbf)][_0x3fad42(0x6c)]*0x3e8));});_0x1b3e9e[_0x550e30(0x96)][_0x4d04a5]={'enabled':!![],'listener':_0x44cc48};}['disconnect'](){return;}[a36_0x4c6549(0x87)](){}[a36_0x4c6549(0xae)](){}['numBreakpoints_'](){const _0x509732=a36_0x4c6549;return Object['keys'](this['breakpoints'])[_0x509732(0x91)];}['numListeners_'](){const _0x505cb2=a36_0x4c6549;return Object[_0x505cb2(0x69)](this['listeners'])[_0x505cb2(0x91)];}[a36_0x4c6549(0xad)](){return 0x0;}[a36_0x4c6549(0xa7)](_0x11c908){const _0x43ad74=a36_0x4c6549;this[_0x43ad74(0xe5)]=_0x11c908;}[a36_0x4c6549(0xc8)](_0xb637fd,_0x29561f,_0xf23b39,_0x3af393){const _0x27c26e=a36_0x4c6549;let _0x10016c=null;if(_0xb637fd['condition'])try{_0x10016c=acorn['parse'](_0xb637fd['condition'],{'sourceType':_0x27c26e(0xe4),'ecmaVersion':0x6});const _0x2df5be=require('../util/validator.js');if(!_0x2df5be[_0x27c26e(0xd1)](_0x10016c,!![]))return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0x7a)],utils_1[_0x27c26e(0x98)][_0x27c26e(0xe6)]);}catch(_0x114a75){return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)]['BREAKPOINT_CONDITION'],utils_1['errors']['SYNTAX_ERROR_IN_CONDITION']+_0x114a75[_0x27c26e(0xd3)]);}let _0x226322;const _0x52d60b=_0x29561f?_0x29561f[_0x27c26e(0xec)]:path[_0x27c26e(0xa1)](_0xb637fd[_0x27c26e(0xbb)][_0x27c26e(0x7d)]),_0x6e6ea9=(0x0,utils_1[_0x27c26e(0xca)])(_0x52d60b,this[_0x27c26e(0x72)],this[_0x27c26e(0x89)],this[_0x27c26e(0xb7)]);if(_0x6e6ea9['length']===0x0)return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],utils_1[_0x27c26e(0x98)][_0x27c26e(0x6f)]);else{if(_0x6e6ea9[_0x27c26e(0x91)]===0x1)_0x226322=_0x6e6ea9[0x0];else return this[_0x27c26e(0xb7)][_0x27c26e(0xa5)](_0x27c26e(0x7f)+_0x52d60b+_0x27c26e(0xbd)+_0x6e6ea9),(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],utils_1[_0x27c26e(0x98)]['SOURCE_FILE_AMBIGUOUS']);}let _0x4bdcf2=_0x29561f&&_0x29561f[_0x27c26e(0xba)]?_0x29561f[_0x27c26e(0xba)]:_0xb637fd[_0x27c26e(0xbb)][_0x27c26e(0xba)]||0x1;const _0x5ddf8a=_0x29561f?_0x29561f[_0x27c26e(0x9a)]:_0xb637fd['location'][_0x27c26e(0x9a)];_0x5ddf8a===0x1&&(_0x4bdcf2+=debugapi[_0x27c26e(0x6e)]-0x1);if(_0x5ddf8a>=this['fileIndex']['fileStats'][_0x226322][_0x27c26e(0x9f)])return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],{...utils_1[_0x27c26e(0x98)]['INVALID_LINE_NUMBER'],'description':utils_1[_0x27c26e(0x98)][_0x27c26e(0xb6)]['description']+_0x226322+':'+_0x5ddf8a+_0x27c26e(0xf4)+this[_0x27c26e(0x89)]['fileStats'][_0x226322][_0x27c26e(0x9f)]+_0x27c26e(0xe9)+_0x27c26e(0x6a)+_0x27c26e(0x79)});const _0x25f6a5=this['setByRegExp'](_0x226322,_0x5ddf8a,_0x4bdcf2);if(!_0x25f6a5)return(0x0,utils_1[_0x27c26e(0xa2)])(_0x3af393,_0xb637fd,status_message_1[_0x27c26e(0xce)][_0x27c26e(0xd4)],utils_1[_0x27c26e(0x98)][_0x27c26e(0xc0)]);this[_0x27c26e(0xd8)]===0x0&&!this['usePermanentListener']&&(this[_0x27c26e(0xb7)][_0x27c26e(0x88)](_0x27c26e(0xaa)),this['v8']['setListener'](this[_0x27c26e(0x8e)])),this['breakpoints'][_0xb637fd['id']]=new V8BreakpointData(_0xb637fd,_0x25f6a5,_0x10016c,_0xf23b39),this[_0x27c26e(0xd8)]++,setImmediate(()=>{_0x3af393(null);});}[a36_0x4c6549(0x86)](_0x36b112,_0x11d763,_0x1938c6){const _0x4fb62b=a36_0x4c6549,_0x31efbc=(0x0,utils_1[_0x4fb62b(0xc7)])(_0x36b112),_0x350e9d=this['v8'][_0x4fb62b(0xde)](_0x31efbc,_0x11d763-0x1,_0x1938c6-0x1),_0x542db9=this['v8'][_0x4fb62b(0xab)](_0x350e9d);return _0x542db9;}[a36_0x4c6549(0xb0)](_0x4cc3a4,_0x8b4c65,_0x22af6b){const _0xa66c3b=a36_0x4c6549,_0x272ffd=this['breakpoints'][_0x4cc3a4['id']][_0xa66c3b(0x84)];if(!_0x272ffd[_0xa66c3b(0x8c)]())return(0x0,utils_1[_0xa66c3b(0xa2)])(_0x8b4c65,_0x4cc3a4,status_message_1['StatusMessage'][_0xa66c3b(0xd4)],utils_1[_0xa66c3b(0x98)]['V8_BREAKPOINT_DISABLED']);const _0x4e1800=this['checkCondition'](_0x4cc3a4,_0x22af6b);if(_0x4e1800[_0xa66c3b(0x8b)])return(0x0,utils_1[_0xa66c3b(0xa2)])(_0x8b4c65,_0x4cc3a4,status_message_1['StatusMessage'][_0xa66c3b(0x7a)],{...utils_1[_0xa66c3b(0x98)][_0xa66c3b(0xf3)],'description':utils_1[_0xa66c3b(0x98)]['ERROR_COMPILING_CONDITION'][_0xa66c3b(0xb5)]+_0x4e1800['error']});else{if(!_0x4e1800[_0xa66c3b(0xe8)]){this['logger'][_0xa66c3b(0x88)](_0xa66c3b(0xf9));return;}}const _0x292f49=process[_0xa66c3b(0x95)]();try{this[_0xa66c3b(0xa3)](_0x4cc3a4,_0x22af6b);}catch(_0x4c42e5){return(0x0,utils_1[_0xa66c3b(0xa2)])(_0x8b4c65,_0x4cc3a4,status_message_1['StatusMessage'][_0xa66c3b(0xd4)],utils_1[_0xa66c3b(0x98)][_0xa66c3b(0xf1)]+_0x4c42e5);}const _0x35eaf5=process[_0xa66c3b(0x95)](_0x292f49);this[_0xa66c3b(0xb7)][_0xa66c3b(0x88)]((0x0,utils_1[_0xa66c3b(0x75)])(_0xa66c3b(0xa8),_0x35eaf5)),_0x8b4c65(null);}[a36_0x4c6549(0x8f)](_0x2606ac,_0x1a7ddb){const _0x1bd256=a36_0x4c6549;if(!_0x2606ac[_0x1bd256(0x97)])return{'value':!![]};const _0x37e0e0=state[_0x1bd256(0xa4)](_0x2606ac[_0x1bd256(0x97)],_0x1a7ddb[_0x1bd256(0x7c)](0x0));if(_0x37e0e0['error'])return{'error':_0x37e0e0[_0x1bd256(0x8b)]};return{'value':!!_0x37e0e0[_0x1bd256(0x7b)][_0x1bd256(0xe8)]()};}[a36_0x4c6549(0xa3)](_0x3e045b,_0x9a4991){const _0x594991=a36_0x4c6549,_0x232f09=[];if(_0x3e045b['expressions']&&this[_0x594991(0xfa)][_0x3e045b['id']][_0x594991(0xdb)])for(let _0x78dc0d=0x0;_0x78dc0d<_0x3e045b[_0x594991(0xf0)][_0x594991(0x91)];_0x78dc0d++){try{_0x3e045b[_0x594991(0xf0)][_0x78dc0d]=this[_0x594991(0xfa)][_0x3e045b['id']]['compile'](_0x3e045b[_0x594991(0xf0)][_0x78dc0d]);}catch(_0xb40c7e){this['logger'][_0x594991(0x88)](_0x594991(0xdd)+_0x3e045b['expressions'][_0x78dc0d]+_0x594991(0x93)),_0x232f09[_0x594991(0x85)]({'name':_0x3e045b[_0x594991(0xf0)][_0x78dc0d],'status':new status_message_1[(_0x594991(0xce))](status_message_1[_0x594991(0xce)]['VARIABLE_VALUE'],utils_1[_0x594991(0x98)][_0x594991(0xc3)],!![])}),_0x3e045b[_0x594991(0xf0)][_0x594991(0x9c)](_0x78dc0d,0x1),_0x78dc0d--;}}if(_0x3e045b['action']==='LOG'){if(!_0x3e045b[_0x594991(0xf0)])_0x3e045b['evaluatedExpressions']=[];else{const _0x148f59=_0x9a4991['frame'](0x0),_0x324848=_0x3e045b[_0x594991(0xf0)][_0x594991(0xb4)](_0x55bbbe=>{const _0x32f40c=_0x594991,_0x134190=state[_0x32f40c(0xa4)](_0x55bbbe,_0x148f59);return _0x134190[_0x32f40c(0x8b)]?_0x134190[_0x32f40c(0x8b)]:_0x134190[_0x32f40c(0x7b)][_0x32f40c(0xe8)]();});_0x3e045b['evaluatedExpressions']=_0x324848;}}else{const _0xcbaab8=state[_0x594991(0x9e)](_0x9a4991,_0x3e045b[_0x594991(0xf0)],this[_0x594991(0x72)],this['v8'],this[_0x594991(0xe5)]);_0x3e045b[_0x594991(0xbb)]&&(0x0,utils_1[_0x594991(0xd5)])(_0x3e045b[_0x594991(0xbb)]['path'])&&_0xcbaab8[_0x594991(0xbb)]&&_0xcbaab8['location'][_0x594991(0x9a)]&&(_0x3e045b[_0x594991(0xbb)][_0x594991(0x9a)]=_0xcbaab8['location']['line']),_0x3e045b[_0x594991(0xa9)]=_0xcbaab8['stackFrames'],_0x3e045b[_0x594991(0xe3)]=_0xcbaab8['variableTable'],_0x3e045b[_0x594991(0xaf)]=_0x232f09[_0x594991(0xe1)](_0xcbaab8[_0x594991(0xaf)]);}}}function a36_0x217a(){const _0x3044e9=['handleDebugEvents','checkCondition','toString','length','deactivating\x20v8\x20breakpoint\x20listener','\x20<<','log','hrtime','listeners','condition','errors','apply','line','search','splice','(((.+)+)+)+$','capture','lines','485330DyFMsZ','normalize','setErrorStatusAndCallback','captureBreakpointData','evaluate','warn','exec','setBlocklistManager','capture\x20time:\x20','stackFrames','activating\x20v8\x20breakpoint\x20listener','findBreakPoint','number','remainingHits','disable','evaluatedExpressions','onBreakpointHit','apiBreakpoint','script_break_point','clear','map','description','INVALID_LINE_NUMBER','logger','versions','6367221VBHPIW','column','location','recovered','.\x20Potential\x20matches:\x20','ERROR_COMPILING_CONDITION','quota','V8_BREAKPOINT_ERROR','logMessageFormat','includes','EXPRESSION_COMPILING_ERROR','wait','2276vOmChG','sourcemapper','pathToRegExp','setInternal','>>>V8\x20breakpoint\x20hit<<<\x20number:\x20','findScripts','needsRecoveryTime','42903ozaFil','forEach','StatusMessage','848ggsHcz','undefined','isValid','8836060fZolqF','message','BREAKPOINT_SOURCE_LOCATION','isJavaScriptFile','listener','getBreakpointCompiler','numBreakpoints','v8Version','acorn','compile','breakPointsHit','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','setScriptBreakPointByRegExp','Break','setListener','concat','COULD_NOT_FIND_MAPPING_FILE','variableTable','script','blocklistManager','DISALLOWED_EXPRESSION','>=4.5','value','\x20lines.\x20Please\x20ensure','enabled','BREAKPOINT_PATH_BLOCKED','file','V8BreakpointData','defineProperty','constructor','expressions','CAPTURE_BREAKPOINT_DATA','215430ByMhlC','ERROR_EVALUATING_CONDITION','.\x20Loaded\x20script\x20contained\x20','INVALID_BREAKPOINT','usePermanentListener','runInDebugContext','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','breakpoints','../../client/stackdriver/status-message','9335iwJGzG','semver','keys','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','quotaManager','quotaRecoverySeconds','DebugEvent','MODULE_WRAP_PREFIX_LENGTH','SOURCE_FILE_NOT_FOUND','satisfies','../state/legacy-state','config','./debugapi','clearBreakPoint','formatInterval','4fQTHoL','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','shouldBlock','\x20deployed\x20source.','BREAKPOINT_CONDITION','mirror','frame','path','V8DebugApi','Unable\x20to\x20unambiguously\x20find\x20','javascriptFileExtensions','bind','stringify','hasMappingInfo','v8Breakpoint','push','setByRegExp','enable','info','fileIndex','5839134UxBAeu','error','active','Debug'];a36_0x217a=function(){return _0x3044e9;};return a36_0x217a();}function a36_0x4eab(_0x63a747,_0x3b015c){const _0x22ea38=a36_0x217a();return a36_0x4eab=function(_0x33b85b,_0x5e8a22){_0x33b85b=_0x33b85b-0x68;let _0x217a97=_0x22ea38[_0x33b85b];return _0x217a97;},a36_0x4eab(_0x63a747,_0x3b015c);}exports['V8DebugApi']=V8DebugApi;
@@ -1 +1 @@
1
- const a28_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
+ const a37_0x11b8c7=a37_0x2fbc;(function(_0x41e3e2,_0x15f288){const _0x334323=a37_0x2fbc,_0x2c4819=_0x41e3e2();while(!![]){try{const _0x328411=parseInt(_0x334323(0xf2))/0x1*(parseInt(_0x334323(0x11b))/0x2)+parseInt(_0x334323(0x10b))/0x3*(-parseInt(_0x334323(0xff))/0x4)+parseInt(_0x334323(0x100))/0x5*(parseInt(_0x334323(0x10e))/0x6)+parseInt(_0x334323(0x110))/0x7+-parseInt(_0x334323(0x10f))/0x8+-parseInt(_0x334323(0xee))/0x9+-parseInt(_0x334323(0xeb))/0xa*(-parseInt(_0x334323(0x10d))/0xb);if(_0x328411===_0x15f288)break;else _0x2c4819['push'](_0x2c4819['shift']());}catch(_0x4e9500){_0x2c4819['push'](_0x2c4819['shift']());}}}(a37_0x6fd7,0x1b2b8));const a37_0x5cb20b=(function(){let _0x25c271=!![];return function(_0xbcc495,_0x413057){const _0x3aa568=_0x25c271?function(){if(_0x413057){const _0x18c627=_0x413057['apply'](_0xbcc495,arguments);return _0x413057=null,_0x18c627;}}:function(){};return _0x25c271=![],_0x3aa568;};}()),a37_0x1a66a9=a37_0x5cb20b(this,function(){const _0xfe92d4=a37_0x2fbc;return a37_0x1a66a9['toString']()[_0xfe92d4(0x11e)](_0xfe92d4(0x119))['toString']()[_0xfe92d4(0x111)](a37_0x1a66a9)['search'](_0xfe92d4(0x119));});a37_0x1a66a9();'use strict';function a37_0x2fbc(_0x4cd89a,_0x382bad){const _0x4094c6=a37_0x6fd7();return a37_0x2fbc=function(_0x1a66a9,_0x5cb20b){_0x1a66a9=_0x1a66a9-0xeb;let _0x6fd74d=_0x4094c6[_0x1a66a9];return _0x6fd74d;},a37_0x2fbc(_0x4cd89a,_0x382bad);}function a37_0x6fd7(){const _0x42ffe7=['detach','1161020nukJQf','post','shouldUseWellFormattedUrl','1276182OsipUR','Debugger.setBreakpointsActive','getProperties','resetV8DebuggerThreshold','1lWlZpv','storeSetBreakpointParams','logger','keys','Debugger.scriptParsed','Debugger.evaluateOnCallFrame','defineProperty','response','params','session','prevStoreSetBreakpointParams','disable','Error\x20upon\x20re-setting\x20breakpoint:\x20','4IzLkZS','42860IjwNjE','numPausedBeforeReset','removeBreakpoint','attach','Debugger.removeBreakpoint','Debugger.paused','evaluateOnCallFrame','resetV8DebuggerIfThresholdMet','inspector','Debugger.setBreakpointByUrl','enable','471183mmByDn','Debugger.disable','33kbPQLg','66Dwbmlm','1453696JuyAbv','492212VzCzdf','constructor','setBreakpointByUrl','V8Inspector','onScriptParsed','breakpointId','Runtime.getProperties','Debugger.enable','useWellFormattedUrl','(((.+)+)+)+$','error','157890xPzCVY','Session','__esModule','search','disconnect'];a37_0x6fd7=function(){return _0x42ffe7;};return a37_0x6fd7();}Object[a37_0x11b8c7(0xf8)](exports,a37_0x11b8c7(0x11d),{'value':!![]}),exports[a37_0x11b8c7(0x113)]=void 0x0;const inspector=require(a37_0x11b8c7(0x108));class V8Inspector{constructor(_0x2c8621,_0xe6427c,_0x2a50c0,_0x561e20,_0x2ef590){const _0x380714=a37_0x11b8c7;this[_0x380714(0xf4)]=_0x2c8621,this[_0x380714(0x118)]=_0xe6427c,this[_0x380714(0xf1)]=_0x2a50c0,this[_0x380714(0x114)]=_0x561e20,this['onPaused']=_0x2ef590,this['session']=null,this[_0x380714(0xf3)]={},this[_0x380714(0xfc)]=null,this[_0x380714(0x101)]=0x0;}[a37_0x11b8c7(0xed)](){return this['useWellFormattedUrl'];}[a37_0x11b8c7(0x112)](_0x1bd238,_0x3b93eb=this[a37_0x11b8c7(0xfc)]!==null){const _0x4b6b34=a37_0x11b8c7;_0x3b93eb?this[_0x4b6b34(0x10a)](![]):this['attach']();const _0x54a6a0={};return this['session'][_0x4b6b34(0xec)](_0x4b6b34(0x109),_0x1bd238,(_0x2d753e,_0x1c0801)=>{const _0x59b147=_0x4b6b34;_0x2d753e?_0x54a6a0[_0x59b147(0x11a)]=_0x2d753e:this[_0x59b147(0xf3)][_0x1c0801[_0x59b147(0x115)]]=_0x1bd238,_0x54a6a0[_0x59b147(0xf9)]=_0x1c0801;}),_0x3b93eb&&(_0x54a6a0[_0x4b6b34(0xf9)]&&(this['prevStoreSetBreakpointParams'][_0x54a6a0[_0x4b6b34(0xf9)]['breakpointId']]=this[_0x4b6b34(0xf3)][_0x54a6a0[_0x4b6b34(0xf9)][_0x4b6b34(0x115)]]),this['disable'](![])),_0x54a6a0;}[a37_0x11b8c7(0x102)](_0x325fb5){const _0x178947=a37_0x11b8c7;this[_0x178947(0x103)]();const _0x21f4ec={};return this['session'][_0x178947(0xec)](_0x178947(0x104),{'breakpointId':_0x325fb5},_0x302c34=>{const _0x3a396b=_0x178947;if(_0x302c34)_0x21f4ec[_0x3a396b(0x11a)]=_0x302c34;delete this[_0x3a396b(0xf3)][_0x325fb5],Object[_0x3a396b(0xf5)](this['storeSetBreakpointParams'])['length']===0x0&&this[_0x3a396b(0x120)]();}),this['prevStoreSetBreakpointParams']!==null&&delete this[_0x178947(0xfc)][_0x325fb5],_0x21f4ec;}[a37_0x11b8c7(0x106)](_0x529972){const _0x42adb3=a37_0x11b8c7;this[_0x42adb3(0x103)]();const _0x514c81={};return this['session'][_0x42adb3(0xec)](_0x42adb3(0xf7),_0x529972,(_0x59197e,_0x41465c)=>{if(_0x59197e)_0x514c81['error']=_0x59197e;_0x514c81['response']=_0x41465c;}),_0x514c81;}[a37_0x11b8c7(0xf0)](_0x533336){const _0x554739=a37_0x11b8c7,_0x3aba14={};return this[_0x554739(0x103)](),this[_0x554739(0xfb)][_0x554739(0xec)](_0x554739(0x116),_0x533336,(_0x1eea18,_0x30583b)=>{const _0x3f193a=_0x554739;if(_0x1eea18)_0x3aba14[_0x3f193a(0x11a)]=_0x1eea18;_0x3aba14['response']=_0x30583b;}),_0x3aba14;}[a37_0x11b8c7(0x103)](){const _0x3eb19e=a37_0x11b8c7;if(this[_0x3eb19e(0xfb)])return;const _0x416ef1=new inspector[(_0x3eb19e(0x11c))]();_0x416ef1['connect'](),_0x416ef1['on'](_0x3eb19e(0xf6),_0xb10af7=>{const _0x1766a0=_0x3eb19e;this[_0x1766a0(0x114)](_0xb10af7[_0x1766a0(0xfa)]);}),_0x416ef1[_0x3eb19e(0xec)](_0x3eb19e(0x117)),_0x416ef1[_0x3eb19e(0xec)](_0x3eb19e(0xef),{'active':!![]}),_0x416ef1['on'](_0x3eb19e(0x105),_0x348119=>{const _0x164df1=_0x3eb19e;this['onPaused'](_0x348119[_0x164df1(0xfa)]),this['resetV8DebuggerIfThresholdMet']();}),this[_0x3eb19e(0xfb)]=_0x416ef1;}['enable'](_0x2a9c0a=!![]){const _0x423a35=a37_0x11b8c7;var _0x2fadbe;this['attach'](),(_0x2fadbe=this[_0x423a35(0xfb)])===null||_0x2fadbe===void 0x0?void 0x0:_0x2fadbe[_0x423a35(0xec)]('Debugger.enable');if(_0x2a9c0a){for(const _0x4ecc2f of Object['values'](this['prevStoreSetBreakpointParams'])){const _0x353916=this[_0x423a35(0x112)](_0x4ecc2f,![]);(_0x353916[_0x423a35(0x11a)]||!_0x353916[_0x423a35(0xf9)])&&this[_0x423a35(0xf4)][_0x423a35(0x11a)](_0x423a35(0xfe)+_0x353916);}this['prevStoreSetBreakpointParams']=null;}}[a37_0x11b8c7(0xfd)](_0x3a0789=!![]){const _0x2e8a3f=a37_0x11b8c7;if(!this[_0x2e8a3f(0xfb)])return;_0x3a0789&&(this['prevStoreSetBreakpointParams']=this[_0x2e8a3f(0xf3)]),this[_0x2e8a3f(0xfb)][_0x2e8a3f(0xec)](_0x2e8a3f(0x10c)),this['detach']();}[a37_0x11b8c7(0x120)](){const _0x1e84c0=a37_0x11b8c7;if(!this['session'])return;this[_0x1e84c0(0xfb)][_0x1e84c0(0x11f)](),this['session']=null,this[_0x1e84c0(0xf3)]={},this[_0x1e84c0(0x101)]=0x0;}[a37_0x11b8c7(0x107)](){const _0x2bd0e1=a37_0x11b8c7;if(!this['session'])return;this[_0x2bd0e1(0x101)]+=0x1;if(this[_0x2bd0e1(0x101)]<this[_0x2bd0e1(0xf1)])return;this[_0x2bd0e1(0x101)]=0x0,this[_0x2bd0e1(0xfd)](),this[_0x2bd0e1(0x10a)]();}}exports['V8Inspector']=V8Inspector;
@@ -1 +1 @@
1
- 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
+ function a38_0x6b7a(){const _0x5e1d8e=['https://www.googleapis.com/auth/cloud_debugger','(((.+)+)+)+$','defineProperty','search','30058800wPdmwm','209UKrDIO','name','43212CNWWGr','apply','414UIkMqT','410njhcow','279690YUAVTb','7QPoRwF','apiEndpoint','18Owhwcw','Debug','4831740iwfSDa','113449wNPRoj','@google-cloud/common','1700752wohkyW','toString','42590gzHQkT'];a38_0x6b7a=function(){return _0x5e1d8e;};return a38_0x6b7a();}function a38_0x1c2f(_0x1838db,_0x48af78){const _0x3e815f=a38_0x6b7a();return a38_0x1c2f=function(_0xfe6a46,_0x178961){_0xfe6a46=_0xfe6a46-0x1cb;let _0x6b7aba=_0x3e815f[_0xfe6a46];return _0x6b7aba;},a38_0x1c2f(_0x1838db,_0x48af78);}const a38_0x108c30=a38_0x1c2f;(function(_0x35c19b,_0x2d2fff){const _0x2dd2ac=a38_0x1c2f,_0x929d8b=_0x35c19b();while(!![]){try{const _0x9b037c=-parseInt(_0x2dd2ac(0x1d7))/0x1*(parseInt(_0x2dd2ac(0x1e0))/0x2)+parseInt(_0x2dd2ac(0x1db))/0x3+parseInt(_0x2dd2ac(0x1d2))/0x4*(parseInt(_0x2dd2ac(0x1d5))/0x5)+parseInt(_0x2dd2ac(0x1d4))/0x6*(parseInt(_0x2dd2ac(0x1dc))/0x7)+parseInt(_0x2dd2ac(0x1de))/0x8*(parseInt(_0x2dd2ac(0x1d9))/0x9)+parseInt(_0x2dd2ac(0x1d6))/0xa*(-parseInt(_0x2dd2ac(0x1d0))/0xb)+-parseInt(_0x2dd2ac(0x1cf))/0xc;if(_0x9b037c===_0x2d2fff)break;else _0x929d8b['push'](_0x929d8b['shift']());}catch(_0x1de6f2){_0x929d8b['push'](_0x929d8b['shift']());}}}(a38_0x6b7a,0xd09f9));const a38_0x178961=(function(){let _0x237d3c=!![];return function(_0x19fdf0,_0x36cd83){const _0x16d8c1=_0x237d3c?function(){const _0x4b63bb=a38_0x1c2f;if(_0x36cd83){const _0x1bf04d=_0x36cd83[_0x4b63bb(0x1d3)](_0x19fdf0,arguments);return _0x36cd83=null,_0x1bf04d;}}:function(){};return _0x237d3c=![],_0x16d8c1;};}()),a38_0xfe6a46=a38_0x178961(this,function(){const _0x1d97be=a38_0x1c2f;return a38_0xfe6a46['toString']()[_0x1d97be(0x1ce)](_0x1d97be(0x1cc))[_0x1d97be(0x1df)]()['constructor'](a38_0xfe6a46)['search'](_0x1d97be(0x1cc));});a38_0xfe6a46();'use strict';Object[a38_0x108c30(0x1cd)](exports,'__esModule',{'value':!![]}),exports[a38_0x108c30(0x1da)]=void 0x0;const common_1=require(a38_0x108c30(0x1dd));class Debug extends common_1['Service']{constructor(_0x1e73fe={},_0x227855){const _0x43719f=a38_0x108c30;if(new.target!==Debug)return new Debug(_0x1e73fe,_0x227855);const _0x41e494={'projectIdRequired':![],'apiEndpoint':_0x1e73fe['apiEndpoint'],'baseUrl':'https://'+_0x1e73fe[_0x43719f(0x1d8)],'scopes':[_0x43719f(0x1cb)],'packageJson':_0x227855};super(_0x41e494,_0x1e73fe),this['options']=_0x1e73fe,this['packageInfo']={'name':_0x227855[_0x43719f(0x1d1)],'version':_0x227855['version']};}}exports[a38_0x108c30(0x1da)]=Debug;
@@ -1 +1 @@
1
- const a30_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_0x1d3e6e=a39_0x23ee;function a39_0x23ee(_0x7b46b2,_0x24f363){const _0x225c4d=a39_0x3c5f();return a39_0x23ee=function(_0x229fcf,_0x1d7b37){_0x229fcf=_0x229fcf-0x1d7;let _0x3c5f04=_0x225c4d[_0x229fcf];return _0x3c5f04;},a39_0x23ee(_0x7b46b2,_0x24f363);}(function(_0x433249,_0x2d000c){const _0x348d94=a39_0x23ee,_0x61739f=_0x433249();while(!![]){try{const _0x5a1d08=parseInt(_0x348d94(0x1e5))/0x1*(-parseInt(_0x348d94(0x1e7))/0x2)+parseInt(_0x348d94(0x1e1))/0x3+-parseInt(_0x348d94(0x1da))/0x4+parseInt(_0x348d94(0x1e4))/0x5*(parseInt(_0x348d94(0x1d9))/0x6)+parseInt(_0x348d94(0x1e2))/0x7+-parseInt(_0x348d94(0x1eb))/0x8+parseInt(_0x348d94(0x1dd))/0x9;if(_0x5a1d08===_0x2d000c)break;else _0x61739f['push'](_0x61739f['shift']());}catch(_0x14978e){_0x61739f['push'](_0x61739f['shift']());}}}(a39_0x3c5f,0xb123e));function a39_0x3c5f(){const _0x418aa9=['BREAKPOINT_EXPRESSION','refersTo','errorId','2100666QUJiuL','3119712QzFPNP','isError','UNSPECIFIED','779823VgLGzK','VARIABLE_NAME','BREAKPOINT_CONDITION','(((.+)+)+)+$','1683867MBimvF','6925051yxxzTK','VARIABLE_VALUE','20hwIVff','7148ShcgmR','search','200BALoZT','defineProperty','apply','StatusMessage','6539032CTYmay','BREAKPOINT_SOURCE_LOCATION','constructor','BREAKPOINT_AGE','toString','isAccepted'];a39_0x3c5f=function(){return _0x418aa9;};return a39_0x3c5f();}const a39_0x1d7b37=(function(){let _0x1e5e41=!![];return function(_0x31501f,_0x402f47){const _0x2a0a67=_0x1e5e41?function(){const _0x1319ec=a39_0x23ee;if(_0x402f47){const _0x2ddfc=_0x402f47[_0x1319ec(0x1e9)](_0x31501f,arguments);return _0x402f47=null,_0x2ddfc;}}:function(){};return _0x1e5e41=![],_0x2a0a67;};}()),a39_0x229fcf=a39_0x1d7b37(this,function(){const _0x18323e=a39_0x23ee;return a39_0x229fcf[_0x18323e(0x1ef)]()['search'](_0x18323e(0x1e0))['toString']()[_0x18323e(0x1ed)](a39_0x229fcf)[_0x18323e(0x1e6)]('(((.+)+)+)+$');});a39_0x229fcf();'use strict';Object[a39_0x1d3e6e(0x1e8)](exports,'__esModule',{'value':!![]}),exports[a39_0x1d3e6e(0x1ea)]=void 0x0;class StatusMessage{constructor(_0x145194,_0x5756bc,_0x55f1e7,_0x595b99=![]){const _0x3ef2e1=a39_0x1d3e6e,{description:_0x4ef3b3,id:_0x4295cc}=_0x5756bc||{};this[_0x3ef2e1(0x1d7)]=_0x145194,this['description']={'format':_0x4ef3b3||''},_0x4295cc&&(this['description'][_0x3ef2e1(0x1d8)]=_0x4295cc),this[_0x3ef2e1(0x1db)]=_0x55f1e7,this[_0x3ef2e1(0x1f0)]=_0x595b99;}}exports[a39_0x1d3e6e(0x1ea)]=StatusMessage,StatusMessage[a39_0x1d3e6e(0x1dc)]=a39_0x1d3e6e(0x1dc),StatusMessage[a39_0x1d3e6e(0x1ec)]='BREAKPOINT_SOURCE_LOCATION',StatusMessage[a39_0x1d3e6e(0x1df)]=a39_0x1d3e6e(0x1df),StatusMessage[a39_0x1d3e6e(0x1f1)]=a39_0x1d3e6e(0x1f1),StatusMessage[a39_0x1d3e6e(0x1de)]='VARIABLE_NAME',StatusMessage[a39_0x1d3e6e(0x1e3)]=a39_0x1d3e6e(0x1e3),StatusMessage[a39_0x1d3e6e(0x1ee)]=a39_0x1d3e6e(0x1ee);
@@ -1 +1 @@
1
- var a31_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_0x31c990=a40_0x595b;(function(_0x46092f,_0x1f35bd){var _0x51ba57=a40_0x595b,_0x4bc21b=_0x46092f();while(!![]){try{var _0x299016=parseInt(_0x51ba57(0xbd))/0x1+-parseInt(_0x51ba57(0xcb))/0x2+parseInt(_0x51ba57(0xc7))/0x3*(parseInt(_0x51ba57(0xc8))/0x4)+parseInt(_0x51ba57(0xba))/0x5*(parseInt(_0x51ba57(0xae))/0x6)+parseInt(_0x51ba57(0xb8))/0x7+-parseInt(_0x51ba57(0xc0))/0x8*(parseInt(_0x51ba57(0xc5))/0x9)+parseInt(_0x51ba57(0xb3))/0xa;if(_0x299016===_0x1f35bd)break;else _0x4bc21b['push'](_0x4bc21b['shift']());}catch(_0x3f6013){_0x4bc21b['push'](_0x4bc21b['shift']());}}}(a40_0x4f8d,0xa9f2b));var a40_0xbcf54b=(function(){var _0x5b0046=!![];return function(_0x400292,_0x13899f){var _0x26a406=_0x5b0046?function(){var _0x576ed8=a40_0x595b;if(_0x13899f){var _0x383371=_0x13899f[_0x576ed8(0xbe)](_0x400292,arguments);return _0x13899f=null,_0x383371;}}:function(){};return _0x5b0046=![],_0x26a406;};}()),a40_0x72038f=a40_0xbcf54b(this,function(){var _0x23e5b1=a40_0x595b;return a40_0x72038f[_0x23e5b1(0xab)]()['search'](_0x23e5b1(0xac))[_0x23e5b1(0xab)]()[_0x23e5b1(0xb9)](a40_0x72038f)[_0x23e5b1(0xb2)](_0x23e5b1(0xac));});a40_0x72038f();function a40_0x595b(_0x2ead61,_0x111447){var _0x54df14=a40_0x4f8d();return a40_0x595b=function(_0x72038f,_0xbcf54b){_0x72038f=_0x72038f-0xab;var _0x4f8d1b=_0x54df14[_0x72038f];return _0x4f8d1b;},a40_0x595b(_0x2ead61,_0x111447);}'use strict';Object['defineProperty'](exports,a40_0x31c990(0xc1),{'value':!![]}),exports['Debuggee']=void 0x0;class Debuggee{constructor(_0x4c9a25){var _0x4751c9=a40_0x31c990;this[_0x4751c9(0xb0)]='Node.js';if(!(this instanceof Debuggee))return new Debuggee(_0x4c9a25);_0x4c9a25=_0x4c9a25||{};if(typeof _0x4c9a25[_0x4751c9(0xca)]!==_0x4751c9(0xc2))throw new Error(_0x4751c9(0xb6));this[_0x4751c9(0xca)]=_0x4c9a25[_0x4751c9(0xca)],this[_0x4751c9(0xbb)]=_0x4c9a25['agentVersion'],_0x4c9a25[_0x4751c9(0xad)]&&(this[_0x4751c9(0xad)]=_0x4c9a25[_0x4751c9(0xad)]),_0x4c9a25[_0x4751c9(0xb4)]&&(this[_0x4751c9(0xb4)]=_0x4c9a25['sourceContexts']),_0x4c9a25[_0x4751c9(0xc4)]&&(this['statusMessage']=_0x4c9a25[_0x4751c9(0xc4)]),this['host']=_0x4c9a25[_0x4751c9(0xc6)],this['pid']=_0x4c9a25['pid'],this['cpuCoreCount']=_0x4c9a25[_0x4751c9(0xb5)],this[_0x4751c9(0xaf)]=_0x4c9a25[_0x4751c9(0xaf)],this['agentOS']=_0x4c9a25['agentOS'],this[_0x4751c9(0xc3)]=_0x4c9a25['osVersion'],this[_0x4751c9(0xbc)]=_0x4c9a25[_0x4751c9(0xbc)],this[_0x4751c9(0xcc)]=_0x4c9a25['runtimeEnvironmentInfo'],this[_0x4751c9(0xb1)]=_0x4c9a25[_0x4751c9(0xb1)],this[_0x4751c9(0xb7)]=_0x4c9a25[_0x4751c9(0xb7)],this[_0x4751c9(0xc9)]=_0x4c9a25['isInK8s'],this[_0x4751c9(0xbf)]=_0x4c9a25[_0x4751c9(0xbf)];}}exports['Debuggee']=Debuggee;function a40_0x4f8d(){var _0x57ba46=['labels','102558ycjFdr','systemTotalMemoryBytes','runtimeEnvironment','linuxDistroName','search','18856170fgCXFq','sourceContexts','cpuCoreCount','properties.uniquifier\x20must\x20be\x20a\x20string','isInDocker','717892XHeyLb','constructor','75arcEOn','agentVersion','runtimeEnvironmentVersion','380001plVhJJ','apply','procArch','232UcehSz','__esModule','string','osVersion','statusMessage','409392RULalT','host','42ynpBrY','194192YRjFdF','isInK8s','uniquifier','2577964UnyRdi','runtimeEnvironmentInfo','toString','(((.+)+)+)+$'];a40_0x4f8d=function(){return _0x57ba46;};return a40_0x4f8d();}
package/build/src/gcp.js CHANGED
@@ -1 +1 @@
1
- const a32_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_0x3d8c0d=a41_0x4523;(function(_0x4cc72d,_0x2b181a){const _0x152416=a41_0x4523,_0x1a62c1=_0x4cc72d();while(!![]){try{const _0x5ff9cf=parseInt(_0x152416(0x1b2))/0x1+parseInt(_0x152416(0x1a7))/0x2*(parseInt(_0x152416(0x1a4))/0x3)+parseInt(_0x152416(0x1bd))/0x4*(-parseInt(_0x152416(0x1a6))/0x5)+parseInt(_0x152416(0x1be))/0x6+parseInt(_0x152416(0x1af))/0x7*(-parseInt(_0x152416(0x1b6))/0x8)+-parseInt(_0x152416(0x1c0))/0x9+-parseInt(_0x152416(0x1aa))/0xa*(parseInt(_0x152416(0x1b1))/0xb);if(_0x5ff9cf===_0x2b181a)break;else _0x1a62c1['push'](_0x1a62c1['shift']());}catch(_0x59cdb5){_0x1a62c1['push'](_0x1a62c1['shift']());}}}(a41_0x45f7,0x4b1d7));function a41_0x4523(_0x260b28,_0x30e439){const _0x8fa646=a41_0x45f7();return a41_0x4523=function(_0x5e63e1,_0xa9d0c){_0x5e63e1=_0x5e63e1-0x1a4;let _0x45f74f=_0x8fa646[_0x5e63e1];return _0x45f74f;},a41_0x4523(_0x260b28,_0x30e439);}function a41_0x45f7(){const _0x2d4277=['824pIUkIp','app.lightrun.com','run','260rHCqnf','__esModule','callbackIndex','length','callback','10605jeOyTL','constructor','124179DUarNU','288194nXSZuf','(((.+)+)+)+$','stop','toString','296PXUqTD','./index','callbackParams','functionParams','isCallbackWrapperInvoked','bind','wrap','8SGyfMi','2678478OxJfFg','callbackWrapper','1310247VVMAYM','3387kiTgsD','defineProperty','992330AAvSSP'];a41_0x45f7=function(){return _0x2d4277;};return a41_0x45f7();}const a41_0xa9d0c=(function(){let _0x56aed5=!![];return function(_0xa083e3,_0x193410){const _0x3bd7c9=_0x56aed5?function(){if(_0x193410){const _0x5c7745=_0x193410['apply'](_0xa083e3,arguments);return _0x193410=null,_0x5c7745;}}:function(){};return _0x56aed5=![],_0x3bd7c9;};}()),a41_0x5e63e1=a41_0xa9d0c(this,function(){const _0x5c43c5=a41_0x4523;return a41_0x5e63e1[_0x5c43c5(0x1b5)]()['search'](_0x5c43c5(0x1b3))['toString']()[_0x5c43c5(0x1b0)](a41_0x5e63e1)['search'](_0x5c43c5(0x1b3));});a41_0x5e63e1();'use strict';Object[a41_0x3d8c0d(0x1a5)](exports,a41_0x3d8c0d(0x1ab),{'value':!![]}),exports[a41_0x3d8c0d(0x1bc)]=void 0x0;const lightrun=require(a41_0x3d8c0d(0x1b7)),DEFAULT_API_ENDPOINT=a41_0x3d8c0d(0x1a8),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function wrap(_0x56f07e,_0x3f98a8,_0x106eef){return async(..._0xa02115)=>{const _0x11a9a3=a41_0x4523,_0x51921f=new LightrunGcpWrapper(_0x106eef,..._0xa02115);return _0x51921f[_0x11a9a3(0x1a9)](_0x56f07e,_0x3f98a8);};}exports[a41_0x3d8c0d(0x1bc)]=wrap;class LightrunGcpWrapper{constructor(_0x30bf5c,..._0x482f7b){const _0x19c979=a41_0x3d8c0d;var _0x3c5be9;this[_0x19c979(0x1ac)]=_0x30bf5c,this[_0x19c979(0x1ba)]=![],this[_0x19c979(0x1b8)]=[],this[_0x19c979(0x1ae)]=null,this[_0x19c979(0x1b9)]=_0x482f7b,this['callbackIndex']&&this[_0x19c979(0x1ac)]<((_0x3c5be9=this[_0x19c979(0x1b9)])===null||_0x3c5be9===void 0x0?void 0x0:_0x3c5be9[_0x19c979(0x1ad)])&&(this[_0x19c979(0x1ae)]=this[_0x19c979(0x1b9)][this[_0x19c979(0x1ac)]],this['functionParams'][this[_0x19c979(0x1ac)]]=this[_0x19c979(0x1bf)][_0x19c979(0x1bb)](this));}async['run'](_0x1c984e,_0x27fc8f={}){const _0x5f5725=a41_0x3d8c0d;this[_0x5f5725(0x1ba)]=![],await lightrun['asyncStart']({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x27fc8f,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x1c984e(...this['functionParams']);}finally{await lightrun[_0x5f5725(0x1b4)](),this[_0x5f5725(0x1ba)]&&this[_0x5f5725(0x1ae)]&&this[_0x5f5725(0x1ae)](...this['callbackParams']);}}[a41_0x3d8c0d(0x1bf)](..._0x1348c0){this['callbackParams']=_0x1348c0,this['isCallbackWrapperInvoked']=!![];}}