lightrun 1.26.0 → 1.27.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 (49) 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 -1
  9. package/build/src/agent/debuglet-helpers/createDebuggeeMetadata.js +1 -1
  10. package/build/src/agent/debuglet-helpers/createUniquifier.js +1 -1
  11. package/build/src/agent/debuglet-helpers/delimit.js +1 -1
  12. package/build/src/agent/debuglet-helpers/format.js +1 -1
  13. package/build/src/agent/debuglet-helpers/getAgentConfig.js +1 -1
  14. package/build/src/agent/debuglet-helpers/getPlatform.js +1 -1
  15. package/build/src/agent/debuglet-helpers/mapSubtract.js +1 -1
  16. package/build/src/agent/debuglet-helpers/normalizeConfig.js +1 -1
  17. package/build/src/agent/debuglet-helpers/tokenize.js +1 -1
  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.js +1 -1
  44. package/build/src/lambda.js +1 -1
  45. package/build/src/resources/version.txt +1 -1
  46. package/build/src/types/lightrun.js +1 -1
  47. package/build/src/types/stackdriver.js +1 -1
  48. package/build/src/types/v8.js +1 -1
  49. package/package.json +1 -1
@@ -1 +1 @@
1
- const a35_0x523cc2=a35_0x5e64;(function(_0x298a28,_0x2c94e1){const _0x1ce34c=a35_0x5e64,_0x161fcd=_0x298a28();while(!![]){try{const _0x28cb28=parseInt(_0x1ce34c(0x17c))/0x1*(-parseInt(_0x1ce34c(0x123))/0x2)+parseInt(_0x1ce34c(0x17e))/0x3+-parseInt(_0x1ce34c(0x166))/0x4*(parseInt(_0x1ce34c(0x153))/0x5)+parseInt(_0x1ce34c(0x18c))/0x6*(parseInt(_0x1ce34c(0x13f))/0x7)+parseInt(_0x1ce34c(0x1ae))/0x8+-parseInt(_0x1ce34c(0x1a5))/0x9+parseInt(_0x1ce34c(0x13d))/0xa;if(_0x28cb28===_0x2c94e1)break;else _0x161fcd['push'](_0x161fcd['shift']());}catch(_0x311117){_0x161fcd['push'](_0x161fcd['shift']());}}}(a35_0x450d,0x389aa));const a35_0x3f4010=(function(){let _0xf24928=!![];return function(_0x4fb953,_0x30a96f){const _0x2d697f=_0xf24928?function(){if(_0x30a96f){const _0x2bf35e=_0x30a96f['apply'](_0x4fb953,arguments);return _0x30a96f=null,_0x2bf35e;}}:function(){};return _0xf24928=![],_0x2d697f;};}()),a35_0x5c4edb=a35_0x3f4010(this,function(){const _0x162f97=a35_0x5e64;return a35_0x5c4edb[_0x162f97(0x169)]()[_0x162f97(0x140)]('(((.+)+)+)+$')['toString']()[_0x162f97(0x16b)](a35_0x5c4edb)[_0x162f97(0x140)]('(((.+)+)+)+$');});a35_0x5c4edb();'use strict';Object[a35_0x523cc2(0x11b)](exports,a35_0x523cc2(0x141),{'value':!![]}),exports[a35_0x523cc2(0x152)]=exports['BreakpointData']=void 0x0;const acorn=require('acorn'),path=require(a35_0x523cc2(0x137)),status_message_1=require('../../client/stackdriver/status-message'),state=require(a35_0x523cc2(0x147)),utils_1=require(a35_0x523cc2(0x183)),debugapi=require(a35_0x523cc2(0x1a7)),v8inspector_1=require(a35_0x523cc2(0x120)),dummy_blocklist_manager_1=require(a35_0x523cc2(0x1a6)),USE_MODULE_PREFIX=(0x0,utils_1[a35_0x523cc2(0x146)])(process[a35_0x523cc2(0x13b)],a35_0x523cc2(0x131));function a35_0x450d(){const _0x22071e=['Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','lines','27416bxyiNo','blocklistManager','response','toString','callFrames','constructor','BREAKPOINT_SOURCE_LOCATION','object','push','setAndStoreBreakpoint','VARIABLE_VALUE','captureBreakpointData','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','Failed\x20to\x20evaluate\x20condition\x20','BREAKPOINT_CONDITION','maxHitCount','setErrorStatusAndCallback','value','fileStats','SYNTAX_ERROR_IN_CONDITION','BreakpointData','setInternal','4lRlZph','disconnect','252042zlAiuO','capture','normalize','scriptMapper','condition','../util/utils','errors','quotaManager','hitBreakpoints','stackFrames','line','disable','BREAKPOINT_PATH_BLOCKED','V8_BREAKPOINT_CLEAR_ERROR','6TuwRnm','evaluate','locationStr','v8Inspector','formatInterval','logger','setBreakpointByUrl','listener','\x20lines.\x20Please\x20ensure','getBreakpointCompiler','evaluatedExpressions','expressionsEvalTimeoutMillis','map','INVALID_LINE_NUMBER','lineNumber','.\x20Loaded\x20script\x20contained\x20','expressions','sourcemapper','description','v8BreakpointId','removeFirstOccurrenceInArray','parse','apiBreakpoint','undefined','length','3458988CyvewM','../blocklisting/dummy-blocklist-manager','./debugapi','cleanupAsyncCallStackInterval','config','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','wait','setBreakpointByUrl\x20error:\x20','quotaRecoverySeconds','2194624nVRBfl','.\x20Potential\x20matches:\x20','enabled','ERROR_EVALUATING_CONDITION','SOURCE_FILE_NOT_FOUND','>=11','log','compile','processCondition','condition\x20','concat','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','ERROR_COMPILING_CONDITION','defineProperty','locationMapper','keys','breakpointMapper','platform','./v8inspector','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','includes','13424PvEjDt','location','fileIndex','handleDebugPausedEvent','findScripts','javascriptFileExtensions','win32','CAPTURE_BREAKPOINT_DATA','listeners','script','pipingStatus','isFileIndexed','LOG','file://','<10.16\x20||\x20>=11\x20<11.11','StatusMessage','breakpoints','some','hrtime','column','path','applyDynamicLogsCPUQuota','scriptId','remainingHits','version','numBreakpoints','5330390gPzYxa','extname','1284157KHBAGs','search','__esModule','needsRecoveryTime','variableTable','Unable\x20to\x20compile\x20condition\x20>>\x20','numListeners_','satisfies','../state/inspector-state','onBreakpointHit','numBreakpoints_','stringify','error','INVALID_BREAKPOINT','\x20<<','detach','clear','>>>breakpoint\x20hit<<<\x20number:\x20','logMessageFormat','InspectorDebugApi','315GngjZm','applyConditionQuota','quota','isValid','enable','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','DummyBlocklistManager','ignoreQuota','>10.11.0','setBlocklistManager','UNSPECIFIED','message','debug','DISALLOWED_EXPRESSION','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','changeToNS','warn'];a35_0x450d=function(){return _0x22071e;};return a35_0x450d();}class BreakpointData{constructor(_0x186ea0,_0x5788d0,_0x3ceafa,_0x91afa3,_0x57914e,_0x1980fa,_0x5f39d5,_0x4a327c){const _0x3c9a93=a35_0x523cc2;this['id']=_0x186ea0,this[_0x3c9a93(0x1a2)]=_0x5788d0,this['parsedCondition']=_0x3ceafa,this[_0x3c9a93(0x18e)]=_0x91afa3,this['compile']=_0x57914e,this[_0x3c9a93(0x13a)]=_0x1980fa,this[_0x3c9a93(0x15a)]=_0x5f39d5,this[_0x3c9a93(0x12d)]=_0x4a327c;}}exports[a35_0x523cc2(0x17a)]=BreakpointData;function a35_0x5e64(_0x330b11,_0x391444){const _0x32af54=a35_0x450d();return a35_0x5e64=function(_0x5c4edb,_0x3f4010){_0x5c4edb=_0x5c4edb-0x11b;let _0x450d25=_0x32af54[_0x5c4edb];return _0x450d25;},a35_0x5e64(_0x330b11,_0x391444);}class InspectorDebugApi{constructor(_0x3b2143,_0x303c0f,_0x535b53,_0x19644f,_0x42259b){const _0x1aa473=a35_0x523cc2;this[_0x1aa473(0x133)]={},this[_0x1aa473(0x12b)]={},this['scriptMapper']={},this[_0x1aa473(0x11c)]={},this[_0x1aa473(0x11e)]={},this[_0x1aa473(0x13c)]=0x0,this[_0x1aa473(0x1a8)]=null,this['logger']=_0x3b2143,this[_0x1aa473(0x1a9)]=_0x303c0f,this['fileIndex']=_0x535b53,this[_0x1aa473(0x19d)]=_0x19644f,this[_0x1aa473(0x18f)]=new v8inspector_1['V8Inspector'](_0x3b2143,(0x0,utils_1[_0x1aa473(0x146)])(process[_0x1aa473(0x13b)],_0x1aa473(0x15b)),this[_0x1aa473(0x1a9)]['resetV8DebuggerThreshold'],_0x42c8af=>{const _0x2d81b4=_0x1aa473;this[_0x2d81b4(0x181)][_0x42c8af[_0x2d81b4(0x139)]]=_0x42c8af;},_0x4a4cce=>{const _0x32b70e=_0x1aa473;try{this[_0x32b70e(0x126)](_0x4a4cce);}catch(_0x17d164){this[_0x32b70e(0x191)][_0x32b70e(0x14b)](_0x17d164);}}),this['quotaManager']=_0x42259b,this['blocklistManager']=new dummy_blocklist_manager_1[(_0x1aa473(0x159))](!![]);}['set'](_0x5d759a,_0x274657){const _0x34f56d=a35_0x523cc2;if(!_0x5d759a||typeof _0x5d759a['id']===_0x34f56d(0x1a3)||!_0x5d759a[_0x34f56d(0x124)]||!_0x5d759a[_0x34f56d(0x124)][_0x34f56d(0x137)]||!_0x5d759a['location'][_0x34f56d(0x188)])return(0x0,utils_1['setErrorStatusAndCallback'])(_0x274657,_0x5d759a,status_message_1[_0x34f56d(0x132)][_0x34f56d(0x15d)],utils_1[_0x34f56d(0x184)][_0x34f56d(0x14c)]);const _0x224843=path['normalize'](_0x5d759a[_0x34f56d(0x124)][_0x34f56d(0x137)]);if(!this['sourcemapper']['hasMappingInfo'](_0x224843)){const _0x3e44b4=path[_0x34f56d(0x13e)](_0x224843);if(!this['config']['javascriptFileExtensions'][_0x34f56d(0x122)](_0x3e44b4)){const _0x5ab996=_0x224843['substring'](0x0,_0x224843[_0x34f56d(0x1a4)]-_0x3e44b4['length']),_0x17d31b=this[_0x34f56d(0x1a9)][_0x34f56d(0x128)]['map'](_0x328e0f=>_0x5ab996+_0x328e0f)[_0x34f56d(0x134)](_0x21ff88=>(0x0,utils_1[_0x34f56d(0x12e)])(_0x21ff88,this[_0x34f56d(0x125)])),_0x122b70=_0x17d31b?utils_1['errors']['COULD_NOT_FIND_MAPPING_FILE']:utils_1[_0x34f56d(0x184)]['SOURCE_FILE_NOT_FOUND'];return(0x0,utils_1[_0x34f56d(0x176)])(_0x274657,_0x5d759a,status_message_1[_0x34f56d(0x132)][_0x34f56d(0x16c)],_0x122b70);}this[_0x34f56d(0x17b)](_0x5d759a,null,null,_0x274657);}else{const _0xf79173=_0x5d759a[_0x34f56d(0x124)]['line'],_0x52a8b2=0x0,_0x435d68=this[_0x34f56d(0x19d)]['mappingInfo'](_0x224843,_0xf79173,_0x52a8b2),_0x20771b=(0x0,utils_1[_0x34f56d(0x195)])(_0x5d759a);if(_0x5d759a['condition']&&_0x20771b)try{_0x5d759a['condition']=_0x20771b(_0x5d759a[_0x34f56d(0x182)]);}catch(_0x263006){return this[_0x34f56d(0x191)][_0x34f56d(0x163)](_0x34f56d(0x144)+_0x5d759a[_0x34f56d(0x182)]+_0x34f56d(0x14d)),(0x0,utils_1[_0x34f56d(0x176)])(_0x274657,_0x5d759a,status_message_1[_0x34f56d(0x132)][_0x34f56d(0x174)],utils_1['errors'][_0x34f56d(0x1ba)]);}this[_0x34f56d(0x17b)](_0x5d759a,_0x435d68,_0x20771b,_0x274657);}}[a35_0x523cc2(0x14f)](_0x2f06a7,_0x3346fc){const _0xc10ed3=a35_0x523cc2;if(typeof _0x2f06a7['id']===_0xc10ed3(0x1a3))return this[_0xc10ed3(0x191)][_0xc10ed3(0x15f)](_0xc10ed3(0x161)),(0x0,utils_1[_0xc10ed3(0x176)])(_0x3346fc,_0x2f06a7,status_message_1[_0xc10ed3(0x132)][_0xc10ed3(0x174)],utils_1['errors']['V8_BREAKPOINT_CLEAR_ERROR']);const _0x49bde7=this['breakpoints'][_0x2f06a7['id']];if(!_0x49bde7)return this[_0xc10ed3(0x191)]['debug'](_0xc10ed3(0x1aa)+_0x2f06a7['id']),(0x0,utils_1[_0xc10ed3(0x176)])(_0x3346fc,_0x2f06a7,status_message_1[_0xc10ed3(0x132)][_0xc10ed3(0x174)],utils_1[_0xc10ed3(0x184)][_0xc10ed3(0x18b)]);const _0x4bdc81=_0x49bde7[_0xc10ed3(0x18e)],_0x4e35c6=_0x49bde7['id'];(0x0,utils_1[_0xc10ed3(0x1a0)])(this['locationMapper'][_0x4bdc81],_0x2f06a7['id']);this['locationMapper'][_0x4bdc81][_0xc10ed3(0x1a4)]===0x0&&delete this['locationMapper'][_0x4bdc81];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0xc10ed3(0x11e)][_0x4e35c6],_0x2f06a7['id']);this[_0xc10ed3(0x11e)][_0x4e35c6]['length']===0x0&&delete this[_0xc10ed3(0x11e)][_0x4e35c6];let _0x20dc11={};!this['breakpointMapper'][_0x49bde7['id']]&&(_0x20dc11=this[_0xc10ed3(0x18f)]['removeBreakpoint'](_0x49bde7['id'])),delete this['breakpoints'][_0x2f06a7['id']],delete this['listeners'][_0x2f06a7['id']],this[_0xc10ed3(0x13c)]--,setImmediate(()=>{const _0x1d4d50=_0xc10ed3;_0x20dc11['error']&&_0x3346fc(_0x20dc11[_0x1d4d50(0x14b)]),_0x3346fc(null);});}[a35_0x523cc2(0x1ab)](_0x3f3a94,_0xa30ca){const _0x1d29dd=a35_0x523cc2,_0x2d31de=this[_0x1d29dd(0x148)]['bind'](this,_0x3f3a94,_0x2e5560=>{const _0x2f1e2d=_0x1d29dd,_0xe13ffc=--this[_0x2f1e2d(0x133)][_0x3f3a94['id']][_0x2f1e2d(0x13a)];(_0xe13ffc<=0x0||_0x2e5560)&&(this[_0x2f1e2d(0x12b)][_0x3f3a94['id']]['enabled']=![]),_0xa30ca(_0x2e5560||undefined);});this['listeners'][_0x3f3a94['id']]={'enabled':!![],'listener':_0x2d31de};}[a35_0x523cc2(0x1b4)](_0x4d9808,_0x41964d,_0x48994f,_0x5d1d1d){const _0x5e1fa7=a35_0x523cc2,_0x49ec3d=this[_0x5e1fa7(0x148)]['bind'](this,_0x4d9808,_0x58118f=>{const _0x2a089b=_0x5e1fa7;if(_0x58118f){this['listeners'][_0x4d9808['id']][_0x2a089b(0x1b0)]=![],setImmediate(()=>{_0x5d1d1d(_0x58118f||undefined);});return;}_0x41964d(_0x4d9808[_0x2a089b(0x151)],_0x4d9808[_0x2a089b(0x196)]),_0x4d9808['evaluatedExpressions']=[],_0x48994f()?this['listeners'][_0x4d9808['id']][_0x2a089b(0x1b0)]=![]:this['quotaManager'][_0x2a089b(0x142)](_0x4d9808['id'])&&(this[_0x2a089b(0x12b)][_0x4d9808['id']][_0x2a089b(0x1b0)]=![],setTimeout(()=>{const _0x469f7e=_0x2a089b;!_0x48994f()&&this[_0x469f7e(0x12b)][_0x4d9808['id']]&&(this['listeners'][_0x4d9808['id']][_0x469f7e(0x1b0)]=!![]),this[_0x469f7e(0x185)]['recovered'](_0x4d9808['id']);},this[_0x2a089b(0x1a9)][_0x2a089b(0x155)][_0x2a089b(0x1ad)]*0x3e8));});this[_0x5e1fa7(0x12b)][_0x4d9808['id']]={'enabled':!![],'listener':_0x49ec3d};}[a35_0x523cc2(0x17d)](){const _0x37e11f=a35_0x523cc2;this[_0x37e11f(0x18f)][_0x37e11f(0x14e)]();}[a35_0x523cc2(0x157)](){const _0x4f24b1=a35_0x523cc2;this[_0x4f24b1(0x18f)]['enable']();}[a35_0x523cc2(0x189)](){const _0x4717a=a35_0x523cc2;this[_0x4717a(0x18f)]['disable']();}[a35_0x523cc2(0x149)](){const _0x33b829=a35_0x523cc2;return Object[_0x33b829(0x11d)](this['breakpoints'])[_0x33b829(0x1a4)];}[a35_0x523cc2(0x145)](){const _0x7d2f1c=a35_0x523cc2;return Object[_0x7d2f1c(0x11d)](this[_0x7d2f1c(0x12b)])[_0x7d2f1c(0x1a4)];}[a35_0x523cc2(0x13a)](_0x46dddf){const _0x438db9=a35_0x523cc2;return this[_0x438db9(0x133)][_0x46dddf][_0x438db9(0x13a)];}[a35_0x523cc2(0x15c)](_0x35f7ab){const _0x11e0f4=a35_0x523cc2;this[_0x11e0f4(0x167)]=_0x35f7ab;}['setInternal'](_0x2681c0,_0x354e0f,_0x3a4b98,_0x4eb2b2){const _0x2166a1=a35_0x523cc2;let _0x2330d6=null;if(_0x2681c0['condition'])try{_0x2330d6=acorn[_0x2166a1(0x1a1)](_0x2681c0[_0x2166a1(0x182)],{'sourceType':_0x2166a1(0x12c),'ecmaVersion':0x6});const _0x2aeabe=require('../util/validator.js');if(!_0x2aeabe[_0x2166a1(0x156)](_0x2330d6,![]))return(0x0,utils_1[_0x2166a1(0x176)])(_0x4eb2b2,_0x2681c0,status_message_1[_0x2166a1(0x132)][_0x2166a1(0x174)],utils_1['errors'][_0x2166a1(0x160)]);}catch(_0x26122){const _0x1823f=utils_1[_0x2166a1(0x184)][_0x2166a1(0x179)]+_0x26122[_0x2166a1(0x15e)];return(0x0,utils_1['setErrorStatusAndCallback'])(_0x4eb2b2,_0x2681c0,status_message_1[_0x2166a1(0x132)][_0x2166a1(0x174)],_0x1823f);}let _0x2e5f08;const _0x10709e=_0x354e0f?_0x354e0f['file']:path[_0x2166a1(0x180)](_0x2681c0[_0x2166a1(0x124)][_0x2166a1(0x137)]),_0x546438=(0x0,utils_1[_0x2166a1(0x127)])(_0x10709e,this[_0x2166a1(0x1a9)],this[_0x2166a1(0x125)],this['logger']);if(_0x546438[_0x2166a1(0x1a4)]===0x0)return(0x0,utils_1[_0x2166a1(0x176)])(_0x4eb2b2,_0x2681c0,status_message_1[_0x2166a1(0x132)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x2166a1(0x184)][_0x2166a1(0x1b2)]);else{if(_0x546438[_0x2166a1(0x1a4)]===0x1)_0x2e5f08=_0x546438[0x0];else return this['logger'][_0x2166a1(0x163)]('Unable\x20to\x20unambiguously\x20find\x20'+_0x10709e+_0x2166a1(0x1af)+_0x546438),(0x0,utils_1[_0x2166a1(0x176)])(_0x4eb2b2,_0x2681c0,status_message_1[_0x2166a1(0x132)][_0x2166a1(0x16c)],utils_1['errors']['SOURCE_FILE_AMBIGUOUS']);}if(this[_0x2166a1(0x167)]['shouldBlock'](_0x2e5f08))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x4eb2b2,_0x2681c0,status_message_1[_0x2166a1(0x132)][_0x2166a1(0x16c)],utils_1[_0x2166a1(0x184)][_0x2166a1(0x18a)]);let _0xdec9e=_0x354e0f&&_0x354e0f['column']?_0x354e0f[_0x2166a1(0x136)]:_0x2681c0[_0x2166a1(0x124)][_0x2166a1(0x136)]||0x1;const _0x32986c=_0x354e0f?_0x354e0f[_0x2166a1(0x188)]:_0x2681c0[_0x2166a1(0x124)][_0x2166a1(0x188)];USE_MODULE_PREFIX&&_0x32986c===0x1&&(_0xdec9e+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x32986c>=this[_0x2166a1(0x125)]['fileStats'][_0x2e5f08][_0x2166a1(0x165)]||_0x32986c<0x1)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x4eb2b2,_0x2681c0,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],{...utils_1['errors'][_0x2166a1(0x199)],'description':utils_1[_0x2166a1(0x184)][_0x2166a1(0x199)]['description']+_0x2e5f08+':'+_0x32986c+_0x2166a1(0x19b)+this[_0x2166a1(0x125)][_0x2166a1(0x178)][_0x2e5f08][_0x2166a1(0x165)]+_0x2166a1(0x194)+_0x2166a1(0x1b9)+'\x20deployed\x20source.'});const _0x1ed341=this[_0x2166a1(0x16f)](_0x2681c0,_0x32986c,_0xdec9e,_0x2e5f08);if(!_0x1ed341)return(0x0,utils_1[_0x2166a1(0x176)])(_0x4eb2b2,_0x2681c0,status_message_1[_0x2166a1(0x132)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x2166a1(0x184)]['V8_BREAKPOINT_ERROR']);this['breakpoints'][_0x2681c0['id']]=new BreakpointData(_0x1ed341[_0x2166a1(0x19f)],_0x2681c0,_0x2330d6,_0x1ed341[_0x2166a1(0x18e)],_0x3a4b98,_0x2681c0[_0x2166a1(0x175)]||0x1,_0x2681c0[_0x2166a1(0x15a)],_0x2681c0['pipingStatus']),this[_0x2166a1(0x13c)]++,setImmediate(()=>{_0x4eb2b2(null);});}[a35_0x523cc2(0x16f)](_0x43f996,_0x1a46fd,_0x750783,_0x42d378){const _0xe0fea1=a35_0x523cc2,_0x4cbd5c=JSON[_0xe0fea1(0x14a)]({..._0x43f996[_0xe0fea1(0x124)],'path':_0x42d378});let _0x17c148;if(!this[_0xe0fea1(0x11c)][_0x4cbd5c]){const _0x2312a3=this[_0xe0fea1(0x18f)]['shouldUseWellFormattedUrl']()?_0xe0fea1(0x130)+_0x42d378:_0x42d378,_0x2046cb=process[_0xe0fea1(0x11f)]===_0xe0fea1(0x129)&&(0x0,utils_1['satisfies'])(process[_0xe0fea1(0x13b)],_0xe0fea1(0x1b3))?_0x2312a3['replace'](/^file:\/\//,'file:///')['replace'](/\\/g,'/'):_0x2312a3,_0x5da6fe=this[_0xe0fea1(0x18f)][_0xe0fea1(0x192)]({'lineNumber':_0x1a46fd-0x1,'url':encodeURI(_0x2046cb),'columnNumber':_0x750783-0x1});if(_0x5da6fe[_0xe0fea1(0x14b)]||!_0x5da6fe[_0xe0fea1(0x168)])return this[_0xe0fea1(0x191)]['error'](_0xe0fea1(0x121)+_0x2046cb+':'+_0x1a46fd+',\x20'+(_0xe0fea1(0x1ac)+JSON[_0xe0fea1(0x14a)](_0x5da6fe['error']))),null;_0x17c148=_0x5da6fe[_0xe0fea1(0x168)]['breakpointId'],delete this['locationMapper'][_0x4cbd5c],delete this['breakpointMapper'][_0x17c148],this[_0xe0fea1(0x11c)][_0x4cbd5c]=[],this[_0xe0fea1(0x11e)][_0x17c148]=[];}else _0x17c148=this[_0xe0fea1(0x133)][this[_0xe0fea1(0x11c)][_0x4cbd5c][0x0]]['id'];return this[_0xe0fea1(0x11c)][_0x4cbd5c][_0xe0fea1(0x16e)](_0x43f996['id']),this[_0xe0fea1(0x11e)][_0x17c148]['push'](_0x43f996['id']),{'v8BreakpointId':_0x17c148,'locationStr':_0x4cbd5c};}[a35_0x523cc2(0x1b6)](_0x1b598d,_0x1cdadb){const _0x446e61=a35_0x523cc2,_0x482d0e=this[_0x446e61(0x1a9)]['expressionsEvalTimeoutMillis'],_0x28d9c0=_0x1b598d[_0x446e61(0x182)];if(_0x28d9c0){let _0x4482e6;if(this[_0x446e61(0x185)][_0x446e61(0x15a)])_0x4482e6=state['evaluate'](_0x28d9c0,_0x1cdadb,this[_0x446e61(0x18f)],!![],_0x482d0e);else{const _0xdf997d=process[_0x446e61(0x135)]();_0x4482e6=state[_0x446e61(0x18d)](_0x28d9c0,_0x1cdadb,this[_0x446e61(0x18f)],!![],_0x482d0e);const _0x5d98a1=process['hrtime'](_0xdf997d),_0x1c96cf=this[_0x446e61(0x162)](_0x5d98a1),_0x23a2af=this[_0x446e61(0x185)][_0x446e61(0x154)](_0x1c96cf,_0x1b598d);if(_0x23a2af)return[undefined,_0x23a2af];}if(_0x4482e6[_0x446e61(0x14b)])return this[_0x446e61(0x191)]['debug'](_0x446e61(0x173)+_0x28d9c0+'\x20due\x20to\x20error:\x20',_0x4482e6[_0x446e61(0x14b)]),[undefined,{...utils_1['errors'][_0x446e61(0x1b1)],'description':(utils_1[_0x446e61(0x184)][_0x446e61(0x1b1)][_0x446e61(0x19e)]||'')+_0x4482e6[_0x446e61(0x14b)][_0x446e61(0x19e)]}];if(!_0x4482e6['object'][_0x446e61(0x177)])return this[_0x446e61(0x191)][_0x446e61(0x15f)](_0x446e61(0x1b7)+_0x28d9c0+_0x446e61(0x172)),[![],undefined];}return[!![],undefined];}[a35_0x523cc2(0x148)](_0x43012b,_0x477a93,_0x4e713e){const _0x5e61c8=a35_0x523cc2,[_0x389337,_0x21b631]=this[_0x5e61c8(0x1b6)](_0x43012b,_0x4e713e[0x0]);if(_0x21b631!==undefined){(0x0,utils_1[_0x5e61c8(0x176)])(_0x477a93,_0x43012b,status_message_1[_0x5e61c8(0x132)][_0x5e61c8(0x174)],_0x21b631);return;}if(_0x389337===![])return;const _0x26b115=process[_0x5e61c8(0x135)]();try{this[_0x5e61c8(0x171)](_0x43012b,_0x4e713e);}catch(_0x6d96b2){return(0x0,utils_1[_0x5e61c8(0x176)])(_0x477a93,_0x43012b,status_message_1['StatusMessage'][_0x5e61c8(0x16c)],utils_1[_0x5e61c8(0x184)][_0x5e61c8(0x12a)]+_0x6d96b2);}const _0x787753=process[_0x5e61c8(0x135)](_0x26b115),_0x4c8fab=this[_0x5e61c8(0x162)](_0x787753);this['quotaManager'][_0x5e61c8(0x138)](_0x43012b['id'],_0x4c8fab),this[_0x5e61c8(0x191)][_0x5e61c8(0x15f)]((0x0,utils_1[_0x5e61c8(0x190)])('capture\x20time:\x20',_0x787753)),_0x477a93(null);}[a35_0x523cc2(0x171)](_0x32f581,_0x16a80e){const _0x3bef43=a35_0x523cc2,_0x4ffe82=[],_0x53d5d4=this;if(_0x32f581[_0x3bef43(0x19c)]&&this[_0x3bef43(0x133)][_0x32f581['id']][_0x3bef43(0x1b5)])for(let _0x5a317c=0x0;_0x5a317c<_0x32f581[_0x3bef43(0x19c)][_0x3bef43(0x1a4)];_0x5a317c++){try{_0x32f581[_0x3bef43(0x19c)][_0x5a317c]=this[_0x3bef43(0x133)][_0x32f581['id']][_0x3bef43(0x1b5)](_0x32f581[_0x3bef43(0x19c)][_0x5a317c]);}catch(_0x2ac2a5){this[_0x3bef43(0x191)][_0x3bef43(0x163)](_0x3bef43(0x164)+_0x32f581[_0x3bef43(0x19c)][_0x5a317c]+'\x20<<'),_0x4ffe82['push']({'name':_0x32f581[_0x3bef43(0x19c)][_0x5a317c],'status':new status_message_1[(_0x3bef43(0x132))](status_message_1['StatusMessage'][_0x3bef43(0x170)],utils_1[_0x3bef43(0x184)]['EXPRESSION_COMPILING_ERROR'],!![])}),_0x32f581[_0x3bef43(0x19c)]['splice'](_0x5a317c,0x1),_0x5a317c--;}}if(_0x32f581['action']===_0x3bef43(0x12f)){if(!_0x32f581[_0x3bef43(0x19c)])_0x32f581[_0x3bef43(0x196)]=[];else{const _0x1e68ea=_0x16a80e[0x0];_0x32f581[_0x3bef43(0x196)]=_0x32f581[_0x3bef43(0x19c)][_0x3bef43(0x198)](_0x1d496e=>{const _0x237dd7=_0x3bef43,_0x23e755=state[_0x237dd7(0x18d)](_0x1d496e,_0x1e68ea,_0x53d5d4[_0x237dd7(0x18f)],!![],this['config'][_0x237dd7(0x197)]);return _0x23e755[_0x237dd7(0x14b)]?_0x23e755[_0x237dd7(0x14b)]:_0x23e755[_0x237dd7(0x16d)][_0x237dd7(0x177)];});}}else{const _0x4863b7=state[_0x3bef43(0x17f)](_0x16a80e,_0x32f581,this['config'],this[_0x3bef43(0x181)],this[_0x3bef43(0x18f)],this[_0x3bef43(0x167)]);_0x32f581['location']&&(0x0,utils_1['isJavaScriptFile'])(_0x32f581[_0x3bef43(0x124)][_0x3bef43(0x137)])&&(_0x32f581[_0x3bef43(0x124)][_0x3bef43(0x188)]=_0x16a80e[0x0][_0x3bef43(0x124)][_0x3bef43(0x19a)]+0x1),_0x32f581[_0x3bef43(0x187)]=_0x4863b7[_0x3bef43(0x187)],_0x32f581[_0x3bef43(0x143)]=_0x4863b7[_0x3bef43(0x143)],_0x32f581[_0x3bef43(0x196)]=_0x4ffe82[_0x3bef43(0x1b8)](_0x4863b7[_0x3bef43(0x196)]);}}[a35_0x523cc2(0x126)](_0x354cfc){const _0x44b62f=a35_0x523cc2;try{if(!_0x354cfc[_0x44b62f(0x186)])return;const _0x8cc5f=_0x354cfc[_0x44b62f(0x186)][0x0],_0xf53a73=this[_0x44b62f(0x11e)][_0x8cc5f];if(!_0xf53a73)return;_0xf53a73['forEach'](_0x552cdc=>{const _0x25cc4b=_0x44b62f;this[_0x25cc4b(0x12b)][_0x552cdc][_0x25cc4b(0x1b0)]&&(this['logger'][_0x25cc4b(0x15f)](_0x25cc4b(0x150)+_0x552cdc),this[_0x25cc4b(0x12b)][_0x552cdc][_0x25cc4b(0x193)](_0x354cfc[_0x25cc4b(0x16a)]));});}catch(_0x4d8dbb){this['logger'][_0x44b62f(0x163)](_0x44b62f(0x158)+_0x4d8dbb);}}[a35_0x523cc2(0x162)](_0x3e1579){return _0x3e1579[0x0]*0x3b9aca00+_0x3e1579[0x1];}}exports[a35_0x523cc2(0x152)]=InspectorDebugApi;
1
+ const a35_0x1cbc4b=a35_0x7753;(function(_0x17cd4c,_0x19e710){const _0x3b7c50=a35_0x7753,_0x2f5189=_0x17cd4c();while(!![]){try{const _0x44940c=-parseInt(_0x3b7c50(0xdf))/0x1+parseInt(_0x3b7c50(0xfb))/0x2*(-parseInt(_0x3b7c50(0xe2))/0x3)+parseInt(_0x3b7c50(0x12d))/0x4+-parseInt(_0x3b7c50(0x138))/0x5*(-parseInt(_0x3b7c50(0xe9))/0x6)+-parseInt(_0x3b7c50(0xe8))/0x7+parseInt(_0x3b7c50(0x12b))/0x8+parseInt(_0x3b7c50(0xc6))/0x9*(parseInt(_0x3b7c50(0xc5))/0xa);if(_0x44940c===_0x19e710)break;else _0x2f5189['push'](_0x2f5189['shift']());}catch(_0x1470da){_0x2f5189['push'](_0x2f5189['shift']());}}}(a35_0x5cf0,0x9461f));const a35_0xed80c5=(function(){let _0xc07d65=!![];return function(_0x501a36,_0x48f316){const _0x56997c=_0xc07d65?function(){const _0x5846e0=a35_0x7753;if(_0x48f316){const _0x1c519f=_0x48f316[_0x5846e0(0x130)](_0x501a36,arguments);return _0x48f316=null,_0x1c519f;}}:function(){};return _0xc07d65=![],_0x56997c;};}()),a35_0x2ad890=a35_0xed80c5(this,function(){const _0x47e52f=a35_0x7753;return a35_0x2ad890['toString']()[_0x47e52f(0xb0)](_0x47e52f(0xa5))[_0x47e52f(0x112)]()[_0x47e52f(0xcf)](a35_0x2ad890)['search'](_0x47e52f(0xa5));});a35_0x2ad890();function a35_0x7753(_0x1c9634,_0x1c0b5d){const _0x1799ef=a35_0x5cf0();return a35_0x7753=function(_0x2ad890,_0xed80c5){_0x2ad890=_0x2ad890-0x98;let _0x5cf058=_0x1799ef[_0x2ad890];return _0x5cf058;},a35_0x7753(_0x1c9634,_0x1c0b5d);}function a35_0x5cf0(){const _0x4cca0d=['evaluatedExpressions','numBreakpoints_','getBreakpointCompiler','bind','location','isJavaScriptFile','hrtime','SOURCE_FILE_NOT_FOUND','needsRecoveryTime','win32','lines','logMessageFormat','.\x20Potential\x20matches:\x20','value','112868rTNLJr','some','breakpoints','2133POdPHg','cleanupAsyncCallStackInterval','maxHitCount','setAndStoreBreakpoint','processCondition','sourcemapper','634319HeYWNR','48PaVQOH','setErrorStatusAndCallback','BREAKPOINT_PATH_BLOCKED','../state/inspector-state','BreakpointData','breakpointId','handleDebugPausedEvent','quotaManager','debug','ignoreQuota','expressionsEvalTimeoutMillis','file:///','capture','isFileIndexed','ERROR_COMPILING_CONDITION','shouldUseWellFormattedUrl','undefined','V8_BREAKPOINT_ERROR','1790KGSwoL','../blocklisting/dummy-blocklist-manager','hasMappingInfo','length','stringify','replace','DISALLOWED_EXPRESSION','push','InspectorDebugApi','CAPTURE_BREAKPOINT_DATA','breakpointMapper','condition','object','defineProperty','keys','action','hitBreakpoints','column','satisfies','fileStats','blocklistManager','expressions','numBreakpoints','toString','COULD_NOT_FIND_MAPPING_FILE','detach','formatInterval','response','warn','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','INVALID_BREAKPOINT','parsedCondition','message','logger','SYNTAX_ERROR_IN_CONDITION','script','setInternal','parse','\x20<<','>>>breakpoint\x20hit<<<\x20number:\x20','concat','locationMapper','ERROR_EVALUATING_CONDITION','StatusMessage','isValid','javascriptFileExtensions','../util/validator.js','1867520jMcbvx','disable','45616BalKeb','setBreakpointByUrl\x20error:\x20','evaluate','apply','V8_BREAKPOINT_CLEAR_ERROR','SOURCE_FILE_AMBIGUOUS','onBreakpointHit','resetV8DebuggerThreshold','v8Inspector','description','../util/utils','168185ivIxHd','numListeners_','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','normalize','splice','enabled','./debugapi','callFrames','listeners','>10.11.0','line','BREAKPOINT_CONDITION','VARIABLE_VALUE','removeBreakpoint','stackFrames','shouldBlock','map','wait','(((.+)+)+)+$','set','locationStr','../../client/stackdriver/status-message','enable','path','config','scriptId','scriptMapper','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','\x20due\x20to\x20error:\x20','search','<10.16\x20||\x20>=11\x20<11.11','LOG','setBreakpointByUrl','listener','V8Inspector','INVALID_LINE_NUMBER','changeToNS','UNSPECIFIED','error','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','Unable\x20to\x20compile\x20condition\x20>>\x20','BREAKPOINT_SOURCE_LOCATION','v8BreakpointId','version','compile','substring','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','errors','variableTable','clear','1867330Mirlnz','45nIkxrH','fileIndex','remainingHits','captureBreakpointData','file','quota','\x20deployed\x20source.','./v8inspector','>=11','constructor','MODULE_WRAP_PREFIX_LENGTH'];a35_0x5cf0=function(){return _0x4cca0d;};return a35_0x5cf0();}'use strict';Object[a35_0x1cbc4b(0x108)](exports,'__esModule',{'value':!![]}),exports[a35_0x1cbc4b(0x103)]=exports[a35_0x1cbc4b(0xed)]=void 0x0;const acorn=require('acorn'),path=require(a35_0x1cbc4b(0xaa)),status_message_1=require(a35_0x1cbc4b(0xa8)),state=require(a35_0x1cbc4b(0xec)),utils_1=require(a35_0x1cbc4b(0x137)),debugapi=require(a35_0x1cbc4b(0x99)),v8inspector_1=require(a35_0x1cbc4b(0xcd)),dummy_blocklist_manager_1=require(a35_0x1cbc4b(0xfc)),USE_MODULE_PREFIX=(0x0,utils_1['satisfies'])(process[a35_0x1cbc4b(0xbe)],a35_0x1cbc4b(0xb1));class BreakpointData{constructor(_0xb48387,_0x158a29,_0x352309,_0x1bc57b,_0x9960ce,_0x5194bd,_0x5e8cb3,_0x31edfe){const _0x183eb8=a35_0x1cbc4b;this['id']=_0xb48387,this['apiBreakpoint']=_0x158a29,this[_0x183eb8(0x11b)]=_0x352309,this[_0x183eb8(0xa7)]=_0x1bc57b,this[_0x183eb8(0xbf)]=_0x9960ce,this[_0x183eb8(0xc8)]=_0x5194bd,this[_0x183eb8(0xf2)]=_0x5e8cb3,this['pipingStatus']=_0x31edfe;}}exports[a35_0x1cbc4b(0xed)]=BreakpointData;class InspectorDebugApi{constructor(_0xdcfb5e,_0x1ca8f8,_0x2e779b,_0x14fbaf,_0x5b5401){const _0x46be4a=a35_0x1cbc4b;this[_0x46be4a(0xe1)]={},this[_0x46be4a(0x9b)]={},this['scriptMapper']={},this[_0x46be4a(0x125)]={},this['breakpointMapper']={},this[_0x46be4a(0x111)]=0x0,this[_0x46be4a(0xe3)]=null,this[_0x46be4a(0x11d)]=_0xdcfb5e,this['config']=_0x1ca8f8,this[_0x46be4a(0xc7)]=_0x2e779b,this[_0x46be4a(0xe7)]=_0x14fbaf,this[_0x46be4a(0x135)]=new v8inspector_1[(_0x46be4a(0xb5))](_0xdcfb5e,(0x0,utils_1[_0x46be4a(0x10d)])(process[_0x46be4a(0xbe)],_0x46be4a(0x9c)),this[_0x46be4a(0xab)][_0x46be4a(0x134)],_0x3958df=>{const _0x31e62a=_0x46be4a;this[_0x31e62a(0xad)][_0x3958df[_0x31e62a(0xac)]]=_0x3958df;},_0x58ce63=>{const _0x5b2686=_0x46be4a;try{this[_0x5b2686(0xef)](_0x58ce63);}catch(_0x495d46){this[_0x5b2686(0x11d)][_0x5b2686(0xb9)](_0x495d46);}}),this[_0x46be4a(0xf0)]=_0x5b5401,this[_0x46be4a(0x10f)]=new dummy_blocklist_manager_1['DummyBlocklistManager'](!![]);}[a35_0x1cbc4b(0xa6)](_0x1bbfcc,_0xdfc51){const _0x2d9674=a35_0x1cbc4b;if(!_0x1bbfcc||typeof _0x1bbfcc['id']==='undefined'||!_0x1bbfcc[_0x2d9674(0xd5)]||!_0x1bbfcc['location'][_0x2d9674(0xaa)]||!_0x1bbfcc[_0x2d9674(0xd5)][_0x2d9674(0x9d)])return(0x0,utils_1[_0x2d9674(0xea)])(_0xdfc51,_0x1bbfcc,status_message_1[_0x2d9674(0x127)][_0x2d9674(0xb8)],utils_1[_0x2d9674(0xc2)][_0x2d9674(0x11a)]);const _0xb0e7da=path[_0x2d9674(0x13b)](_0x1bbfcc[_0x2d9674(0xd5)]['path']);if(!this[_0x2d9674(0xe7)][_0x2d9674(0xfd)](_0xb0e7da)){const _0x5d8c6c=path['extname'](_0xb0e7da);if(!this[_0x2d9674(0xab)][_0x2d9674(0x129)]['includes'](_0x5d8c6c)){const _0x5f2cab=_0xb0e7da[_0x2d9674(0xc0)](0x0,_0xb0e7da['length']-_0x5d8c6c[_0x2d9674(0xfe)]),_0x1a645f=this[_0x2d9674(0xab)]['javascriptFileExtensions']['map'](_0x26882c=>_0x5f2cab+_0x26882c)[_0x2d9674(0xe0)](_0x374613=>(0x0,utils_1[_0x2d9674(0xf6)])(_0x374613,this[_0x2d9674(0xc7)])),_0x3b9d30=_0x1a645f?utils_1[_0x2d9674(0xc2)][_0x2d9674(0x113)]:utils_1['errors']['SOURCE_FILE_NOT_FOUND'];return(0x0,utils_1[_0x2d9674(0xea)])(_0xdfc51,_0x1bbfcc,status_message_1[_0x2d9674(0x127)]['BREAKPOINT_SOURCE_LOCATION'],_0x3b9d30);}this[_0x2d9674(0x120)](_0x1bbfcc,null,null,_0xdfc51);}else{const _0x46722a=_0x1bbfcc['location'][_0x2d9674(0x9d)],_0x47ceaa=0x0,_0x14ffe2=this[_0x2d9674(0xe7)]['mappingInfo'](_0xb0e7da,_0x46722a,_0x47ceaa),_0x337415=(0x0,utils_1[_0x2d9674(0xd3)])(_0x1bbfcc);if(_0x1bbfcc[_0x2d9674(0x106)]&&_0x337415)try{_0x1bbfcc[_0x2d9674(0x106)]=_0x337415(_0x1bbfcc[_0x2d9674(0x106)]);}catch(_0x3044a1){return this[_0x2d9674(0x11d)][_0x2d9674(0x117)](_0x2d9674(0xbb)+_0x1bbfcc[_0x2d9674(0x106)]+_0x2d9674(0x122)),(0x0,utils_1[_0x2d9674(0xea)])(_0xdfc51,_0x1bbfcc,status_message_1[_0x2d9674(0x127)][_0x2d9674(0x9e)],utils_1[_0x2d9674(0xc2)][_0x2d9674(0xf7)]);}this['setInternal'](_0x1bbfcc,_0x14ffe2,_0x337415,_0xdfc51);}}[a35_0x1cbc4b(0xc4)](_0xae80d9,_0x2655e4){const _0x403c34=a35_0x1cbc4b;if(typeof _0xae80d9['id']===_0x403c34(0xf9))return this[_0x403c34(0x11d)][_0x403c34(0xf1)](_0x403c34(0x13a)),(0x0,utils_1['setErrorStatusAndCallback'])(_0x2655e4,_0xae80d9,status_message_1[_0x403c34(0x127)][_0x403c34(0x9e)],utils_1[_0x403c34(0xc2)][_0x403c34(0x131)]);const _0x128732=this['breakpoints'][_0xae80d9['id']];if(!_0x128732)return this[_0x403c34(0x11d)][_0x403c34(0xf1)](_0x403c34(0xba)+_0xae80d9['id']),(0x0,utils_1[_0x403c34(0xea)])(_0x2655e4,_0xae80d9,status_message_1[_0x403c34(0x127)][_0x403c34(0x9e)],utils_1['errors'][_0x403c34(0x131)]);const _0x546cdc=_0x128732[_0x403c34(0xa7)],_0xb00223=_0x128732['id'];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x403c34(0x125)][_0x546cdc],_0xae80d9['id']);this[_0x403c34(0x125)][_0x546cdc]['length']===0x0&&delete this[_0x403c34(0x125)][_0x546cdc];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x403c34(0x105)][_0xb00223],_0xae80d9['id']);this[_0x403c34(0x105)][_0xb00223][_0x403c34(0xfe)]===0x0&&delete this['breakpointMapper'][_0xb00223];let _0x30d198={};!this[_0x403c34(0x105)][_0x128732['id']]&&(_0x30d198=this[_0x403c34(0x135)][_0x403c34(0xa0)](_0x128732['id'])),delete this['breakpoints'][_0xae80d9['id']],delete this[_0x403c34(0x9b)][_0xae80d9['id']],this['numBreakpoints']--,setImmediate(()=>{const _0x39da21=_0x403c34;_0x30d198[_0x39da21(0xb9)]&&_0x2655e4(_0x30d198[_0x39da21(0xb9)]),_0x2655e4(null);});}[a35_0x1cbc4b(0xa4)](_0x3a4003,_0x28f3cb){const _0xe99c00=a35_0x1cbc4b,_0x439306=this[_0xe99c00(0x133)][_0xe99c00(0xd4)](this,_0x3a4003,_0x8e39b7=>{const _0xf64427=_0xe99c00,_0x1bf835=--this[_0xf64427(0xe1)][_0x3a4003['id']][_0xf64427(0xc8)];(_0x1bf835<=0x0||_0x8e39b7)&&(this[_0xf64427(0x9b)][_0x3a4003['id']][_0xf64427(0x98)]=![]),_0x28f3cb(_0x8e39b7||undefined);});this[_0xe99c00(0x9b)][_0x3a4003['id']]={'enabled':!![],'listener':_0x439306};}['log'](_0xe7083a,_0x4d6ae9,_0x2b4786,_0x30d5d3){const _0x366813=a35_0x1cbc4b,_0x2c2400=this[_0x366813(0x133)][_0x366813(0xd4)](this,_0xe7083a,_0x3b4861=>{const _0x4e9dcb=_0x366813;if(_0x3b4861){this['listeners'][_0xe7083a['id']][_0x4e9dcb(0x98)]=![],setImmediate(()=>{_0x30d5d3(_0x3b4861||undefined);});return;}_0x4d6ae9(_0xe7083a[_0x4e9dcb(0xdc)],_0xe7083a[_0x4e9dcb(0xd1)]),_0xe7083a[_0x4e9dcb(0xd1)]=[],_0x2b4786()?this[_0x4e9dcb(0x9b)][_0xe7083a['id']][_0x4e9dcb(0x98)]=![]:this[_0x4e9dcb(0xf0)][_0x4e9dcb(0xd9)](_0xe7083a['id'])&&(this[_0x4e9dcb(0x9b)][_0xe7083a['id']][_0x4e9dcb(0x98)]=![],setTimeout(()=>{const _0x59b85c=_0x4e9dcb;!_0x2b4786()&&this['listeners'][_0xe7083a['id']]&&(this[_0x59b85c(0x9b)][_0xe7083a['id']][_0x59b85c(0x98)]=!![]),this[_0x59b85c(0xf0)]['recovered'](_0xe7083a['id']);},this['config'][_0x4e9dcb(0xcb)]['quotaRecoverySeconds']*0x3e8));});this[_0x366813(0x9b)][_0xe7083a['id']]={'enabled':!![],'listener':_0x2c2400};}['disconnect'](){const _0x59352f=a35_0x1cbc4b;this[_0x59352f(0x135)][_0x59352f(0x114)]();}['enable'](){const _0x438e4c=a35_0x1cbc4b;this[_0x438e4c(0x135)][_0x438e4c(0xa9)]();}[a35_0x1cbc4b(0x12c)](){const _0x27090f=a35_0x1cbc4b;this[_0x27090f(0x135)]['disable']();}[a35_0x1cbc4b(0xd2)](){const _0x525251=a35_0x1cbc4b;return Object[_0x525251(0x109)](this['breakpoints'])[_0x525251(0xfe)];}[a35_0x1cbc4b(0x139)](){const _0x49945b=a35_0x1cbc4b;return Object['keys'](this[_0x49945b(0x9b)])[_0x49945b(0xfe)];}['remainingHits'](_0x2f3a96){const _0x176423=a35_0x1cbc4b;return this[_0x176423(0xe1)][_0x2f3a96]['remainingHits'];}['setBlocklistManager'](_0x43ebfa){this['blocklistManager']=_0x43ebfa;}[a35_0x1cbc4b(0x120)](_0x1aa3db,_0x26c192,_0x5db44d,_0x46200c){const _0x137ca6=a35_0x1cbc4b;let _0x332cbc=null;if(_0x1aa3db['condition'])try{_0x332cbc=acorn[_0x137ca6(0x121)](_0x1aa3db[_0x137ca6(0x106)],{'sourceType':_0x137ca6(0x11f),'ecmaVersion':0x6});const _0x4fddce=require(_0x137ca6(0x12a));if(!_0x4fddce[_0x137ca6(0x128)](_0x332cbc,![]))return(0x0,utils_1[_0x137ca6(0xea)])(_0x46200c,_0x1aa3db,status_message_1[_0x137ca6(0x127)][_0x137ca6(0x9e)],utils_1[_0x137ca6(0xc2)][_0x137ca6(0x101)]);}catch(_0x1b74f0){const _0xca4ec5=utils_1[_0x137ca6(0xc2)][_0x137ca6(0x11e)]+_0x1b74f0[_0x137ca6(0x11c)];return(0x0,utils_1[_0x137ca6(0xea)])(_0x46200c,_0x1aa3db,status_message_1[_0x137ca6(0x127)]['BREAKPOINT_CONDITION'],_0xca4ec5);}let _0x42aadb;const _0x182906=_0x26c192?_0x26c192[_0x137ca6(0xca)]:path[_0x137ca6(0x13b)](_0x1aa3db['location'][_0x137ca6(0xaa)]),_0x35aa8f=(0x0,utils_1['findScripts'])(_0x182906,this[_0x137ca6(0xab)],this[_0x137ca6(0xc7)],this[_0x137ca6(0x11d)]);if(_0x35aa8f['length']===0x0)return(0x0,utils_1[_0x137ca6(0xea)])(_0x46200c,_0x1aa3db,status_message_1[_0x137ca6(0x127)][_0x137ca6(0xbc)],utils_1[_0x137ca6(0xc2)][_0x137ca6(0xd8)]);else{if(_0x35aa8f['length']===0x1)_0x42aadb=_0x35aa8f[0x0];else return this['logger']['warn']('Unable\x20to\x20unambiguously\x20find\x20'+_0x182906+_0x137ca6(0xdd)+_0x35aa8f),(0x0,utils_1[_0x137ca6(0xea)])(_0x46200c,_0x1aa3db,status_message_1[_0x137ca6(0x127)][_0x137ca6(0xbc)],utils_1[_0x137ca6(0xc2)][_0x137ca6(0x132)]);}if(this[_0x137ca6(0x10f)][_0x137ca6(0xa2)](_0x42aadb))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x46200c,_0x1aa3db,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x137ca6(0xc2)][_0x137ca6(0xeb)]);let _0x7d691a=_0x26c192&&_0x26c192[_0x137ca6(0x10c)]?_0x26c192['column']:_0x1aa3db[_0x137ca6(0xd5)][_0x137ca6(0x10c)]||0x1;const _0xbe4da7=_0x26c192?_0x26c192[_0x137ca6(0x9d)]:_0x1aa3db[_0x137ca6(0xd5)][_0x137ca6(0x9d)];USE_MODULE_PREFIX&&_0xbe4da7===0x1&&(_0x7d691a+=debugapi[_0x137ca6(0xd0)]-0x1);if(_0xbe4da7>=this[_0x137ca6(0xc7)][_0x137ca6(0x10e)][_0x42aadb]['lines']||_0xbe4da7<0x1)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x46200c,_0x1aa3db,status_message_1[_0x137ca6(0x127)][_0x137ca6(0xbc)],{...utils_1['errors'][_0x137ca6(0xb6)],'description':utils_1[_0x137ca6(0xc2)][_0x137ca6(0xb6)][_0x137ca6(0x136)]+_0x42aadb+':'+_0xbe4da7+'.\x20Loaded\x20script\x20contained\x20'+this[_0x137ca6(0xc7)][_0x137ca6(0x10e)][_0x42aadb][_0x137ca6(0xdb)]+'\x20lines.\x20Please\x20ensure'+_0x137ca6(0xc1)+_0x137ca6(0xcc)});const _0x17bd0a=this['setAndStoreBreakpoint'](_0x1aa3db,_0xbe4da7,_0x7d691a,_0x42aadb);if(!_0x17bd0a)return(0x0,utils_1[_0x137ca6(0xea)])(_0x46200c,_0x1aa3db,status_message_1[_0x137ca6(0x127)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x137ca6(0xc2)][_0x137ca6(0xfa)]);this['breakpoints'][_0x1aa3db['id']]=new BreakpointData(_0x17bd0a[_0x137ca6(0xbd)],_0x1aa3db,_0x332cbc,_0x17bd0a[_0x137ca6(0xa7)],_0x5db44d,_0x1aa3db[_0x137ca6(0xe4)]||0x1,_0x1aa3db[_0x137ca6(0xf2)],_0x1aa3db['pipingStatus']),this[_0x137ca6(0x111)]++,setImmediate(()=>{_0x46200c(null);});}[a35_0x1cbc4b(0xe5)](_0xb7a681,_0x590f17,_0x354980,_0x141699){const _0x48e7dc=a35_0x1cbc4b,_0x54fc63=JSON[_0x48e7dc(0xff)]({..._0xb7a681['location'],'path':_0x141699});let _0x287900;if(!this[_0x48e7dc(0x125)][_0x54fc63]){const _0x5b9dc8=this[_0x48e7dc(0x135)][_0x48e7dc(0xf8)]()?'file://'+_0x141699:_0x141699,_0x63059d=process['platform']===_0x48e7dc(0xda)&&(0x0,utils_1[_0x48e7dc(0x10d)])(process[_0x48e7dc(0xbe)],_0x48e7dc(0xce))?_0x5b9dc8['replace'](/^file:\/\//,_0x48e7dc(0xf4))[_0x48e7dc(0x100)](/\\/g,'/'):_0x5b9dc8,_0x5682fa=this[_0x48e7dc(0x135)][_0x48e7dc(0xb3)]({'lineNumber':_0x590f17-0x1,'url':encodeURI(_0x63059d),'columnNumber':_0x354980-0x1});if(_0x5682fa[_0x48e7dc(0xb9)]||!_0x5682fa[_0x48e7dc(0x116)])return this['logger'][_0x48e7dc(0xb9)](_0x48e7dc(0x119)+_0x63059d+':'+_0x590f17+',\x20'+(_0x48e7dc(0x12e)+JSON['stringify'](_0x5682fa[_0x48e7dc(0xb9)]))),null;_0x287900=_0x5682fa['response'][_0x48e7dc(0xee)],delete this[_0x48e7dc(0x125)][_0x54fc63],delete this[_0x48e7dc(0x105)][_0x287900],this[_0x48e7dc(0x125)][_0x54fc63]=[],this[_0x48e7dc(0x105)][_0x287900]=[];}else _0x287900=this['breakpoints'][this[_0x48e7dc(0x125)][_0x54fc63][0x0]]['id'];return this[_0x48e7dc(0x125)][_0x54fc63][_0x48e7dc(0x102)](_0xb7a681['id']),this[_0x48e7dc(0x105)][_0x287900]['push'](_0xb7a681['id']),{'v8BreakpointId':_0x287900,'locationStr':_0x54fc63};}['processCondition'](_0x1e7554,_0xef113){const _0x2beb80=a35_0x1cbc4b,_0x402be7=this[_0x2beb80(0xab)][_0x2beb80(0xf3)],_0x15c3b5=_0x1e7554[_0x2beb80(0x106)];if(_0x15c3b5){let _0x1af247;if(this['quotaManager'][_0x2beb80(0xf2)])_0x1af247=state[_0x2beb80(0x12f)](_0x15c3b5,_0xef113,this[_0x2beb80(0x135)],!![],_0x402be7);else{const _0x565dc4=process[_0x2beb80(0xd7)]();_0x1af247=state[_0x2beb80(0x12f)](_0x15c3b5,_0xef113,this[_0x2beb80(0x135)],!![],_0x402be7);const _0x11983a=process[_0x2beb80(0xd7)](_0x565dc4),_0x597ac5=this[_0x2beb80(0xb7)](_0x11983a),_0x1ee4e1=this[_0x2beb80(0xf0)]['applyConditionQuota'](_0x597ac5,_0x1e7554);if(_0x1ee4e1)return[undefined,_0x1ee4e1];}if(_0x1af247[_0x2beb80(0xb9)])return this['logger'][_0x2beb80(0xf1)]('Failed\x20to\x20evaluate\x20condition\x20'+_0x15c3b5+_0x2beb80(0xaf),_0x1af247[_0x2beb80(0xb9)]),[undefined,{...utils_1[_0x2beb80(0xc2)][_0x2beb80(0x126)],'description':(utils_1[_0x2beb80(0xc2)]['ERROR_EVALUATING_CONDITION'][_0x2beb80(0x136)]||'')+_0x1af247[_0x2beb80(0xb9)][_0x2beb80(0x136)]}];if(!_0x1af247[_0x2beb80(0x107)][_0x2beb80(0xde)])return this[_0x2beb80(0x11d)][_0x2beb80(0xf1)]('condition\x20'+_0x15c3b5+_0x2beb80(0x118)),[![],undefined];}return[!![],undefined];}[a35_0x1cbc4b(0x133)](_0x2856cb,_0x4de924,_0x9fef7e){const _0xcdb4d5=a35_0x1cbc4b,[_0x2aba9b,_0x3d118d]=this[_0xcdb4d5(0xe6)](_0x2856cb,_0x9fef7e[0x0]);if(_0x3d118d!==undefined){(0x0,utils_1[_0xcdb4d5(0xea)])(_0x4de924,_0x2856cb,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],_0x3d118d);return;}if(_0x2aba9b===![])return;const _0x57b662=process[_0xcdb4d5(0xd7)]();try{this[_0xcdb4d5(0xc9)](_0x2856cb,_0x9fef7e);}catch(_0x5ce212){return(0x0,utils_1[_0xcdb4d5(0xea)])(_0x4de924,_0x2856cb,status_message_1[_0xcdb4d5(0x127)][_0xcdb4d5(0xbc)],utils_1[_0xcdb4d5(0xc2)][_0xcdb4d5(0x104)]+_0x5ce212);}const _0x1aa633=process[_0xcdb4d5(0xd7)](_0x57b662),_0xa1cacd=this[_0xcdb4d5(0xb7)](_0x1aa633);this[_0xcdb4d5(0xf0)]['applyDynamicLogsCPUQuota'](_0x2856cb['id'],_0xa1cacd),this[_0xcdb4d5(0x11d)]['debug']((0x0,utils_1[_0xcdb4d5(0x115)])('capture\x20time:\x20',_0x1aa633)),_0x4de924(null);}[a35_0x1cbc4b(0xc9)](_0x4b4aa7,_0x430de5){const _0x4132f6=a35_0x1cbc4b,_0x604875=[],_0x530dc9=this;if(_0x4b4aa7[_0x4132f6(0x110)]&&this['breakpoints'][_0x4b4aa7['id']]['compile'])for(let _0x12e2b9=0x0;_0x12e2b9<_0x4b4aa7[_0x4132f6(0x110)][_0x4132f6(0xfe)];_0x12e2b9++){try{_0x4b4aa7[_0x4132f6(0x110)][_0x12e2b9]=this[_0x4132f6(0xe1)][_0x4b4aa7['id']][_0x4132f6(0xbf)](_0x4b4aa7[_0x4132f6(0x110)][_0x12e2b9]);}catch(_0x15890e){this[_0x4132f6(0x11d)][_0x4132f6(0x117)](_0x4132f6(0xae)+_0x4b4aa7['expressions'][_0x12e2b9]+_0x4132f6(0x122)),_0x604875[_0x4132f6(0x102)]({'name':_0x4b4aa7[_0x4132f6(0x110)][_0x12e2b9],'status':new status_message_1[(_0x4132f6(0x127))](status_message_1[_0x4132f6(0x127)][_0x4132f6(0x9f)],utils_1[_0x4132f6(0xc2)]['EXPRESSION_COMPILING_ERROR'],!![])}),_0x4b4aa7['expressions'][_0x4132f6(0x13c)](_0x12e2b9,0x1),_0x12e2b9--;}}if(_0x4b4aa7[_0x4132f6(0x10a)]===_0x4132f6(0xb2)){if(!_0x4b4aa7['expressions'])_0x4b4aa7[_0x4132f6(0xd1)]=[];else{const _0x2d13db=_0x430de5[0x0];_0x4b4aa7[_0x4132f6(0xd1)]=_0x4b4aa7[_0x4132f6(0x110)][_0x4132f6(0xa3)](_0x68bc85=>{const _0x3b5ec6=_0x4132f6,_0x5d66ad=state[_0x3b5ec6(0x12f)](_0x68bc85,_0x2d13db,_0x530dc9['v8Inspector'],!![],this['config'][_0x3b5ec6(0xf3)]);return _0x5d66ad['error']?_0x5d66ad[_0x3b5ec6(0xb9)]:_0x5d66ad[_0x3b5ec6(0x107)][_0x3b5ec6(0xde)];});}}else{const _0x2edd0=state[_0x4132f6(0xf5)](_0x430de5,_0x4b4aa7,this['config'],this[_0x4132f6(0xad)],this[_0x4132f6(0x135)],this[_0x4132f6(0x10f)]);_0x4b4aa7[_0x4132f6(0xd5)]&&(0x0,utils_1[_0x4132f6(0xd6)])(_0x4b4aa7['location'][_0x4132f6(0xaa)])&&(_0x4b4aa7['location']['line']=_0x430de5[0x0]['location']['lineNumber']+0x1),_0x4b4aa7[_0x4132f6(0xa1)]=_0x2edd0['stackFrames'],_0x4b4aa7[_0x4132f6(0xc3)]=_0x2edd0[_0x4132f6(0xc3)],_0x4b4aa7[_0x4132f6(0xd1)]=_0x604875[_0x4132f6(0x124)](_0x2edd0[_0x4132f6(0xd1)]);}}['handleDebugPausedEvent'](_0x2b112b){const _0x4ff595=a35_0x1cbc4b;try{if(!_0x2b112b[_0x4ff595(0x10b)])return;const _0x404a39=_0x2b112b[_0x4ff595(0x10b)][0x0],_0x138e6e=this[_0x4ff595(0x105)][_0x404a39];if(!_0x138e6e)return;_0x138e6e['forEach'](_0x3ef52b=>{const _0x235cf9=_0x4ff595;this[_0x235cf9(0x9b)][_0x3ef52b][_0x235cf9(0x98)]&&(this[_0x235cf9(0x11d)]['debug'](_0x235cf9(0x123)+_0x3ef52b),this['listeners'][_0x3ef52b][_0x235cf9(0xb4)](_0x2b112b[_0x235cf9(0x9a)]));});}catch(_0x9045cc){this[_0x4ff595(0x11d)]['warn']('Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20'+_0x9045cc);}}[a35_0x1cbc4b(0xb7)](_0x33eb5f){return _0x33eb5f[0x0]*0x3b9aca00+_0x33eb5f[0x1];}}exports[a35_0x1cbc4b(0x103)]=InspectorDebugApi;
@@ -1 +1 @@
1
- const a36_0x5002e9=a36_0xe6e8;(function(_0x54b0e0,_0x14ecff){const _0x4fbd79=a36_0xe6e8,_0x3deb82=_0x54b0e0();while(!![]){try{const _0x3af26f=parseInt(_0x4fbd79(0x1b2))/0x1*(parseInt(_0x4fbd79(0x19e))/0x2)+-parseInt(_0x4fbd79(0x1b8))/0x3+-parseInt(_0x4fbd79(0x1bc))/0x4*(-parseInt(_0x4fbd79(0x15e))/0x5)+-parseInt(_0x4fbd79(0x1e8))/0x6*(-parseInt(_0x4fbd79(0x1ac))/0x7)+parseInt(_0x4fbd79(0x1e1))/0x8*(-parseInt(_0x4fbd79(0x15d))/0x9)+-parseInt(_0x4fbd79(0x16d))/0xa*(parseInt(_0x4fbd79(0x197))/0xb)+-parseInt(_0x4fbd79(0x161))/0xc*(-parseInt(_0x4fbd79(0x1c5))/0xd);if(_0x3af26f===_0x14ecff)break;else _0x3deb82['push'](_0x3deb82['shift']());}catch(_0x541ed1){_0x3deb82['push'](_0x3deb82['shift']());}}}(a36_0x559a,0x2a9f7));const a36_0x9a35c1=(function(){let _0x5aad8f=!![];return function(_0x36882c,_0x3f5355){const _0x4e402a=_0x5aad8f?function(){const _0x22ba8e=a36_0xe6e8;if(_0x3f5355){const _0x437007=_0x3f5355[_0x22ba8e(0x190)](_0x36882c,arguments);return _0x3f5355=null,_0x437007;}}:function(){};return _0x5aad8f=![],_0x4e402a;};}()),a36_0x52f422=a36_0x9a35c1(this,function(){const _0x2745af=a36_0xe6e8;return a36_0x52f422['toString']()['search'](_0x2745af(0x1d5))[_0x2745af(0x176)]()['constructor'](a36_0x52f422)[_0x2745af(0x19c)]('(((.+)+)+)+$');});a36_0x52f422();'use strict';Object['defineProperty'](exports,a36_0x5002e9(0x1ce),{'value':!![]}),exports[a36_0x5002e9(0x1ca)]=exports[a36_0x5002e9(0x1f2)]=void 0x0;const acorn=require(a36_0x5002e9(0x189)),path=require('path'),semver=require(a36_0x5002e9(0x185)),vm=require('vm'),status_message_1=require(a36_0x5002e9(0x172)),state=require(a36_0x5002e9(0x1ec)),utils_1=require(a36_0x5002e9(0x192)),debugapi=require(a36_0x5002e9(0x174)),dummy_blocklist_manager_1=require('../blocklisting/dummy-blocklist-manager');function a36_0xe6e8(_0x329faf,_0x15dd77){const _0x42e1e0=a36_0x559a();return a36_0xe6e8=function(_0x52f422,_0x9a35c1){_0x52f422=_0x52f422-0x15c;let _0x559a00=_0x42e1e0[_0x52f422];return _0x559a00;},a36_0xe6e8(_0x329faf,_0x15dd77);}class V8BreakpointData{constructor(_0x2f87a2,_0x279d60,_0x21b7b7,_0x1f4edd){const _0x3db531=a36_0x5002e9;this['apiBreakpoint']=_0x2f87a2,this[_0x3db531(0x1e3)]=_0x279d60,this['parsedCondition']=_0x21b7b7,this[_0x3db531(0x173)]=_0x1f4edd;}}exports[a36_0x5002e9(0x1f2)]=V8BreakpointData;class V8DebugApi{constructor(_0x1a84ce,_0x2241a4,_0x5292d9,_0x1a916f,_0x5b4ea3){const _0x3532e9=a36_0x5002e9;this[_0x3532e9(0x1d2)]={},this[_0x3532e9(0x178)]={},this[_0x3532e9(0x1b4)]=0x0,this[_0x3532e9(0x168)]=_0x1a916f,this['v8']=vm['runInDebugContext'](_0x3532e9(0x1bd)),this[_0x3532e9(0x165)]=_0x2241a4,this[_0x3532e9(0x1d3)]=_0x5292d9,this[_0x3532e9(0x1e7)]=/(\d+\.\d+\.\d+)\.\d+/[_0x3532e9(0x1c1)](process['versions']['v8']),this[_0x3532e9(0x1b6)]=_0x1a84ce,this['usePermanentListener']=semver[_0x3532e9(0x166)](this[_0x3532e9(0x1e7)][0x1],_0x3532e9(0x1df)),this[_0x3532e9(0x169)]=_0x5b4ea3,this[_0x3532e9(0x1e6)]=new dummy_blocklist_manager_1[(_0x3532e9(0x19b))](!![]),this[_0x3532e9(0x1c4)]=(_0x37db71,_0x503058,_0xcca369)=>{const _0x5ccae5=_0x3532e9;try{switch(_0x37db71){case this['v8'][_0x5ccae5(0x181)][_0x5ccae5(0x179)]:_0xcca369[_0x5ccae5(0x1c6)]()[_0x5ccae5(0x187)](_0x5f273d=>{const _0x440f2c=_0x5ccae5,_0x53877d=_0x5f273d['script_break_point']()[_0x440f2c(0x1f0)]();this[_0x440f2c(0x178)][_0x53877d][_0x440f2c(0x1ad)]&&(this['logger'][_0x440f2c(0x17e)]('>>>V8\x20breakpoint\x20hit<<<\x20number:\x20'+_0x53877d),this[_0x440f2c(0x178)][_0x53877d][_0x440f2c(0x1b0)](_0x503058,_0xcca369));});break;default:}}catch(_0x1b031a){this[_0x5ccae5(0x1b6)][_0x5ccae5(0x16a)](_0x5ccae5(0x1be)+_0x1b031a);}},this[_0x3532e9(0x1ab)]&&(this[_0x3532e9(0x1b6)]['info']('activating\x20v8\x20breakpoint\x20listener\x20(permanent)'),this['v8'][_0x3532e9(0x167)](this['handleDebugEvents']));}['set'](_0x36fe24,_0x125a78){const _0x14b58c=a36_0x5002e9;if(!this['v8']||!_0x36fe24||typeof _0x36fe24['id']==='undefined'||!_0x36fe24[_0x14b58c(0x160)]||!_0x36fe24[_0x14b58c(0x160)][_0x14b58c(0x1e2)]||!_0x36fe24[_0x14b58c(0x160)][_0x14b58c(0x183)])return(0x0,utils_1[_0x14b58c(0x1a5)])(_0x125a78,_0x36fe24,status_message_1[_0x14b58c(0x18f)][_0x14b58c(0x1e9)],utils_1['errors'][_0x14b58c(0x1e5)]);const _0x14f47c=path['normalize'](_0x36fe24['location']['path']);if(this['blocklistManager'][_0x14b58c(0x19d)](_0x14f47c))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x125a78,_0x36fe24,status_message_1[_0x14b58c(0x18f)][_0x14b58c(0x1b5)],utils_1[_0x14b58c(0x18a)][_0x14b58c(0x1c0)]);if(!this[_0x14b58c(0x168)][_0x14b58c(0x1a3)](_0x14f47c)){const _0x2d6e91=path[_0x14b58c(0x188)](_0x14f47c);if(!this[_0x14b58c(0x165)][_0x14b58c(0x17c)][_0x14b58c(0x16c)](_0x2d6e91))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x125a78,_0x36fe24,status_message_1[_0x14b58c(0x18f)][_0x14b58c(0x1b5)],utils_1[_0x14b58c(0x18a)][_0x14b58c(0x1ef)]);this[_0x14b58c(0x1d0)](_0x36fe24,null,null,_0x125a78);}else{const _0x7cc169=_0x36fe24[_0x14b58c(0x160)][_0x14b58c(0x183)],_0x4b03f9=0x0,_0x54b19c=this[_0x14b58c(0x168)][_0x14b58c(0x199)](_0x14f47c,_0x7cc169,_0x4b03f9),_0x3562c0=(0x0,utils_1[_0x14b58c(0x17b)])(_0x36fe24);if(_0x36fe24[_0x14b58c(0x1a0)]&&_0x3562c0)try{_0x36fe24[_0x14b58c(0x1a0)]=_0x3562c0(_0x36fe24[_0x14b58c(0x1a0)]);}catch(_0xbba9ae){return this[_0x14b58c(0x1b6)][_0x14b58c(0x17e)](_0x14b58c(0x1b9)+_0x36fe24[_0x14b58c(0x1a0)]+'\x20<<'),(0x0,utils_1[_0x14b58c(0x1a5)])(_0x125a78,_0x36fe24,status_message_1[_0x14b58c(0x18f)]['BREAKPOINT_CONDITION'],utils_1[_0x14b58c(0x18a)][_0x14b58c(0x1d7)]);}this[_0x14b58c(0x1d0)](_0x36fe24,_0x54b19c,_0x3562c0,_0x125a78);}}[a36_0x5002e9(0x1c9)](_0x10a8d4,_0x1b2291){const _0x43a08c=a36_0x5002e9;if(typeof _0x10a8d4['id']==='undefined')return(0x0,utils_1[_0x43a08c(0x1a5)])(_0x1b2291,_0x10a8d4,status_message_1['StatusMessage'][_0x43a08c(0x1cb)],utils_1['errors'][_0x43a08c(0x15c)]);const _0x3c8076=this[_0x43a08c(0x1d2)][_0x10a8d4['id']];if(!_0x3c8076)return(0x0,utils_1[_0x43a08c(0x1a5)])(_0x1b2291,_0x10a8d4,status_message_1[_0x43a08c(0x18f)][_0x43a08c(0x1cb)],utils_1[_0x43a08c(0x18a)]['V8_BREAKPOINT_CLEAR_ERROR']);const _0x1ab36f=_0x3c8076['v8Breakpoint'];this['v8'][_0x43a08c(0x1b7)](_0x1ab36f[_0x43a08c(0x1f0)]()),delete this[_0x43a08c(0x1d2)][_0x10a8d4['id']],delete this[_0x43a08c(0x178)][_0x1ab36f[_0x43a08c(0x1f0)]()],this['numBreakpoints']--,this[_0x43a08c(0x1b4)]===0x0&&!this[_0x43a08c(0x1ab)]&&(this['logger'][_0x43a08c(0x17e)](_0x43a08c(0x171)),this['v8']['setListener'](null)),setImmediate(()=>{_0x1b2291(null);});}[a36_0x5002e9(0x1ae)](_0x8caa3e,_0x51b9b7){const _0x163e99=a36_0x5002e9,_0x38b3d1=this,_0x5eaf14=_0x38b3d1['breakpoints'][_0x8caa3e['id']][_0x163e99(0x1e3)][_0x163e99(0x1f0)](),_0x12008d=this[_0x163e99(0x18b)][_0x163e99(0x164)](this,_0x8caa3e,_0xbbde59=>{const _0xd70a9a=_0x163e99;_0x38b3d1[_0xd70a9a(0x178)][_0x5eaf14][_0xd70a9a(0x1ad)]=![],setImmediate(()=>{_0x51b9b7(_0xbbde59||undefined);});});_0x38b3d1['listeners'][_0x5eaf14]={'enabled':!![],'listener':_0x12008d};}[a36_0x5002e9(0x177)](_0x5e0ae2,_0x212894,_0x588a3c,_0x21ffc3){const _0x12ccb2=a36_0x5002e9,_0x123bde=this,_0xf33b9b=_0x123bde[_0x12ccb2(0x1d2)][_0x5e0ae2['id']][_0x12ccb2(0x1e3)]['number'](),_0x1caccf=this[_0x12ccb2(0x18b)][_0x12ccb2(0x164)](this,_0x5e0ae2,_0x42be65=>{const _0x30ef8d=_0x12ccb2;_0x42be65&&(this[_0x30ef8d(0x178)][_0x5e0ae2['id']]['enabled']=![],setImmediate(()=>{_0x21ffc3(_0x42be65||undefined);})),_0x212894(_0x5e0ae2[_0x30ef8d(0x1bf)],_0x5e0ae2[_0x30ef8d(0x1e4)]),_0x588a3c()?_0x123bde[_0x30ef8d(0x178)][_0xf33b9b][_0x30ef8d(0x1ad)]=![]:this[_0x30ef8d(0x169)][_0x30ef8d(0x1cc)](_0x5e0ae2['id'])&&(_0x123bde[_0x30ef8d(0x178)][_0xf33b9b][_0x30ef8d(0x1ad)]=![],setTimeout(()=>{const _0x55edf1=_0x30ef8d;!_0x588a3c()&&_0x123bde[_0x55edf1(0x178)][_0xf33b9b]&&(_0x123bde[_0x55edf1(0x178)][_0xf33b9b]['enabled']=!![]),this[_0x55edf1(0x169)][_0x55edf1(0x16f)](_0x5e0ae2['id']);},_0x123bde[_0x30ef8d(0x165)][_0x30ef8d(0x162)][_0x30ef8d(0x1c3)]*0x3e8));});_0x123bde[_0x12ccb2(0x178)][_0xf33b9b]={'enabled':!![],'listener':_0x1caccf};}[a36_0x5002e9(0x1ea)](){return;}['enable'](){}['disable'](){}['numBreakpoints_'](){const _0x1de93c=a36_0x5002e9;return Object[_0x1de93c(0x18e)](this[_0x1de93c(0x1d2)])[_0x1de93c(0x170)];}[a36_0x5002e9(0x1c2)](){const _0x442216=a36_0x5002e9;return Object[_0x442216(0x18e)](this[_0x442216(0x178)])['length'];}[a36_0x5002e9(0x19f)](){return 0x0;}[a36_0x5002e9(0x1cd)](_0x2f6074){const _0x337023=a36_0x5002e9;this[_0x337023(0x1e6)]=_0x2f6074;}['setInternal'](_0x5d7cbc,_0xa49076,_0x2b44db,_0x52e218){const _0x4d4bc3=a36_0x5002e9;let _0x2d8b0b=null;if(_0x5d7cbc['condition'])try{_0x2d8b0b=acorn[_0x4d4bc3(0x180)](_0x5d7cbc[_0x4d4bc3(0x1a0)],{'sourceType':_0x4d4bc3(0x1f3),'ecmaVersion':0x6});const _0x5c14c0=require(_0x4d4bc3(0x1dc));if(!_0x5c14c0[_0x4d4bc3(0x19a)](_0x2d8b0b,!![]))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x52e218,_0x5d7cbc,status_message_1[_0x4d4bc3(0x18f)][_0x4d4bc3(0x1cb)],utils_1[_0x4d4bc3(0x18a)]['DISALLOWED_EXPRESSION']);}catch(_0x5f3fb7){return(0x0,utils_1['setErrorStatusAndCallback'])(_0x52e218,_0x5d7cbc,status_message_1[_0x4d4bc3(0x18f)][_0x4d4bc3(0x1cb)],utils_1['errors']['SYNTAX_ERROR_IN_CONDITION']+_0x5f3fb7[_0x4d4bc3(0x18d)]);}let _0x213ee4;const _0x56bde2=_0xa49076?_0xa49076[_0x4d4bc3(0x1ed)]:path[_0x4d4bc3(0x1da)](_0x5d7cbc[_0x4d4bc3(0x160)][_0x4d4bc3(0x1e2)]),_0x478262=(0x0,utils_1[_0x4d4bc3(0x1a7)])(_0x56bde2,this[_0x4d4bc3(0x165)],this[_0x4d4bc3(0x1d3)],this['logger']);if(_0x478262[_0x4d4bc3(0x170)]===0x0)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x52e218,_0x5d7cbc,status_message_1[_0x4d4bc3(0x18f)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x4d4bc3(0x18a)][_0x4d4bc3(0x182)]);else{if(_0x478262[_0x4d4bc3(0x170)]===0x1)_0x213ee4=_0x478262[0x0];else return this[_0x4d4bc3(0x1b6)][_0x4d4bc3(0x16a)](_0x4d4bc3(0x1aa)+_0x56bde2+_0x4d4bc3(0x1b1)+_0x478262),(0x0,utils_1[_0x4d4bc3(0x1a5)])(_0x52e218,_0x5d7cbc,status_message_1['StatusMessage'][_0x4d4bc3(0x1b5)],utils_1[_0x4d4bc3(0x18a)][_0x4d4bc3(0x196)]);}let _0x5bccb6=_0xa49076&&_0xa49076[_0x4d4bc3(0x1db)]?_0xa49076[_0x4d4bc3(0x1db)]:_0x5d7cbc[_0x4d4bc3(0x160)][_0x4d4bc3(0x1db)]||0x1;const _0x53f8c7=_0xa49076?_0xa49076[_0x4d4bc3(0x183)]:_0x5d7cbc['location']['line'];_0x53f8c7===0x1&&(_0x5bccb6+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x53f8c7>=this[_0x4d4bc3(0x1d3)][_0x4d4bc3(0x163)][_0x213ee4]['lines'])return(0x0,utils_1['setErrorStatusAndCallback'])(_0x52e218,_0x5d7cbc,status_message_1[_0x4d4bc3(0x18f)][_0x4d4bc3(0x1b5)],{...utils_1['errors'][_0x4d4bc3(0x18c)],'description':utils_1[_0x4d4bc3(0x18a)][_0x4d4bc3(0x18c)][_0x4d4bc3(0x1ee)]+_0x213ee4+':'+_0x53f8c7+_0x4d4bc3(0x195)+this[_0x4d4bc3(0x1d3)]['fileStats'][_0x213ee4]['lines']+_0x4d4bc3(0x1c7)+_0x4d4bc3(0x193)+_0x4d4bc3(0x1bb)});const _0x388a32=this[_0x4d4bc3(0x186)](_0x213ee4,_0x53f8c7,_0x5bccb6);if(!_0x388a32)return(0x0,utils_1[_0x4d4bc3(0x1a5)])(_0x52e218,_0x5d7cbc,status_message_1[_0x4d4bc3(0x18f)][_0x4d4bc3(0x1b5)],utils_1['errors'][_0x4d4bc3(0x1ba)]);this['numBreakpoints']===0x0&&!this[_0x4d4bc3(0x1ab)]&&(this['logger'][_0x4d4bc3(0x17e)](_0x4d4bc3(0x17a)),this['v8'][_0x4d4bc3(0x167)](this[_0x4d4bc3(0x1c4)])),this['breakpoints'][_0x5d7cbc['id']]=new V8BreakpointData(_0x5d7cbc,_0x388a32,_0x2d8b0b,_0x2b44db),this[_0x4d4bc3(0x1b4)]++,setImmediate(()=>{_0x52e218(null);});}['setByRegExp'](_0x1b6f42,_0x1150c2,_0x23fee8){const _0x39a54f=a36_0x5002e9,_0x212f5d=(0x0,utils_1['pathToRegExp'])(_0x1b6f42),_0x5df5c1=this['v8'][_0x39a54f(0x1d4)](_0x212f5d,_0x1150c2-0x1,_0x23fee8-0x1),_0x29e109=this['v8'][_0x39a54f(0x17d)](_0x5df5c1);return _0x29e109;}[a36_0x5002e9(0x18b)](_0x334111,_0x38524d,_0x58081d){const _0xe6d0e=a36_0x5002e9,_0x41cbb2=this[_0xe6d0e(0x1d2)][_0x334111['id']][_0xe6d0e(0x1e3)];if(!_0x41cbb2[_0xe6d0e(0x1af)]())return(0x0,utils_1[_0xe6d0e(0x1a5)])(_0x38524d,_0x334111,status_message_1[_0xe6d0e(0x18f)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0xe6d0e(0x18a)][_0xe6d0e(0x1d8)]);const _0x3339a7=this[_0xe6d0e(0x1a6)](_0x334111,_0x58081d);if(_0x3339a7[_0xe6d0e(0x1eb)])return(0x0,utils_1[_0xe6d0e(0x1a5)])(_0x38524d,_0x334111,status_message_1[_0xe6d0e(0x18f)][_0xe6d0e(0x1cb)],{...utils_1['errors'][_0xe6d0e(0x1dd)],'description':utils_1[_0xe6d0e(0x18a)][_0xe6d0e(0x1d7)][_0xe6d0e(0x1ee)]+_0x3339a7[_0xe6d0e(0x1eb)]});else{if(!_0x3339a7[_0xe6d0e(0x184)]){this['logger'][_0xe6d0e(0x17e)](_0xe6d0e(0x175));return;}}const _0x415345=process[_0xe6d0e(0x1a4)]();try{this[_0xe6d0e(0x1a8)](_0x334111,_0x58081d);}catch(_0x25ba5e){return(0x0,utils_1['setErrorStatusAndCallback'])(_0x38524d,_0x334111,status_message_1[_0xe6d0e(0x18f)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0xe6d0e(0x18a)][_0xe6d0e(0x16e)]+_0x25ba5e);}const _0x4eb52b=process[_0xe6d0e(0x1a4)](_0x415345);this[_0xe6d0e(0x1b6)][_0xe6d0e(0x17e)]((0x0,utils_1[_0xe6d0e(0x198)])('capture\x20time:\x20',_0x4eb52b)),_0x38524d(null);}[a36_0x5002e9(0x1a6)](_0x2d0588,_0x3e5360){const _0x3456e0=a36_0x5002e9;if(!_0x2d0588[_0x3456e0(0x1a0)])return{'value':!![]};const _0x46555d=state[_0x3456e0(0x1d1)](_0x2d0588[_0x3456e0(0x1a0)],_0x3e5360[_0x3456e0(0x15f)](0x0));if(_0x46555d[_0x3456e0(0x1eb)])return{'error':_0x46555d['error']};return{'value':!!_0x46555d[_0x3456e0(0x1e0)]['value']()};}[a36_0x5002e9(0x1a8)](_0x4be36d,_0x58c64b){const _0x3d7e24=a36_0x5002e9,_0xff8277=[];if(_0x4be36d[_0x3d7e24(0x194)]&&this[_0x3d7e24(0x1d2)][_0x4be36d['id']]['compile'])for(let _0x33285b=0x0;_0x33285b<_0x4be36d[_0x3d7e24(0x194)]['length'];_0x33285b++){try{_0x4be36d[_0x3d7e24(0x194)][_0x33285b]=this[_0x3d7e24(0x1d2)][_0x4be36d['id']]['compile'](_0x4be36d['expressions'][_0x33285b]);}catch(_0x5a8e40){this[_0x3d7e24(0x1b6)]['info'](_0x3d7e24(0x1d6)+_0x4be36d['expressions'][_0x33285b]+_0x3d7e24(0x1a9)),_0xff8277[_0x3d7e24(0x1a2)]({'name':_0x4be36d[_0x3d7e24(0x194)][_0x33285b],'status':new status_message_1[(_0x3d7e24(0x18f))](status_message_1[_0x3d7e24(0x18f)][_0x3d7e24(0x1b3)],utils_1[_0x3d7e24(0x18a)]['EXPRESSION_COMPILING_ERROR'],!![])}),_0x4be36d['expressions'][_0x3d7e24(0x1a1)](_0x33285b,0x1),_0x33285b--;}}if(_0x4be36d[_0x3d7e24(0x1de)]===_0x3d7e24(0x1cf)){if(!_0x4be36d[_0x3d7e24(0x194)])_0x4be36d[_0x3d7e24(0x1e4)]=[];else{const _0xa1b9c3=_0x58c64b[_0x3d7e24(0x15f)](0x0),_0x346769=_0x4be36d['expressions'][_0x3d7e24(0x1f1)](_0x428e88=>{const _0x249528=_0x3d7e24,_0x234e36=state[_0x249528(0x1d1)](_0x428e88,_0xa1b9c3);return _0x234e36['error']?_0x234e36[_0x249528(0x1eb)]:_0x234e36[_0x249528(0x1e0)][_0x249528(0x184)]();});_0x4be36d[_0x3d7e24(0x1e4)]=_0x346769;}}else{const _0x59203a=state[_0x3d7e24(0x16b)](_0x58c64b,_0x4be36d[_0x3d7e24(0x194)],this[_0x3d7e24(0x165)],this['v8'],this[_0x3d7e24(0x1e6)]);_0x4be36d[_0x3d7e24(0x160)]&&(0x0,utils_1[_0x3d7e24(0x1d9)])(_0x4be36d[_0x3d7e24(0x160)][_0x3d7e24(0x1e2)])&&_0x59203a[_0x3d7e24(0x160)]&&_0x59203a[_0x3d7e24(0x160)][_0x3d7e24(0x183)]&&(_0x4be36d[_0x3d7e24(0x160)]['line']=_0x59203a[_0x3d7e24(0x160)][_0x3d7e24(0x183)]),_0x4be36d[_0x3d7e24(0x17f)]=_0x59203a[_0x3d7e24(0x17f)],_0x4be36d[_0x3d7e24(0x191)]=_0x59203a['variableTable'],_0x4be36d[_0x3d7e24(0x1e4)]=_0xff8277[_0x3d7e24(0x1c8)](_0x59203a[_0x3d7e24(0x1e4)]);}}}function a36_0x559a(){const _0x246258=['UNSPECIFIED','disconnect','error','../state/legacy-state','file','description','COULD_NOT_FIND_MAPPING_FILE','number','map','V8BreakpointData','script','V8_BREAKPOINT_CLEAR_ERROR','26955fFuDOP','5dXDSTQ','frame','location','12kPxCls','quota','fileStats','bind','config','satisfies','setListener','sourcemapper','quotaManager','warn','capture','includes','500VoPyhR','CAPTURE_BREAKPOINT_DATA','recovered','length','deactivating\x20v8\x20breakpoint\x20listener','../../client/stackdriver/status-message','compile','./debugapi','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','toString','log','listeners','Break','activating\x20v8\x20breakpoint\x20listener','getBreakpointCompiler','javascriptFileExtensions','findBreakPoint','info','stackFrames','parse','DebugEvent','SOURCE_FILE_NOT_FOUND','line','value','semver','setByRegExp','forEach','extname','acorn','errors','onBreakpointHit','INVALID_LINE_NUMBER','message','keys','StatusMessage','apply','variableTable','../util/utils','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','expressions','.\x20Loaded\x20script\x20contained\x20','SOURCE_FILE_AMBIGUOUS','42339poEvuX','formatInterval','mappingInfo','isValid','DummyBlocklistManager','search','shouldBlock','4yxHLOs','remainingHits','condition','splice','push','hasMappingInfo','hrtime','setErrorStatusAndCallback','checkCondition','findScripts','captureBreakpointData','\x20<<','Unable\x20to\x20unambiguously\x20find\x20','usePermanentListener','7uyZzww','enabled','wait','active','listener','.\x20Potential\x20matches:\x20','34344uMlcHS','VARIABLE_VALUE','numBreakpoints','BREAKPOINT_SOURCE_LOCATION','logger','clearBreakPoint','683142fEijVx','Unable\x20to\x20compile\x20condition\x20>>\x20','V8_BREAKPOINT_ERROR','\x20deployed\x20source.','79596NYYPzQ','Debug','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','logMessageFormat','BREAKPOINT_PATH_BLOCKED','exec','numListeners_','quotaRecoverySeconds','handleDebugEvents','3550612Rwvlxa','breakPointsHit','\x20lines.\x20Please\x20ensure','concat','clear','V8DebugApi','BREAKPOINT_CONDITION','needsRecoveryTime','setBlocklistManager','__esModule','LOG','setInternal','evaluate','breakpoints','fileIndex','setScriptBreakPointByRegExp','(((.+)+)+)+$','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','ERROR_COMPILING_CONDITION','V8_BREAKPOINT_DISABLED','isJavaScriptFile','normalize','column','../util/validator.js','ERROR_EVALUATING_CONDITION','action','>=4.5','mirror','16AKbuOm','path','v8Breakpoint','evaluatedExpressions','INVALID_BREAKPOINT','blocklistManager','v8Version','1434156hytWRj'];a36_0x559a=function(){return _0x246258;};return a36_0x559a();}exports[a36_0x5002e9(0x1ca)]=V8DebugApi;
1
+ const a36_0x1dfb11=a36_0x339b;(function(_0x457b3c,_0x3d7e2b){const _0x43485a=a36_0x339b,_0x294f53=_0x457b3c();while(!![]){try{const _0x76600=parseInt(_0x43485a(0xc4))/0x1*(parseInt(_0x43485a(0xa1))/0x2)+-parseInt(_0x43485a(0xf0))/0x3*(parseInt(_0x43485a(0xef))/0x4)+parseInt(_0x43485a(0xbb))/0x5*(parseInt(_0x43485a(0xf1))/0x6)+-parseInt(_0x43485a(0xc2))/0x7*(-parseInt(_0x43485a(0xea))/0x8)+-parseInt(_0x43485a(0xd2))/0x9*(parseInt(_0x43485a(0xe7))/0xa)+-parseInt(_0x43485a(0xfa))/0xb+parseInt(_0x43485a(0xc5))/0xc;if(_0x76600===_0x3d7e2b)break;else _0x294f53['push'](_0x294f53['shift']());}catch(_0x3eef96){_0x294f53['push'](_0x294f53['shift']());}}}(a36_0x52a7,0x47dcb));const a36_0x12c0d9=(function(){let _0x392f64=!![];return function(_0x1a7e41,_0xe88795){const _0x15e1c2=_0x392f64?function(){if(_0xe88795){const _0x5d79a7=_0xe88795['apply'](_0x1a7e41,arguments);return _0xe88795=null,_0x5d79a7;}}:function(){};return _0x392f64=![],_0x15e1c2;};}()),a36_0x588185=a36_0x12c0d9(this,function(){const _0x1f3711=a36_0x339b;return a36_0x588185[_0x1f3711(0xc9)]()[_0x1f3711(0xdc)](_0x1f3711(0xe9))[_0x1f3711(0xc9)]()[_0x1f3711(0x128)](a36_0x588185)['search'](_0x1f3711(0xe9));});a36_0x588185();function a36_0x52a7(){const _0x3136d8=['constructor','errors','line','push','findScripts','frame','\x20deployed\x20source.','parsedCondition','INVALID_BREAKPOINT','4KfesOg','expressions','extname','clear','config','handleDebugEvents','satisfies','quotaManager','file','captureBreakpointData','INVALID_LINE_NUMBER','evaluate','includes','condition','forEach','disable','setByRegExp','BREAKPOINT_SOURCE_LOCATION','DebugEvent','BREAKPOINT_CONDITION','setInternal','activating\x20v8\x20breakpoint\x20listener','numBreakpoints','message','V8_BREAKPOINT_DISABLED','EXPRESSION_COMPILING_ERROR','262075mPslNh','quotaRecoverySeconds','location','\x20lines.\x20Please\x20ensure','v8Version','bind','semver','3829xfQAIt','fileIndex','46902wIoRjt','6312192kSWVSe','mirror','usePermanentListener','setErrorStatusAndCallback','toString','script','\x20<<','compile','./debugapi','formatInterval','column','acorn','SYNTAX_ERROR_IN_CONDITION','5526AJfCwg','length','set','MODULE_WRAP_PREFIX_LENGTH','>=4.5','SOURCE_FILE_NOT_FOUND','VARIABLE_VALUE','normalize','capture','COULD_NOT_FIND_MAPPING_FILE','search','DummyBlocklistManager','log','hasMappingInfo','../../client/stackdriver/status-message','needsRecoveryTime','capture\x20time:\x20','deactivating\x20v8\x20breakpoint\x20listener','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','breakpoints','fileStats','5190jQbler','SOURCE_FILE_AMBIGUOUS','(((.+)+)+)+$','7576TJPUhy','variableTable','hrtime','getBreakpointCompiler','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','4lbwwoC','127353eGMfcI','6QzTCqA','number','value','error','keys','description','numListeners_','wait','isValid','5882580VfywWl','V8DebugApi','ERROR_EVALUATING_CONDITION','UNSPECIFIED','Unable\x20to\x20unambiguously\x20find\x20','undefined','splice','stackFrames','info','Unable\x20to\x20compile\x20condition\x20>>\x20','../state/legacy-state','mappingInfo','LOG','listeners','V8_BREAKPOINT_ERROR','V8_BREAKPOINT_CLEAR_ERROR','lines','isJavaScriptFile','logMessageFormat','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','setBlocklistManager','blocklistManager','versions','setListener','v8Breakpoint','warn','ERROR_COMPILING_CONDITION','pathToRegExp','StatusMessage','evaluatedExpressions','V8BreakpointData','runInDebugContext','findBreakPoint','../util/utils','quota','.\x20Potential\x20matches:\x20','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','apiBreakpoint','logger','enabled','path','setScriptBreakPointByRegExp','onBreakpointHit','sourcemapper','BREAKPOINT_PATH_BLOCKED','../blocklisting/dummy-blocklist-manager'];a36_0x52a7=function(){return _0x3136d8;};return a36_0x52a7();}function a36_0x339b(_0x5dbd0b,_0x171cb0){const _0x4ad387=a36_0x52a7();return a36_0x339b=function(_0x588185,_0x12c0d9){_0x588185=_0x588185-0xa1;let _0x52a71a=_0x4ad387[_0x588185];return _0x52a71a;},a36_0x339b(_0x5dbd0b,_0x171cb0);}'use strict';Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[a36_0x1dfb11(0xfb)]=exports[a36_0x1dfb11(0x118)]=void 0x0;const acorn=require(a36_0x1dfb11(0xd0)),path=require(a36_0x1dfb11(0x122)),semver=require(a36_0x1dfb11(0xc1)),vm=require('vm'),status_message_1=require(a36_0x1dfb11(0xe0)),state=require(a36_0x1dfb11(0x104)),utils_1=require(a36_0x1dfb11(0x11b)),debugapi=require(a36_0x1dfb11(0xcd)),dummy_blocklist_manager_1=require(a36_0x1dfb11(0x127));class V8BreakpointData{constructor(_0x46cf32,_0x57c274,_0x1b8b0d,_0x20cba5){const _0x190afd=a36_0x1dfb11;this[_0x190afd(0x11f)]=_0x46cf32,this[_0x190afd(0x112)]=_0x57c274,this[_0x190afd(0x12f)]=_0x1b8b0d,this['compile']=_0x20cba5;}}exports[a36_0x1dfb11(0x118)]=V8BreakpointData;class V8DebugApi{constructor(_0x3f5deb,_0x14c279,_0xe21317,_0x1015f0,_0x106b51){const _0x2b9139=a36_0x1dfb11;this[_0x2b9139(0xe5)]={},this[_0x2b9139(0x107)]={},this['numBreakpoints']=0x0,this[_0x2b9139(0x125)]=_0x1015f0,this['v8']=vm[_0x2b9139(0x119)]('Debug'),this[_0x2b9139(0xa5)]=_0x14c279,this[_0x2b9139(0xc3)]=_0xe21317,this[_0x2b9139(0xbf)]=/(\d+\.\d+\.\d+)\.\d+/['exec'](process[_0x2b9139(0x110)]['v8']),this['logger']=_0x3f5deb,this['usePermanentListener']=semver[_0x2b9139(0xa7)](this[_0x2b9139(0xbf)][0x1],_0x2b9139(0xd6)),this[_0x2b9139(0xa8)]=_0x106b51,this[_0x2b9139(0x10f)]=new dummy_blocklist_manager_1[(_0x2b9139(0xdd))](!![]),this[_0x2b9139(0xa6)]=(_0x3b2dc0,_0x344239,_0x1bcc02)=>{const _0x41daa4=_0x2b9139;try{switch(_0x3b2dc0){case this['v8'][_0x41daa4(0xb3)]['Break']:_0x1bcc02['breakPointsHit']()[_0x41daa4(0xaf)](_0x174ca3=>{const _0x990fe3=_0x41daa4,_0x3ceecc=_0x174ca3['script_break_point']()['number']();this[_0x990fe3(0x107)][_0x3ceecc][_0x990fe3(0x121)]&&(this[_0x990fe3(0x120)][_0x990fe3(0x102)]('>>>V8\x20breakpoint\x20hit<<<\x20number:\x20'+_0x3ceecc),this[_0x990fe3(0x107)][_0x3ceecc]['listener'](_0x344239,_0x1bcc02));});break;default:}}catch(_0x4b06fd){this[_0x41daa4(0x120)][_0x41daa4(0x113)](_0x41daa4(0x11e)+_0x4b06fd);}},this[_0x2b9139(0xc7)]&&(this[_0x2b9139(0x120)][_0x2b9139(0x102)](_0x2b9139(0xee)),this['v8'][_0x2b9139(0x111)](this[_0x2b9139(0xa6)]));}[a36_0x1dfb11(0xd4)](_0x2c77c,_0x3a64b1){const _0x19b2e0=a36_0x1dfb11;if(!this['v8']||!_0x2c77c||typeof _0x2c77c['id']===_0x19b2e0(0xff)||!_0x2c77c[_0x19b2e0(0xbd)]||!_0x2c77c[_0x19b2e0(0xbd)][_0x19b2e0(0x122)]||!_0x2c77c[_0x19b2e0(0xbd)]['line'])return(0x0,utils_1[_0x19b2e0(0xc8)])(_0x3a64b1,_0x2c77c,status_message_1[_0x19b2e0(0x116)][_0x19b2e0(0xfd)],utils_1['errors'][_0x19b2e0(0x130)]);const _0x4feac7=path[_0x19b2e0(0xd9)](_0x2c77c['location'][_0x19b2e0(0x122)]);if(this[_0x19b2e0(0x10f)]['shouldBlock'](_0x4feac7))return(0x0,utils_1[_0x19b2e0(0xc8)])(_0x3a64b1,_0x2c77c,status_message_1[_0x19b2e0(0x116)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x19b2e0(0x129)][_0x19b2e0(0x126)]);if(!this[_0x19b2e0(0x125)][_0x19b2e0(0xdf)](_0x4feac7)){const _0x256490=path[_0x19b2e0(0xa3)](_0x4feac7);if(!this[_0x19b2e0(0xa5)]['javascriptFileExtensions'][_0x19b2e0(0xad)](_0x256490))return(0x0,utils_1[_0x19b2e0(0xc8)])(_0x3a64b1,_0x2c77c,status_message_1[_0x19b2e0(0x116)][_0x19b2e0(0xb2)],utils_1['errors'][_0x19b2e0(0xdb)]);this['setInternal'](_0x2c77c,null,null,_0x3a64b1);}else{const _0x1313e6=_0x2c77c[_0x19b2e0(0xbd)][_0x19b2e0(0x12a)],_0x1c5ae8=0x0,_0x245bcb=this[_0x19b2e0(0x125)][_0x19b2e0(0x105)](_0x4feac7,_0x1313e6,_0x1c5ae8),_0x244b54=(0x0,utils_1[_0x19b2e0(0xed)])(_0x2c77c);if(_0x2c77c['condition']&&_0x244b54)try{_0x2c77c[_0x19b2e0(0xae)]=_0x244b54(_0x2c77c[_0x19b2e0(0xae)]);}catch(_0x4e040d){return this['logger'][_0x19b2e0(0x102)](_0x19b2e0(0x103)+_0x2c77c['condition']+_0x19b2e0(0xcb)),(0x0,utils_1[_0x19b2e0(0xc8)])(_0x3a64b1,_0x2c77c,status_message_1['StatusMessage'][_0x19b2e0(0xb4)],utils_1[_0x19b2e0(0x129)][_0x19b2e0(0x114)]);}this[_0x19b2e0(0xb5)](_0x2c77c,_0x245bcb,_0x244b54,_0x3a64b1);}}[a36_0x1dfb11(0xa4)](_0x147564,_0x201c23){const _0x513928=a36_0x1dfb11;if(typeof _0x147564['id']==='undefined')return(0x0,utils_1[_0x513928(0xc8)])(_0x201c23,_0x147564,status_message_1['StatusMessage'][_0x513928(0xb4)],utils_1['errors'][_0x513928(0x109)]);const _0x1e36a7=this[_0x513928(0xe5)][_0x147564['id']];if(!_0x1e36a7)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x201c23,_0x147564,status_message_1['StatusMessage'][_0x513928(0xb4)],utils_1[_0x513928(0x129)][_0x513928(0x109)]);const _0x3b2a90=_0x1e36a7[_0x513928(0x112)];this['v8']['clearBreakPoint'](_0x3b2a90['number']()),delete this['breakpoints'][_0x147564['id']],delete this['listeners'][_0x3b2a90[_0x513928(0xf2)]()],this['numBreakpoints']--,this['numBreakpoints']===0x0&&!this[_0x513928(0xc7)]&&(this[_0x513928(0x120)]['info'](_0x513928(0xe3)),this['v8'][_0x513928(0x111)](null)),setImmediate(()=>{_0x201c23(null);});}[a36_0x1dfb11(0xf8)](_0x1946ca,_0x253662){const _0x4cbe57=a36_0x1dfb11,_0x486d35=this,_0x41da49=_0x486d35[_0x4cbe57(0xe5)][_0x1946ca['id']][_0x4cbe57(0x112)][_0x4cbe57(0xf2)](),_0x2c2352=this[_0x4cbe57(0x124)][_0x4cbe57(0xc0)](this,_0x1946ca,_0x5c7861=>{const _0xb5f9a8=_0x4cbe57;_0x486d35['listeners'][_0x41da49][_0xb5f9a8(0x121)]=![],setImmediate(()=>{_0x253662(_0x5c7861||undefined);});});_0x486d35['listeners'][_0x41da49]={'enabled':!![],'listener':_0x2c2352};}[a36_0x1dfb11(0xde)](_0x13bf52,_0x487e3a,_0x7eddc4,_0x3a4ea8){const _0x29603b=a36_0x1dfb11,_0x2ea3f3=this,_0x5add2b=_0x2ea3f3[_0x29603b(0xe5)][_0x13bf52['id']][_0x29603b(0x112)]['number'](),_0x2b11cd=this[_0x29603b(0x124)][_0x29603b(0xc0)](this,_0x13bf52,_0xbda703=>{const _0x446f29=_0x29603b;_0xbda703&&(this[_0x446f29(0x107)][_0x13bf52['id']]['enabled']=![],setImmediate(()=>{_0x3a4ea8(_0xbda703||undefined);})),_0x487e3a(_0x13bf52[_0x446f29(0x10c)],_0x13bf52[_0x446f29(0x117)]),_0x7eddc4()?_0x2ea3f3['listeners'][_0x5add2b][_0x446f29(0x121)]=![]:this[_0x446f29(0xa8)][_0x446f29(0xe1)](_0x13bf52['id'])&&(_0x2ea3f3[_0x446f29(0x107)][_0x5add2b]['enabled']=![],setTimeout(()=>{const _0x1b27f6=_0x446f29;!_0x7eddc4()&&_0x2ea3f3[_0x1b27f6(0x107)][_0x5add2b]&&(_0x2ea3f3[_0x1b27f6(0x107)][_0x5add2b][_0x1b27f6(0x121)]=!![]),this['quotaManager']['recovered'](_0x13bf52['id']);},_0x2ea3f3[_0x446f29(0xa5)][_0x446f29(0x11c)][_0x446f29(0xbc)]*0x3e8));});_0x2ea3f3[_0x29603b(0x107)][_0x5add2b]={'enabled':!![],'listener':_0x2b11cd};}['disconnect'](){return;}['enable'](){}[a36_0x1dfb11(0xb0)](){}['numBreakpoints_'](){const _0x68ac63=a36_0x1dfb11;return Object[_0x68ac63(0xf5)](this[_0x68ac63(0xe5)])[_0x68ac63(0xd3)];}[a36_0x1dfb11(0xf7)](){const _0x1ef53b=a36_0x1dfb11;return Object[_0x1ef53b(0xf5)](this[_0x1ef53b(0x107)])['length'];}['remainingHits'](){return 0x0;}[a36_0x1dfb11(0x10e)](_0x191955){this['blocklistManager']=_0x191955;}[a36_0x1dfb11(0xb5)](_0x497a8a,_0x9656e4,_0x106c36,_0x31c075){const _0x100314=a36_0x1dfb11;let _0x101913=null;if(_0x497a8a[_0x100314(0xae)])try{_0x101913=acorn['parse'](_0x497a8a[_0x100314(0xae)],{'sourceType':_0x100314(0xca),'ecmaVersion':0x6});const _0x26fcc6=require('../util/validator.js');if(!_0x26fcc6[_0x100314(0xf9)](_0x101913,!![]))return(0x0,utils_1[_0x100314(0xc8)])(_0x31c075,_0x497a8a,status_message_1[_0x100314(0x116)]['BREAKPOINT_CONDITION'],utils_1[_0x100314(0x129)]['DISALLOWED_EXPRESSION']);}catch(_0x4932a1){return(0x0,utils_1[_0x100314(0xc8)])(_0x31c075,_0x497a8a,status_message_1[_0x100314(0x116)][_0x100314(0xb4)],utils_1[_0x100314(0x129)][_0x100314(0xd1)]+_0x4932a1[_0x100314(0xb8)]);}let _0x18d43c;const _0x4847e8=_0x9656e4?_0x9656e4[_0x100314(0xa9)]:path[_0x100314(0xd9)](_0x497a8a[_0x100314(0xbd)]['path']),_0x3dbddd=(0x0,utils_1[_0x100314(0x12c)])(_0x4847e8,this[_0x100314(0xa5)],this[_0x100314(0xc3)],this[_0x100314(0x120)]);if(_0x3dbddd[_0x100314(0xd3)]===0x0)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x31c075,_0x497a8a,status_message_1['StatusMessage'][_0x100314(0xb2)],utils_1['errors'][_0x100314(0xd7)]);else{if(_0x3dbddd[_0x100314(0xd3)]===0x1)_0x18d43c=_0x3dbddd[0x0];else return this[_0x100314(0x120)]['warn'](_0x100314(0xfe)+_0x4847e8+_0x100314(0x11d)+_0x3dbddd),(0x0,utils_1[_0x100314(0xc8)])(_0x31c075,_0x497a8a,status_message_1[_0x100314(0x116)][_0x100314(0xb2)],utils_1[_0x100314(0x129)][_0x100314(0xe8)]);}let _0x4277e2=_0x9656e4&&_0x9656e4[_0x100314(0xcf)]?_0x9656e4['column']:_0x497a8a[_0x100314(0xbd)]['column']||0x1;const _0x2fd3e5=_0x9656e4?_0x9656e4['line']:_0x497a8a[_0x100314(0xbd)]['line'];_0x2fd3e5===0x1&&(_0x4277e2+=debugapi[_0x100314(0xd5)]-0x1);if(_0x2fd3e5>=this[_0x100314(0xc3)][_0x100314(0xe6)][_0x18d43c][_0x100314(0x10a)])return(0x0,utils_1[_0x100314(0xc8)])(_0x31c075,_0x497a8a,status_message_1[_0x100314(0x116)][_0x100314(0xb2)],{...utils_1['errors'][_0x100314(0xab)],'description':utils_1['errors'][_0x100314(0xab)][_0x100314(0xf6)]+_0x18d43c+':'+_0x2fd3e5+'.\x20Loaded\x20script\x20contained\x20'+this[_0x100314(0xc3)][_0x100314(0xe6)][_0x18d43c][_0x100314(0x10a)]+_0x100314(0xbe)+_0x100314(0x10d)+_0x100314(0x12e)});const _0x24679b=this[_0x100314(0xb1)](_0x18d43c,_0x2fd3e5,_0x4277e2);if(!_0x24679b)return(0x0,utils_1[_0x100314(0xc8)])(_0x31c075,_0x497a8a,status_message_1[_0x100314(0x116)]['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors'][_0x100314(0x108)]);this[_0x100314(0xb7)]===0x0&&!this[_0x100314(0xc7)]&&(this[_0x100314(0x120)][_0x100314(0x102)](_0x100314(0xb6)),this['v8']['setListener'](this[_0x100314(0xa6)])),this[_0x100314(0xe5)][_0x497a8a['id']]=new V8BreakpointData(_0x497a8a,_0x24679b,_0x101913,_0x106c36),this[_0x100314(0xb7)]++,setImmediate(()=>{_0x31c075(null);});}[a36_0x1dfb11(0xb1)](_0x48b3bb,_0x2f10f5,_0x35b06f){const _0x20e3d5=a36_0x1dfb11,_0x44f783=(0x0,utils_1[_0x20e3d5(0x115)])(_0x48b3bb),_0x1f3b8c=this['v8'][_0x20e3d5(0x123)](_0x44f783,_0x2f10f5-0x1,_0x35b06f-0x1),_0x1c619d=this['v8'][_0x20e3d5(0x11a)](_0x1f3b8c);return _0x1c619d;}[a36_0x1dfb11(0x124)](_0x5eb17c,_0x77976f,_0x160194){const _0x143152=a36_0x1dfb11,_0x8d1c3e=this[_0x143152(0xe5)][_0x5eb17c['id']][_0x143152(0x112)];if(!_0x8d1c3e['active']())return(0x0,utils_1[_0x143152(0xc8)])(_0x77976f,_0x5eb17c,status_message_1[_0x143152(0x116)][_0x143152(0xb2)],utils_1['errors'][_0x143152(0xb9)]);const _0x32f004=this['checkCondition'](_0x5eb17c,_0x160194);if(_0x32f004['error'])return(0x0,utils_1[_0x143152(0xc8)])(_0x77976f,_0x5eb17c,status_message_1[_0x143152(0x116)][_0x143152(0xb4)],{...utils_1[_0x143152(0x129)][_0x143152(0xfc)],'description':utils_1[_0x143152(0x129)][_0x143152(0x114)][_0x143152(0xf6)]+_0x32f004['error']});else{if(!_0x32f004[_0x143152(0xf3)]){this[_0x143152(0x120)][_0x143152(0x102)]('\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met');return;}}const _0x2e2d48=process[_0x143152(0xec)]();try{this[_0x143152(0xaa)](_0x5eb17c,_0x160194);}catch(_0x3f8281){return(0x0,utils_1[_0x143152(0xc8)])(_0x77976f,_0x5eb17c,status_message_1[_0x143152(0x116)][_0x143152(0xb2)],utils_1['errors']['CAPTURE_BREAKPOINT_DATA']+_0x3f8281);}const _0x2bd434=process[_0x143152(0xec)](_0x2e2d48);this['logger'][_0x143152(0x102)]((0x0,utils_1[_0x143152(0xce)])(_0x143152(0xe2),_0x2bd434)),_0x77976f(null);}['checkCondition'](_0x50835e,_0x2b753d){const _0x14a22b=a36_0x1dfb11;if(!_0x50835e['condition'])return{'value':!![]};const _0x5b4fc6=state[_0x14a22b(0xac)](_0x50835e[_0x14a22b(0xae)],_0x2b753d['frame'](0x0));if(_0x5b4fc6[_0x14a22b(0xf4)])return{'error':_0x5b4fc6[_0x14a22b(0xf4)]};return{'value':!!_0x5b4fc6[_0x14a22b(0xc6)][_0x14a22b(0xf3)]()};}[a36_0x1dfb11(0xaa)](_0x3c55f9,_0x42005a){const _0x122147=a36_0x1dfb11,_0x233d7d=[];if(_0x3c55f9['expressions']&&this[_0x122147(0xe5)][_0x3c55f9['id']][_0x122147(0xcc)])for(let _0x3af3a8=0x0;_0x3af3a8<_0x3c55f9['expressions'][_0x122147(0xd3)];_0x3af3a8++){try{_0x3c55f9[_0x122147(0xa2)][_0x3af3a8]=this[_0x122147(0xe5)][_0x3c55f9['id']][_0x122147(0xcc)](_0x3c55f9[_0x122147(0xa2)][_0x3af3a8]);}catch(_0x58bb01){this['logger'][_0x122147(0x102)](_0x122147(0xe4)+_0x3c55f9[_0x122147(0xa2)][_0x3af3a8]+_0x122147(0xcb)),_0x233d7d[_0x122147(0x12b)]({'name':_0x3c55f9[_0x122147(0xa2)][_0x3af3a8],'status':new status_message_1[(_0x122147(0x116))](status_message_1[_0x122147(0x116)][_0x122147(0xd8)],utils_1['errors'][_0x122147(0xba)],!![])}),_0x3c55f9[_0x122147(0xa2)][_0x122147(0x100)](_0x3af3a8,0x1),_0x3af3a8--;}}if(_0x3c55f9['action']===_0x122147(0x106)){if(!_0x3c55f9['expressions'])_0x3c55f9[_0x122147(0x117)]=[];else{const _0x5e396f=_0x42005a[_0x122147(0x12d)](0x0),_0x580904=_0x3c55f9[_0x122147(0xa2)]['map'](_0x4a05f6=>{const _0x51986e=_0x122147,_0x50309b=state[_0x51986e(0xac)](_0x4a05f6,_0x5e396f);return _0x50309b[_0x51986e(0xf4)]?_0x50309b['error']:_0x50309b[_0x51986e(0xc6)]['value']();});_0x3c55f9[_0x122147(0x117)]=_0x580904;}}else{const _0x494761=state[_0x122147(0xda)](_0x42005a,_0x3c55f9[_0x122147(0xa2)],this['config'],this['v8'],this['blocklistManager']);_0x3c55f9[_0x122147(0xbd)]&&(0x0,utils_1[_0x122147(0x10b)])(_0x3c55f9[_0x122147(0xbd)][_0x122147(0x122)])&&_0x494761[_0x122147(0xbd)]&&_0x494761[_0x122147(0xbd)][_0x122147(0x12a)]&&(_0x3c55f9[_0x122147(0xbd)]['line']=_0x494761[_0x122147(0xbd)][_0x122147(0x12a)]),_0x3c55f9['stackFrames']=_0x494761[_0x122147(0x101)],_0x3c55f9[_0x122147(0xeb)]=_0x494761['variableTable'],_0x3c55f9[_0x122147(0x117)]=_0x233d7d['concat'](_0x494761[_0x122147(0x117)]);}}}exports[a36_0x1dfb11(0xfb)]=V8DebugApi;
@@ -1 +1 @@
1
- function a37_0x5bef(){const _0x2cfd97=['numPausedBeforeReset','useWellFormattedUrl','V8Inspector','values','39332ZkHceb','onScriptParsed','detach','Debugger.enable','keys','2192200jUQDRY','error','evaluateOnCallFrame','8412996cIeTAH','toString','session','1157253fNZsoU','onPaused','enable','search','resetV8DebuggerThreshold','Error\x20upon\x20re-setting\x20breakpoint:\x20','disconnect','Debugger.disable','Debugger.setBreakpointsActive','Session','removeBreakpoint','breakpointId','logger','shouldUseWellFormattedUrl','apply','130212iIjXms','response','42rgiYud','4wLSvZk','params','Runtime.getProperties','length','connect','24xSoBIA','(((.+)+)+)+$','constructor','Debugger.paused','attach','10FLexOz','prevStoreSetBreakpointParams','storeSetBreakpointParams','inspector','17256MACvyI','resetV8DebuggerIfThresholdMet','4145009VCWCrL','4KSBHzZ','defineProperty','post','disable'];a37_0x5bef=function(){return _0x2cfd97;};return a37_0x5bef();}const a37_0x2ec2c8=a37_0x32cc;(function(_0x42e567,_0x5a995e){const _0x1744d2=a37_0x32cc,_0x58bf2f=_0x42e567();while(!![]){try{const _0x46d5a2=-parseInt(_0x1744d2(0x1ae))/0x1*(-parseInt(_0x1744d2(0x195))/0x2)+-parseInt(_0x1744d2(0x183))/0x3+parseInt(_0x1744d2(0x1a6))/0x4*(-parseInt(_0x1744d2(0x1b3))/0x5)+-parseInt(_0x1744d2(0x1a3))/0x6*(parseInt(_0x1744d2(0x194))/0x7)+-parseInt(_0x1744d2(0x19a))/0x8*(parseInt(_0x1744d2(0x192))/0x9)+-parseInt(_0x1744d2(0x19f))/0xa*(-parseInt(_0x1744d2(0x1a5))/0xb)+parseInt(_0x1744d2(0x180))/0xc;if(_0x46d5a2===_0x5a995e)break;else _0x58bf2f['push'](_0x58bf2f['shift']());}catch(_0x382914){_0x58bf2f['push'](_0x58bf2f['shift']());}}}(a37_0x5bef,0x42563));const a37_0x3a8dbf=(function(){let _0x49093f=!![];return function(_0x3eb252,_0xc917d5){const _0x4e176d=_0x49093f?function(){const _0x39df7a=a37_0x32cc;if(_0xc917d5){const _0x338d46=_0xc917d5[_0x39df7a(0x191)](_0x3eb252,arguments);return _0xc917d5=null,_0x338d46;}}:function(){};return _0x49093f=![],_0x4e176d;};}()),a37_0x168ea5=a37_0x3a8dbf(this,function(){const _0x38d6f1=a37_0x32cc;return a37_0x168ea5[_0x38d6f1(0x181)]()['search'](_0x38d6f1(0x19b))['toString']()[_0x38d6f1(0x19c)](a37_0x168ea5)[_0x38d6f1(0x186)](_0x38d6f1(0x19b));});a37_0x168ea5();'use strict';Object[a37_0x2ec2c8(0x1a7)](exports,'__esModule',{'value':!![]}),exports[a37_0x2ec2c8(0x1ac)]=void 0x0;const inspector=require(a37_0x2ec2c8(0x1a2));class V8Inspector{constructor(_0x4766d4,_0x1f79fd,_0x137c05,_0xc1bce4,_0x522e1e){const _0x4019bb=a37_0x2ec2c8;this[_0x4019bb(0x18f)]=_0x4766d4,this[_0x4019bb(0x1ab)]=_0x1f79fd,this['resetV8DebuggerThreshold']=_0x137c05,this[_0x4019bb(0x1af)]=_0xc1bce4,this[_0x4019bb(0x184)]=_0x522e1e,this[_0x4019bb(0x182)]=null,this[_0x4019bb(0x1a1)]={},this[_0x4019bb(0x1a0)]=null,this[_0x4019bb(0x1aa)]=0x0;}[a37_0x2ec2c8(0x190)](){const _0x51759e=a37_0x2ec2c8;return this[_0x51759e(0x1ab)];}['setBreakpointByUrl'](_0x332d61,_0x4f36c2=this[a37_0x2ec2c8(0x1a0)]!==null){const _0x5aaf88=a37_0x2ec2c8;_0x4f36c2?this[_0x5aaf88(0x185)](![]):this[_0x5aaf88(0x19e)]();const _0x1af37={};return this[_0x5aaf88(0x182)][_0x5aaf88(0x1a8)]('Debugger.setBreakpointByUrl',_0x332d61,(_0x3f753a,_0x419c51)=>{const _0x35d578=_0x5aaf88;_0x3f753a?_0x1af37['error']=_0x3f753a:this[_0x35d578(0x1a1)][_0x419c51[_0x35d578(0x18e)]]=_0x332d61,_0x1af37[_0x35d578(0x193)]=_0x419c51;}),_0x4f36c2&&(_0x1af37[_0x5aaf88(0x193)]&&(this[_0x5aaf88(0x1a0)][_0x1af37[_0x5aaf88(0x193)][_0x5aaf88(0x18e)]]=this[_0x5aaf88(0x1a1)][_0x1af37[_0x5aaf88(0x193)][_0x5aaf88(0x18e)]]),this['disable'](![])),_0x1af37;}[a37_0x2ec2c8(0x18d)](_0x5f3a31){const _0x526938=a37_0x2ec2c8;this[_0x526938(0x19e)]();const _0x34a309={};return this[_0x526938(0x182)]['post']('Debugger.removeBreakpoint',{'breakpointId':_0x5f3a31},_0x3b130d=>{const _0x4a00ad=_0x526938;if(_0x3b130d)_0x34a309['error']=_0x3b130d;delete this[_0x4a00ad(0x1a1)][_0x5f3a31],Object[_0x4a00ad(0x1b2)](this[_0x4a00ad(0x1a1)])[_0x4a00ad(0x198)]===0x0&&this['detach']();}),this[_0x526938(0x1a0)]!==null&&delete this[_0x526938(0x1a0)][_0x5f3a31],_0x34a309;}[a37_0x2ec2c8(0x17f)](_0x7f8042){const _0x592fe5=a37_0x2ec2c8;this[_0x592fe5(0x19e)]();const _0x261fa0={};return this[_0x592fe5(0x182)][_0x592fe5(0x1a8)]('Debugger.evaluateOnCallFrame',_0x7f8042,(_0x2bf487,_0x255d8b)=>{const _0x118675=_0x592fe5;if(_0x2bf487)_0x261fa0[_0x118675(0x1b4)]=_0x2bf487;_0x261fa0[_0x118675(0x193)]=_0x255d8b;}),_0x261fa0;}['getProperties'](_0x3d1ab6){const _0x106096=a37_0x2ec2c8,_0x175c8f={};return this['attach'](),this[_0x106096(0x182)]['post'](_0x106096(0x197),_0x3d1ab6,(_0x53f1bf,_0x5f0648)=>{const _0x20e44e=_0x106096;if(_0x53f1bf)_0x175c8f[_0x20e44e(0x1b4)]=_0x53f1bf;_0x175c8f[_0x20e44e(0x193)]=_0x5f0648;}),_0x175c8f;}[a37_0x2ec2c8(0x19e)](){const _0x3cd629=a37_0x2ec2c8;if(this['session'])return;const _0x3d48ce=new inspector[(_0x3cd629(0x18c))]();_0x3d48ce[_0x3cd629(0x199)](),_0x3d48ce['on']('Debugger.scriptParsed',_0x14f2e4=>{const _0x2436bb=_0x3cd629;this[_0x2436bb(0x1af)](_0x14f2e4[_0x2436bb(0x196)]);}),_0x3d48ce[_0x3cd629(0x1a8)](_0x3cd629(0x1b1)),_0x3d48ce[_0x3cd629(0x1a8)](_0x3cd629(0x18b),{'active':!![]}),_0x3d48ce['on'](_0x3cd629(0x19d),_0xf8243d=>{const _0x435c74=_0x3cd629;this[_0x435c74(0x184)](_0xf8243d[_0x435c74(0x196)]),this[_0x435c74(0x1a4)]();}),this[_0x3cd629(0x182)]=_0x3d48ce;}[a37_0x2ec2c8(0x185)](_0x1acd5e=!![]){const _0xd2e2a9=a37_0x2ec2c8;var _0x44be72;this[_0xd2e2a9(0x19e)](),(_0x44be72=this[_0xd2e2a9(0x182)])===null||_0x44be72===void 0x0?void 0x0:_0x44be72[_0xd2e2a9(0x1a8)](_0xd2e2a9(0x1b1));if(_0x1acd5e){for(const _0x19c591 of Object[_0xd2e2a9(0x1ad)](this[_0xd2e2a9(0x1a0)])){const _0xca4677=this['setBreakpointByUrl'](_0x19c591,![]);(_0xca4677[_0xd2e2a9(0x1b4)]||!_0xca4677['response'])&&this[_0xd2e2a9(0x18f)][_0xd2e2a9(0x1b4)](_0xd2e2a9(0x188)+_0xca4677);}this[_0xd2e2a9(0x1a0)]=null;}}[a37_0x2ec2c8(0x1a9)](_0x316615=!![]){const _0x14ea94=a37_0x2ec2c8;if(!this[_0x14ea94(0x182)])return;_0x316615&&(this[_0x14ea94(0x1a0)]=this['storeSetBreakpointParams']),this[_0x14ea94(0x182)][_0x14ea94(0x1a8)](_0x14ea94(0x18a)),this['detach']();}[a37_0x2ec2c8(0x1b0)](){const _0x22691f=a37_0x2ec2c8;if(!this['session'])return;this['session'][_0x22691f(0x189)](),this['session']=null,this['storeSetBreakpointParams']={},this[_0x22691f(0x1aa)]=0x0;}['resetV8DebuggerIfThresholdMet'](){const _0x5d715d=a37_0x2ec2c8;if(!this['session'])return;this[_0x5d715d(0x1aa)]+=0x1;if(this[_0x5d715d(0x1aa)]<this[_0x5d715d(0x187)])return;this['numPausedBeforeReset']=0x0,this['disable'](),this[_0x5d715d(0x185)]();}}function a37_0x32cc(_0x371514,_0x5f17ce){const _0x3f15f6=a37_0x5bef();return a37_0x32cc=function(_0x168ea5,_0x3a8dbf){_0x168ea5=_0x168ea5-0x17f;let _0x5bef43=_0x3f15f6[_0x168ea5];return _0x5bef43;},a37_0x32cc(_0x371514,_0x5f17ce);}exports[a37_0x2ec2c8(0x1ac)]=V8Inspector;
1
+ const a37_0x3bd65f=a37_0x306f;(function(_0x1d924a,_0x4b640b){const _0x31b5f9=a37_0x306f,_0x5d9817=_0x1d924a();while(!![]){try{const _0x13cc92=parseInt(_0x31b5f9(0xd4))/0x1*(parseInt(_0x31b5f9(0xd0))/0x2)+parseInt(_0x31b5f9(0xd9))/0x3*(parseInt(_0x31b5f9(0xe4))/0x4)+parseInt(_0x31b5f9(0xee))/0x5+-parseInt(_0x31b5f9(0xef))/0x6+parseInt(_0x31b5f9(0xf9))/0x7+parseInt(_0x31b5f9(0xd7))/0x8*(parseInt(_0x31b5f9(0xcb))/0x9)+parseInt(_0x31b5f9(0xe8))/0xa*(-parseInt(_0x31b5f9(0xed))/0xb);if(_0x13cc92===_0x4b640b)break;else _0x5d9817['push'](_0x5d9817['shift']());}catch(_0x2e3e78){_0x5d9817['push'](_0x5d9817['shift']());}}}(a37_0x261d,0xc1001));const a37_0x2b6691=(function(){let _0x54022e=!![];return function(_0x5e5f61,_0x3e0ee3){const _0x3e509e=_0x54022e?function(){const _0x5a0ec1=a37_0x306f;if(_0x3e0ee3){const _0x43a9c7=_0x3e0ee3[_0x5a0ec1(0xcf)](_0x5e5f61,arguments);return _0x3e0ee3=null,_0x43a9c7;}}:function(){};return _0x54022e=![],_0x3e509e;};}()),a37_0x34d1f6=a37_0x2b6691(this,function(){const _0x28123a=a37_0x306f;return a37_0x34d1f6[_0x28123a(0xcc)]()[_0x28123a(0xe5)](_0x28123a(0xe3))[_0x28123a(0xcc)]()[_0x28123a(0xd8)](a37_0x34d1f6)[_0x28123a(0xe5)]('(((.+)+)+)+$');});function a37_0x261d(){const _0x142783=['response','Debugger.setBreakpointByUrl','Debugger.setBreakpointsActive','419642vylnkV','disable','Error\x20upon\x20re-setting\x20breakpoint:\x20','1321528eCzEhZ','constructor','516uoZkBj','prevStoreSetBreakpointParams','enable','error','logger','getProperties','breakpointId','V8Inspector','storeSetBreakpointParams','numPausedBeforeReset','(((.+)+)+)+$','26284Qtisan','search','post','detach','950OuILXp','removeBreakpoint','Debugger.evaluateOnCallFrame','onPaused','setBreakpointByUrl','205931TxvuWY','890775KUUAba','5041182FJSaBo','shouldUseWellFormattedUrl','session','Debugger.disable','defineProperty','inspector','useWellFormattedUrl','params','attach','Debugger.paused','4737159FShkIR','resetV8DebuggerThreshold','9daWFaT','toString','resetV8DebuggerIfThresholdMet','Debugger.scriptParsed','apply','6gQtsPr'];a37_0x261d=function(){return _0x142783;};return a37_0x261d();}a37_0x34d1f6();'use strict';Object[a37_0x3bd65f(0xf3)](exports,'__esModule',{'value':!![]}),exports[a37_0x3bd65f(0xe0)]=void 0x0;const inspector=require(a37_0x3bd65f(0xf4));function a37_0x306f(_0x55626a,_0xc2b50c){const _0x32ab7e=a37_0x261d();return a37_0x306f=function(_0x34d1f6,_0x2b6691){_0x34d1f6=_0x34d1f6-0xca;let _0x261d91=_0x32ab7e[_0x34d1f6];return _0x261d91;},a37_0x306f(_0x55626a,_0xc2b50c);}class V8Inspector{constructor(_0x409cc5,_0x481540,_0x143be9,_0x4a7ba3,_0x1be02c){const _0x26c721=a37_0x3bd65f;this['logger']=_0x409cc5,this[_0x26c721(0xf5)]=_0x481540,this[_0x26c721(0xca)]=_0x143be9,this['onScriptParsed']=_0x4a7ba3,this['onPaused']=_0x1be02c,this['session']=null,this[_0x26c721(0xe1)]={},this[_0x26c721(0xda)]=null,this['numPausedBeforeReset']=0x0;}[a37_0x3bd65f(0xf0)](){const _0x5b7d23=a37_0x3bd65f;return this[_0x5b7d23(0xf5)];}[a37_0x3bd65f(0xec)](_0x280ec9,_0x4207c1=this[a37_0x3bd65f(0xda)]!==null){const _0xa2111=a37_0x3bd65f;_0x4207c1?this[_0xa2111(0xdb)](![]):this[_0xa2111(0xf7)]();const _0x4d1b89={};return this['session'][_0xa2111(0xe6)](_0xa2111(0xd2),_0x280ec9,(_0x258e59,_0x2a0de8)=>{const _0x3ea4aa=_0xa2111;_0x258e59?_0x4d1b89[_0x3ea4aa(0xdc)]=_0x258e59:this[_0x3ea4aa(0xe1)][_0x2a0de8['breakpointId']]=_0x280ec9,_0x4d1b89['response']=_0x2a0de8;}),_0x4207c1&&(_0x4d1b89['response']&&(this[_0xa2111(0xda)][_0x4d1b89['response'][_0xa2111(0xdf)]]=this[_0xa2111(0xe1)][_0x4d1b89[_0xa2111(0xd1)][_0xa2111(0xdf)]]),this[_0xa2111(0xd5)](![])),_0x4d1b89;}[a37_0x3bd65f(0xe9)](_0x55a011){const _0x4b38dd=a37_0x3bd65f;this[_0x4b38dd(0xf7)]();const _0xa3558a={};return this[_0x4b38dd(0xf1)][_0x4b38dd(0xe6)]('Debugger.removeBreakpoint',{'breakpointId':_0x55a011},_0x399ac5=>{const _0x53676e=_0x4b38dd;if(_0x399ac5)_0xa3558a[_0x53676e(0xdc)]=_0x399ac5;delete this['storeSetBreakpointParams'][_0x55a011],Object['keys'](this[_0x53676e(0xe1)])['length']===0x0&&this[_0x53676e(0xe7)]();}),this[_0x4b38dd(0xda)]!==null&&delete this['prevStoreSetBreakpointParams'][_0x55a011],_0xa3558a;}['evaluateOnCallFrame'](_0x4c0944){const _0x2ad725=a37_0x3bd65f;this[_0x2ad725(0xf7)]();const _0x43d788={};return this['session']['post'](_0x2ad725(0xea),_0x4c0944,(_0x2e740b,_0x52406c)=>{if(_0x2e740b)_0x43d788['error']=_0x2e740b;_0x43d788['response']=_0x52406c;}),_0x43d788;}[a37_0x3bd65f(0xde)](_0x4373ed){const _0x2b6c5c=a37_0x3bd65f,_0x35ceaa={};return this[_0x2b6c5c(0xf7)](),this['session'][_0x2b6c5c(0xe6)]('Runtime.getProperties',_0x4373ed,(_0x32f57e,_0x23ebcd)=>{const _0x4cbc61=_0x2b6c5c;if(_0x32f57e)_0x35ceaa['error']=_0x32f57e;_0x35ceaa[_0x4cbc61(0xd1)]=_0x23ebcd;}),_0x35ceaa;}['attach'](){const _0x51b6af=a37_0x3bd65f;if(this[_0x51b6af(0xf1)])return;const _0x4e2b82=new inspector['Session']();_0x4e2b82['connect'](),_0x4e2b82['on'](_0x51b6af(0xce),_0x23571f=>{this['onScriptParsed'](_0x23571f['params']);}),_0x4e2b82[_0x51b6af(0xe6)]('Debugger.enable'),_0x4e2b82[_0x51b6af(0xe6)](_0x51b6af(0xd3),{'active':!![]}),_0x4e2b82['on'](_0x51b6af(0xf8),_0x492f4c=>{const _0x4d7a16=_0x51b6af;this[_0x4d7a16(0xeb)](_0x492f4c[_0x4d7a16(0xf6)]),this[_0x4d7a16(0xcd)]();}),this[_0x51b6af(0xf1)]=_0x4e2b82;}[a37_0x3bd65f(0xdb)](_0x542e52=!![]){const _0xe9d6f6=a37_0x3bd65f;var _0x969d03;this[_0xe9d6f6(0xf7)](),(_0x969d03=this[_0xe9d6f6(0xf1)])===null||_0x969d03===void 0x0?void 0x0:_0x969d03[_0xe9d6f6(0xe6)]('Debugger.enable');if(_0x542e52){for(const _0x536515 of Object['values'](this[_0xe9d6f6(0xda)])){const _0x36899c=this[_0xe9d6f6(0xec)](_0x536515,![]);(_0x36899c[_0xe9d6f6(0xdc)]||!_0x36899c[_0xe9d6f6(0xd1)])&&this[_0xe9d6f6(0xdd)][_0xe9d6f6(0xdc)](_0xe9d6f6(0xd6)+_0x36899c);}this['prevStoreSetBreakpointParams']=null;}}[a37_0x3bd65f(0xd5)](_0x4d6dae=!![]){const _0x55a2ba=a37_0x3bd65f;if(!this['session'])return;_0x4d6dae&&(this['prevStoreSetBreakpointParams']=this[_0x55a2ba(0xe1)]),this[_0x55a2ba(0xf1)]['post'](_0x55a2ba(0xf2)),this[_0x55a2ba(0xe7)]();}[a37_0x3bd65f(0xe7)](){const _0x1b88eb=a37_0x3bd65f;if(!this[_0x1b88eb(0xf1)])return;this[_0x1b88eb(0xf1)]['disconnect'](),this[_0x1b88eb(0xf1)]=null,this['storeSetBreakpointParams']={},this[_0x1b88eb(0xe2)]=0x0;}[a37_0x3bd65f(0xcd)](){const _0x173684=a37_0x3bd65f;if(!this[_0x173684(0xf1)])return;this['numPausedBeforeReset']+=0x1;if(this[_0x173684(0xe2)]<this[_0x173684(0xca)])return;this[_0x173684(0xe2)]=0x0,this[_0x173684(0xd5)](),this['enable']();}}exports[a37_0x3bd65f(0xe0)]=V8Inspector;
@@ -1 +1 @@
1
- const a38_0x48e308=a38_0x450e;function a38_0x450e(_0x1620e5,_0x191e2a){const _0x4e8986=a38_0x36dc();return a38_0x450e=function(_0x14cf50,_0x25aadd){_0x14cf50=_0x14cf50-0x15c;let _0x36dcb8=_0x4e8986[_0x14cf50];return _0x36dcb8;},a38_0x450e(_0x1620e5,_0x191e2a);}(function(_0x1bb658,_0x3a2a17){const _0x5a5831=a38_0x450e,_0x4710a9=_0x1bb658();while(!![]){try{const _0x148ae3=parseInt(_0x5a5831(0x16e))/0x1+-parseInt(_0x5a5831(0x15f))/0x2*(-parseInt(_0x5a5831(0x165))/0x3)+parseInt(_0x5a5831(0x170))/0x4*(parseInt(_0x5a5831(0x167))/0x5)+-parseInt(_0x5a5831(0x16f))/0x6+parseInt(_0x5a5831(0x171))/0x7+parseInt(_0x5a5831(0x15c))/0x8*(parseInt(_0x5a5831(0x168))/0x9)+parseInt(_0x5a5831(0x175))/0xa*(-parseInt(_0x5a5831(0x160))/0xb);if(_0x148ae3===_0x3a2a17)break;else _0x4710a9['push'](_0x4710a9['shift']());}catch(_0x1cb522){_0x4710a9['push'](_0x4710a9['shift']());}}}(a38_0x36dc,0xca45c));const a38_0x25aadd=(function(){let _0x2d83ea=!![];return function(_0x39526d,_0x1adb71){const _0x24b6fe=_0x2d83ea?function(){const _0x32a0e9=a38_0x450e;if(_0x1adb71){const _0x7a6877=_0x1adb71[_0x32a0e9(0x169)](_0x39526d,arguments);return _0x1adb71=null,_0x7a6877;}}:function(){};return _0x2d83ea=![],_0x24b6fe;};}()),a38_0x14cf50=a38_0x25aadd(this,function(){const _0x3dd976=a38_0x450e;return a38_0x14cf50[_0x3dd976(0x172)]()[_0x3dd976(0x15e)](_0x3dd976(0x163))[_0x3dd976(0x172)]()[_0x3dd976(0x176)](a38_0x14cf50)[_0x3dd976(0x15e)]('(((.+)+)+)+$');});a38_0x14cf50();'use strict';Object[a38_0x48e308(0x15d)](exports,a38_0x48e308(0x16b),{'value':!![]}),exports[a38_0x48e308(0x16a)]=void 0x0;function a38_0x36dc(){const _0x43404c=['defineProperty','search','106dfVhLc','33YCjoDk','packageInfo','options','(((.+)+)+)+$','apiEndpoint','12957RfvyAm','Service','235015zKafgk','12007917zRYJqu','apply','Debug','__esModule','version','@google-cloud/common','535058nkgzhB','329568pdOQzn','116eXgIJo','5575178WjTTKg','toString','https://www.googleapis.com/auth/cloud_debugger','name','11247610factOU','constructor','8QUikhQ'];a38_0x36dc=function(){return _0x43404c;};return a38_0x36dc();}const common_1=require(a38_0x48e308(0x16d));class Debug extends common_1[a38_0x48e308(0x166)]{constructor(_0x378d19={},_0x5ae4f2){const _0x4a1829=a38_0x48e308;if(new.target!==Debug)return new Debug(_0x378d19,_0x5ae4f2);const _0x20f9a6={'projectIdRequired':![],'apiEndpoint':_0x378d19['apiEndpoint'],'baseUrl':'https://'+_0x378d19[_0x4a1829(0x164)],'scopes':[_0x4a1829(0x173)],'packageJson':_0x5ae4f2};super(_0x20f9a6,_0x378d19),this[_0x4a1829(0x162)]=_0x378d19,this[_0x4a1829(0x161)]={'name':_0x5ae4f2[_0x4a1829(0x174)],'version':_0x5ae4f2[_0x4a1829(0x16c)]};}}exports['Debug']=Debug;
1
+ function a38_0x39a0(){const _0x1c8b2c=['(((.+)+)+)+$','toString','apply','https://www.googleapis.com/auth/cloud_debugger','33196UUyDcE','options','3274089EDdMTG','name','@google-cloud/common','Service','488949VLUzjs','6qdruwa','defineProperty','10336725IcwWaH','44956tHYwAH','18komYJC','15QzNDJG','apiEndpoint','version','search','3233040sGahsL','17815200njomzj'];a38_0x39a0=function(){return _0x1c8b2c;};return a38_0x39a0();}const a38_0x504e51=a38_0x1801;(function(_0x1159e9,_0x34db58){const _0x370c35=a38_0x1801,_0x449304=_0x1159e9();while(!![]){try{const _0x53bf3b=-parseInt(_0x370c35(0x173))/0x1*(parseInt(_0x370c35(0x17e))/0x2)+parseInt(_0x370c35(0x16e))/0x3+-parseInt(_0x370c35(0x172))/0x4*(-parseInt(_0x370c35(0x174))/0x5)+-parseInt(_0x370c35(0x16f))/0x6*(-parseInt(_0x370c35(0x180))/0x7)+-parseInt(_0x370c35(0x178))/0x8+-parseInt(_0x370c35(0x171))/0x9+parseInt(_0x370c35(0x179))/0xa;if(_0x53bf3b===_0x34db58)break;else _0x449304['push'](_0x449304['shift']());}catch(_0x4032e2){_0x449304['push'](_0x449304['shift']());}}}(a38_0x39a0,0x91260));function a38_0x1801(_0x229771,_0x534cca){const _0x177289=a38_0x39a0();return a38_0x1801=function(_0x50f15b,_0x311510){_0x50f15b=_0x50f15b-0x16e;let _0x39a053=_0x177289[_0x50f15b];return _0x39a053;},a38_0x1801(_0x229771,_0x534cca);}const a38_0x311510=(function(){let _0x1e8ed8=!![];return function(_0x50b405,_0x5476d3){const _0x3ea0dc=_0x1e8ed8?function(){const _0x2a5ea5=a38_0x1801;if(_0x5476d3){const _0x1554d5=_0x5476d3[_0x2a5ea5(0x17c)](_0x50b405,arguments);return _0x5476d3=null,_0x1554d5;}}:function(){};return _0x1e8ed8=![],_0x3ea0dc;};}()),a38_0x50f15b=a38_0x311510(this,function(){const _0xa05518=a38_0x1801;return a38_0x50f15b[_0xa05518(0x17b)]()[_0xa05518(0x177)](_0xa05518(0x17a))[_0xa05518(0x17b)]()['constructor'](a38_0x50f15b)['search'](_0xa05518(0x17a));});a38_0x50f15b();'use strict';Object[a38_0x504e51(0x170)](exports,'__esModule',{'value':!![]}),exports['Debug']=void 0x0;const common_1=require(a38_0x504e51(0x182));class Debug extends common_1[a38_0x504e51(0x183)]{constructor(_0x36f44b={},_0xae713b){const _0x4975f6=a38_0x504e51;if(new.target!==Debug)return new Debug(_0x36f44b,_0xae713b);const _0x151246={'projectIdRequired':![],'apiEndpoint':_0x36f44b[_0x4975f6(0x175)],'baseUrl':'https://'+_0x36f44b[_0x4975f6(0x175)],'scopes':[_0x4975f6(0x17d)],'packageJson':_0xae713b};super(_0x151246,_0x36f44b),this[_0x4975f6(0x17f)]=_0x36f44b,this['packageInfo']={'name':_0xae713b[_0x4975f6(0x181)],'version':_0xae713b[_0x4975f6(0x176)]};}}exports['Debug']=Debug;
@@ -1 +1 @@
1
- const a39_0x453cab=a39_0x36b5;(function(_0x164d34,_0x31923f){const _0x4dab83=a39_0x36b5,_0x115d7d=_0x164d34();while(!![]){try{const _0x890206=parseInt(_0x4dab83(0x1dd))/0x1*(parseInt(_0x4dab83(0x1d5))/0x2)+parseInt(_0x4dab83(0x1d4))/0x3*(parseInt(_0x4dab83(0x1e6))/0x4)+parseInt(_0x4dab83(0x1d8))/0x5+-parseInt(_0x4dab83(0x1e2))/0x6+parseInt(_0x4dab83(0x1d0))/0x7*(parseInt(_0x4dab83(0x1d1))/0x8)+parseInt(_0x4dab83(0x1df))/0x9+-parseInt(_0x4dab83(0x1da))/0xa;if(_0x890206===_0x31923f)break;else _0x115d7d['push'](_0x115d7d['shift']());}catch(_0x4cea51){_0x115d7d['push'](_0x115d7d['shift']());}}}(a39_0x2a18,0x47a61));const a39_0x527630=(function(){let _0xdd3094=!![];return function(_0x4cbce3,_0x3abd49){const _0xbf54ba=_0xdd3094?function(){const _0x4cce52=a39_0x36b5;if(_0x3abd49){const _0x4c7c4d=_0x3abd49[_0x4cce52(0x1e0)](_0x4cbce3,arguments);return _0x3abd49=null,_0x4c7c4d;}}:function(){};return _0xdd3094=![],_0xbf54ba;};}()),a39_0x1de1d0=a39_0x527630(this,function(){const _0x10ec90=a39_0x36b5;return a39_0x1de1d0[_0x10ec90(0x1d9)]()[_0x10ec90(0x1e5)]('(((.+)+)+)+$')[_0x10ec90(0x1d9)]()[_0x10ec90(0x1cf)](a39_0x1de1d0)[_0x10ec90(0x1e5)]('(((.+)+)+)+$');});a39_0x1de1d0();'use strict';function a39_0x36b5(_0x2cace8,_0x4822f9){const _0x35c1db=a39_0x2a18();return a39_0x36b5=function(_0x1de1d0,_0x527630){_0x1de1d0=_0x1de1d0-0x1ce;let _0x2a18bf=_0x35c1db[_0x1de1d0];return _0x2a18bf;},a39_0x36b5(_0x2cace8,_0x4822f9);}Object['defineProperty'](exports,a39_0x453cab(0x1dc),{'value':!![]}),exports[a39_0x453cab(0x1e1)]=void 0x0;class StatusMessage{constructor(_0x5dd387,_0x35f333,_0x354b8d,_0x1a5077=![]){const _0x9b223e=a39_0x453cab,{description:_0x1ad88c,id:_0x2583c4}=_0x35f333||{};this['refersTo']=_0x5dd387,this[_0x9b223e(0x1ce)]={'format':_0x1ad88c||''},_0x2583c4&&(this['description'][_0x9b223e(0x1e3)]=_0x2583c4),this['isError']=_0x354b8d,this['isAccepted']=_0x1a5077;}}exports['StatusMessage']=StatusMessage,StatusMessage['UNSPECIFIED']=a39_0x453cab(0x1d2),StatusMessage[a39_0x453cab(0x1d3)]=a39_0x453cab(0x1d3),StatusMessage['BREAKPOINT_CONDITION']=a39_0x453cab(0x1de),StatusMessage[a39_0x453cab(0x1d7)]=a39_0x453cab(0x1d7),StatusMessage[a39_0x453cab(0x1d6)]=a39_0x453cab(0x1d6),StatusMessage[a39_0x453cab(0x1e4)]=a39_0x453cab(0x1e4),StatusMessage[a39_0x453cab(0x1db)]=a39_0x453cab(0x1db);function a39_0x2a18(){const _0x1cb1e9=['apply','StatusMessage','2324928Mnifyq','errorId','VARIABLE_VALUE','search','4kKOfun','description','constructor','1715uDMbFU','4120igduTx','UNSPECIFIED','BREAKPOINT_SOURCE_LOCATION','213513xgoCIp','742938KMbvsO','VARIABLE_NAME','BREAKPOINT_EXPRESSION','488525UAuMfs','toString','3566750xTAALx','BREAKPOINT_AGE','__esModule','1PukijO','BREAKPOINT_CONDITION','3340044jeDqXg'];a39_0x2a18=function(){return _0x1cb1e9;};return a39_0x2a18();}
1
+ const a39_0x55bc17=a39_0x5759;function a39_0x5759(_0x469102,_0x334177){const _0x3f21bd=a39_0x4f16();return a39_0x5759=function(_0x2ba52d,_0x36fb80){_0x2ba52d=_0x2ba52d-0x87;let _0x4f1690=_0x3f21bd[_0x2ba52d];return _0x4f1690;},a39_0x5759(_0x469102,_0x334177);}(function(_0x29b2a8,_0x556d73){const _0x15291a=a39_0x5759,_0x34e23c=_0x29b2a8();while(!![]){try{const _0x4abf3e=-parseInt(_0x15291a(0xa0))/0x1+-parseInt(_0x15291a(0x9a))/0x2*(parseInt(_0x15291a(0x95))/0x3)+parseInt(_0x15291a(0x8c))/0x4*(-parseInt(_0x15291a(0x89))/0x5)+-parseInt(_0x15291a(0xa1))/0x6*(-parseInt(_0x15291a(0x93))/0x7)+-parseInt(_0x15291a(0x92))/0x8+parseInt(_0x15291a(0x91))/0x9+parseInt(_0x15291a(0x9c))/0xa*(parseInt(_0x15291a(0x8a))/0xb);if(_0x4abf3e===_0x556d73)break;else _0x34e23c['push'](_0x34e23c['shift']());}catch(_0x1c4a7d){_0x34e23c['push'](_0x34e23c['shift']());}}}(a39_0x4f16,0xa289e));const a39_0x36fb80=(function(){let _0x3fdb62=!![];return function(_0x9b3e34,_0x24f751){const _0x25bc46=_0x3fdb62?function(){if(_0x24f751){const _0x47b674=_0x24f751['apply'](_0x9b3e34,arguments);return _0x24f751=null,_0x47b674;}}:function(){};return _0x3fdb62=![],_0x25bc46;};}()),a39_0x2ba52d=a39_0x36fb80(this,function(){const _0x505879=a39_0x5759;return a39_0x2ba52d[_0x505879(0x8f)]()[_0x505879(0x96)](_0x505879(0x8e))[_0x505879(0x8f)]()[_0x505879(0x90)](a39_0x2ba52d)[_0x505879(0x96)](_0x505879(0x8e));});function a39_0x4f16(){const _0x146874=['defineProperty','18635dadIXr','3450LQNZxr','StatusMessage','BREAKPOINT_EXPRESSION','description','5Ydmccy','15653QNLzCh','errorId','1262084pPDNyM','VARIABLE_NAME','(((.+)+)+)+$','toString','constructor','7452855DyXXqR','1800672BPVtCZ','6937LAjawS','refersTo','927oiJZNx','search','isAccepted','BREAKPOINT_CONDITION','VARIABLE_VALUE','8202cQVoob','BREAKPOINT_SOURCE_LOCATION','7690rgQBzc','BREAKPOINT_AGE','UNSPECIFIED'];a39_0x4f16=function(){return _0x146874;};return a39_0x4f16();}a39_0x2ba52d();'use strict';Object[a39_0x55bc17(0x9f)](exports,'__esModule',{'value':!![]}),exports[a39_0x55bc17(0xa2)]=void 0x0;class StatusMessage{constructor(_0x1c8756,_0x112635,_0x3e777e,_0x559bdf=![]){const _0x142466=a39_0x55bc17,{description:_0x4c665c,id:_0x579343}=_0x112635||{};this[_0x142466(0x94)]=_0x1c8756,this[_0x142466(0x88)]={'format':_0x4c665c||''},_0x579343&&(this['description'][_0x142466(0x8b)]=_0x579343),this['isError']=_0x3e777e,this[_0x142466(0x97)]=_0x559bdf;}}exports[a39_0x55bc17(0xa2)]=StatusMessage,StatusMessage[a39_0x55bc17(0x9e)]='UNSPECIFIED',StatusMessage[a39_0x55bc17(0x9b)]=a39_0x55bc17(0x9b),StatusMessage[a39_0x55bc17(0x98)]='BREAKPOINT_CONDITION',StatusMessage['BREAKPOINT_EXPRESSION']=a39_0x55bc17(0x87),StatusMessage[a39_0x55bc17(0x8d)]='VARIABLE_NAME',StatusMessage['VARIABLE_VALUE']=a39_0x55bc17(0x99),StatusMessage[a39_0x55bc17(0x9d)]='BREAKPOINT_AGE';
@@ -1 +1 @@
1
- var a40_0x25047c=a40_0x2921;(function(_0xf9672c,_0xe0ff83){var _0x3db920=a40_0x2921,_0x2732cc=_0xf9672c();while(!![]){try{var _0x5f500e=parseInt(_0x3db920(0x1c1))/0x1*(-parseInt(_0x3db920(0x1b8))/0x2)+parseInt(_0x3db920(0x1d0))/0x3*(-parseInt(_0x3db920(0x1ac))/0x4)+-parseInt(_0x3db920(0x1c0))/0x5*(-parseInt(_0x3db920(0x1ba))/0x6)+parseInt(_0x3db920(0x1bf))/0x7+-parseInt(_0x3db920(0x1b1))/0x8*(parseInt(_0x3db920(0x1ce))/0x9)+-parseInt(_0x3db920(0x1c8))/0xa+-parseInt(_0x3db920(0x1bb))/0xb*(-parseInt(_0x3db920(0x1c9))/0xc);if(_0x5f500e===_0xe0ff83)break;else _0x2732cc['push'](_0x2732cc['shift']());}catch(_0x1eb9a1){_0x2732cc['push'](_0x2732cc['shift']());}}}(a40_0x1530,0x6544d));var a40_0x2dd1b1=(function(){var _0x2516f9=!![];return function(_0x29c302,_0x40f39d){var _0x55f6a4=_0x2516f9?function(){var _0x104415=a40_0x2921;if(_0x40f39d){var _0x97f746=_0x40f39d[_0x104415(0x1c2)](_0x29c302,arguments);return _0x40f39d=null,_0x97f746;}}:function(){};return _0x2516f9=![],_0x55f6a4;};}()),a40_0x4dbbb4=a40_0x2dd1b1(this,function(){var _0x2484d3=a40_0x2921;return a40_0x4dbbb4[_0x2484d3(0x1cb)]()[_0x2484d3(0x1c3)](_0x2484d3(0x1ca))[_0x2484d3(0x1cb)]()[_0x2484d3(0x1cd)](a40_0x4dbbb4)[_0x2484d3(0x1c3)](_0x2484d3(0x1ca));});function a40_0x1530(){var _0x1ae537=['runtimeEnvironment','runtimeEnvironmentVersion','host','998950TywPii','10934532AxIDTA','(((.+)+)+)+$','toString','properties.uniquifier\x20must\x20be\x20a\x20string','constructor','27xBkDnh','uniquifier','1341pMSexl','osVersion','agentVersion','4416xBjsic','labels','Debuggee','defineProperty','isInDocker','2115824MmmSsK','isInK8s','systemTotalMemoryBytes','Node.js','procArch','statusMessage','runtimeEnvironmentInfo','87732ybUJas','linuxDistroName','5826SXqGZt','11aTBcDt','agentOS','sourceContexts','cpuCoreCount','2611602uhElpP','4245VoTmqS','7jfnmWX','apply','search','pid'];a40_0x1530=function(){return _0x1ae537;};return a40_0x1530();}a40_0x4dbbb4();function a40_0x2921(_0x47cd9f,_0x1b116c){var _0x2d9a7f=a40_0x1530();return a40_0x2921=function(_0x4dbbb4,_0x2dd1b1){_0x4dbbb4=_0x4dbbb4-0x1ab;var _0x1530ac=_0x2d9a7f[_0x4dbbb4];return _0x1530ac;},a40_0x2921(_0x47cd9f,_0x1b116c);}'use strict';Object[a40_0x25047c(0x1af)](exports,'__esModule',{'value':!![]}),exports[a40_0x25047c(0x1ae)]=void 0x0;class Debuggee{constructor(_0x236aa1){var _0x5ba1f1=a40_0x25047c;this[_0x5ba1f1(0x1c5)]=_0x5ba1f1(0x1b4);if(!(this instanceof Debuggee))return new Debuggee(_0x236aa1);_0x236aa1=_0x236aa1||{};if(typeof _0x236aa1[_0x5ba1f1(0x1cf)]!=='string')throw new Error(_0x5ba1f1(0x1cc));this[_0x5ba1f1(0x1cf)]=_0x236aa1[_0x5ba1f1(0x1cf)],this[_0x5ba1f1(0x1ab)]=_0x236aa1['agentVersion'],_0x236aa1[_0x5ba1f1(0x1ad)]&&(this[_0x5ba1f1(0x1ad)]=_0x236aa1[_0x5ba1f1(0x1ad)]),_0x236aa1[_0x5ba1f1(0x1bd)]&&(this['sourceContexts']=_0x236aa1[_0x5ba1f1(0x1bd)]),_0x236aa1[_0x5ba1f1(0x1b6)]&&(this[_0x5ba1f1(0x1b6)]=_0x236aa1[_0x5ba1f1(0x1b6)]),this[_0x5ba1f1(0x1c7)]=_0x236aa1['host'],this[_0x5ba1f1(0x1c4)]=_0x236aa1[_0x5ba1f1(0x1c4)],this[_0x5ba1f1(0x1be)]=_0x236aa1['cpuCoreCount'],this[_0x5ba1f1(0x1b3)]=_0x236aa1[_0x5ba1f1(0x1b3)],this[_0x5ba1f1(0x1bc)]=_0x236aa1[_0x5ba1f1(0x1bc)],this[_0x5ba1f1(0x1d1)]=_0x236aa1['osVersion'],this[_0x5ba1f1(0x1c6)]=_0x236aa1[_0x5ba1f1(0x1c6)],this[_0x5ba1f1(0x1b7)]=_0x236aa1['runtimeEnvironmentInfo'],this[_0x5ba1f1(0x1b9)]=_0x236aa1[_0x5ba1f1(0x1b9)],this[_0x5ba1f1(0x1b0)]=_0x236aa1[_0x5ba1f1(0x1b0)],this[_0x5ba1f1(0x1b2)]=_0x236aa1[_0x5ba1f1(0x1b2)],this[_0x5ba1f1(0x1b5)]=_0x236aa1[_0x5ba1f1(0x1b5)];}}exports[a40_0x25047c(0x1ae)]=Debuggee;
1
+ var a40_0x4ffc30=a40_0x1ac1;(function(_0x53033b,_0x597103){var _0x3652ee=a40_0x1ac1,_0x16151d=_0x53033b();while(!![]){try{var _0x23a140=parseInt(_0x3652ee(0x120))/0x1+-parseInt(_0x3652ee(0x12a))/0x2*(-parseInt(_0x3652ee(0x126))/0x3)+-parseInt(_0x3652ee(0x127))/0x4+parseInt(_0x3652ee(0x136))/0x5*(parseInt(_0x3652ee(0x13a))/0x6)+-parseInt(_0x3652ee(0x11b))/0x7*(-parseInt(_0x3652ee(0x12e))/0x8)+parseInt(_0x3652ee(0x122))/0x9*(-parseInt(_0x3652ee(0x135))/0xa)+parseInt(_0x3652ee(0x125))/0xb;if(_0x23a140===_0x597103)break;else _0x16151d['push'](_0x16151d['shift']());}catch(_0x13587b){_0x16151d['push'](_0x16151d['shift']());}}}(a40_0x5afa,0xce13d));var a40_0x595ca5=(function(){var _0x1871a5=!![];return function(_0x5e84b5,_0x35bde5){var _0x4c5b77=_0x1871a5?function(){var _0x1f6eda=a40_0x1ac1;if(_0x35bde5){var _0x22d64f=_0x35bde5[_0x1f6eda(0x128)](_0x5e84b5,arguments);return _0x35bde5=null,_0x22d64f;}}:function(){};return _0x1871a5=![],_0x4c5b77;};}()),a40_0x2e9050=a40_0x595ca5(this,function(){var _0x2c7a5f=a40_0x1ac1;return a40_0x2e9050[_0x2c7a5f(0x121)]()[_0x2c7a5f(0x124)]('(((.+)+)+)+$')[_0x2c7a5f(0x121)]()[_0x2c7a5f(0x131)](a40_0x2e9050)[_0x2c7a5f(0x124)](_0x2c7a5f(0x11a));});a40_0x2e9050();'use strict';Object[a40_0x4ffc30(0x134)](exports,'__esModule',{'value':!![]}),exports[a40_0x4ffc30(0x12c)]=void 0x0;class Debuggee{constructor(_0x47a69f){var _0x4cacff=a40_0x4ffc30;this['runtimeEnvironment']='Node.js';if(!(this instanceof Debuggee))return new Debuggee(_0x47a69f);_0x47a69f=_0x47a69f||{};if(typeof _0x47a69f[_0x4cacff(0x11c)]!==_0x4cacff(0x138))throw new Error(_0x4cacff(0x13c));this[_0x4cacff(0x11c)]=_0x47a69f[_0x4cacff(0x11c)],this[_0x4cacff(0x123)]=_0x47a69f[_0x4cacff(0x123)],_0x47a69f[_0x4cacff(0x12b)]&&(this[_0x4cacff(0x12b)]=_0x47a69f[_0x4cacff(0x12b)]),_0x47a69f[_0x4cacff(0x139)]&&(this['sourceContexts']=_0x47a69f[_0x4cacff(0x139)]),_0x47a69f[_0x4cacff(0x130)]&&(this[_0x4cacff(0x130)]=_0x47a69f['statusMessage']),this[_0x4cacff(0x11d)]=_0x47a69f['host'],this[_0x4cacff(0x11e)]=_0x47a69f['pid'],this['cpuCoreCount']=_0x47a69f[_0x4cacff(0x118)],this[_0x4cacff(0x11f)]=_0x47a69f[_0x4cacff(0x11f)],this['agentOS']=_0x47a69f[_0x4cacff(0x12d)],this[_0x4cacff(0x119)]=_0x47a69f[_0x4cacff(0x119)],this[_0x4cacff(0x13b)]=_0x47a69f['runtimeEnvironmentVersion'],this[_0x4cacff(0x129)]=_0x47a69f[_0x4cacff(0x129)],this[_0x4cacff(0x12f)]=_0x47a69f[_0x4cacff(0x12f)],this[_0x4cacff(0x137)]=_0x47a69f['isInDocker'],this[_0x4cacff(0x132)]=_0x47a69f['isInK8s'],this[_0x4cacff(0x133)]=_0x47a69f['procArch'];}}function a40_0x1ac1(_0x4f958e,_0x1ba1cc){var _0x4d6d9b=a40_0x5afa();return a40_0x1ac1=function(_0x2e9050,_0x595ca5){_0x2e9050=_0x2e9050-0x118;var _0x5afa99=_0x4d6d9b[_0x2e9050];return _0x5afa99;},a40_0x1ac1(_0x4f958e,_0x1ba1cc);}function a40_0x5afa(){var _0x40d2c5=['28991072OPqslx','16167fZPCzi','5913400xdtKDS','apply','runtimeEnvironmentInfo','4iXEFvo','labels','Debuggee','agentOS','8gDIQMs','linuxDistroName','statusMessage','constructor','isInK8s','procArch','defineProperty','10CuUbbU','4395fSSqtQ','isInDocker','string','sourceContexts','1500uJcuom','runtimeEnvironmentVersion','properties.uniquifier\x20must\x20be\x20a\x20string','cpuCoreCount','osVersion','(((.+)+)+)+$','153545fgHCjN','uniquifier','host','pid','systemTotalMemoryBytes','370808LLbGGP','toString','8427420UjeKtc','agentVersion','search'];a40_0x5afa=function(){return _0x40d2c5;};return a40_0x5afa();}exports[a40_0x4ffc30(0x12c)]=Debuggee;
package/build/src/gcp.js CHANGED
@@ -1 +1 @@
1
- const a41_0x5ee10e=a41_0x3f09;(function(_0x14939e,_0x2ece3b){const _0x3183be=a41_0x3f09,_0x29ee96=_0x14939e();while(!![]){try{const _0xcd3994=parseInt(_0x3183be(0x1b7))/0x1*(parseInt(_0x3183be(0x1bd))/0x2)+parseInt(_0x3183be(0x1c1))/0x3*(parseInt(_0x3183be(0x1ac))/0x4)+parseInt(_0x3183be(0x1ae))/0x5+-parseInt(_0x3183be(0x1a7))/0x6+-parseInt(_0x3183be(0x1b1))/0x7*(-parseInt(_0x3183be(0x1a8))/0x8)+parseInt(_0x3183be(0x1c3))/0x9*(-parseInt(_0x3183be(0x1a6))/0xa)+parseInt(_0x3183be(0x1b4))/0xb*(parseInt(_0x3183be(0x1b3))/0xc);if(_0xcd3994===_0x2ece3b)break;else _0x29ee96['push'](_0x29ee96['shift']());}catch(_0x2d4b3d){_0x29ee96['push'](_0x29ee96['shift']());}}}(a41_0x3266,0xce4b5));function a41_0x3f09(_0x19d900,_0x28fb85){const _0x3bcf7c=a41_0x3266();return a41_0x3f09=function(_0x471cd1,_0x56ff38){_0x471cd1=_0x471cd1-0x1a6;let _0x3266ce=_0x3bcf7c[_0x471cd1];return _0x3266ce;},a41_0x3f09(_0x19d900,_0x28fb85);}const a41_0x56ff38=(function(){let _0x460821=!![];return function(_0x48ef47,_0x28e0f2){const _0x46c132=_0x460821?function(){if(_0x28e0f2){const _0x514e96=_0x28e0f2['apply'](_0x48ef47,arguments);return _0x28e0f2=null,_0x514e96;}}:function(){};return _0x460821=![],_0x46c132;};}()),a41_0x471cd1=a41_0x56ff38(this,function(){const _0x45b941=a41_0x3f09;return a41_0x471cd1[_0x45b941(0x1c0)]()[_0x45b941(0x1c2)](_0x45b941(0x1b5))[_0x45b941(0x1c0)]()[_0x45b941(0x1ba)](a41_0x471cd1)[_0x45b941(0x1c2)](_0x45b941(0x1b5));});a41_0x471cd1();'use strict';Object[a41_0x5ee10e(0x1b8)](exports,a41_0x5ee10e(0x1ab),{'value':!![]}),exports[a41_0x5ee10e(0x1b0)]=void 0x0;function a41_0x3266(){const _0x41cd6d=['15282768jeAXdG','11NuRxJH','(((.+)+)+)+$','run','4gfdZzW','defineProperty','callbackWrapper','constructor','asyncStart','functionParams','142070DjwMCc','isCallbackWrapperInvoked','callbackParams','toString','78GSOxjs','search','36EXIKME','4103220nQLgZj','9270810glLuxF','9512pszfqq','callback','bind','__esModule','242276mnwxvj','callbackIndex','4131885DKxSlr','length','wrap','427YgwIea','stop'];a41_0x3266=function(){return _0x41cd6d;};return a41_0x3266();}const lightrun=require('./index'),DEFAULT_API_ENDPOINT='app.lightrun.com',DEFAULT_WAIT_FOR_INIT_MS=0x1388;function wrap(_0x3aab0f,_0x1bac62,_0x170927){return async(..._0x5a7c2b)=>{const _0x5c2561=a41_0x3f09,_0x44ed7a=new LightrunGcpWrapper(_0x170927,..._0x5a7c2b);return _0x44ed7a[_0x5c2561(0x1b6)](_0x3aab0f,_0x1bac62);};}exports['wrap']=wrap;class LightrunGcpWrapper{constructor(_0x10ec71,..._0x36bc3e){const _0x2d0492=a41_0x5ee10e;var _0x416601;this[_0x2d0492(0x1ad)]=_0x10ec71,this['isCallbackWrapperInvoked']=![],this[_0x2d0492(0x1bf)]=[],this[_0x2d0492(0x1a9)]=null,this[_0x2d0492(0x1bc)]=_0x36bc3e,this[_0x2d0492(0x1ad)]&&this[_0x2d0492(0x1ad)]<((_0x416601=this['functionParams'])===null||_0x416601===void 0x0?void 0x0:_0x416601[_0x2d0492(0x1af)])&&(this['callback']=this['functionParams'][this[_0x2d0492(0x1ad)]],this[_0x2d0492(0x1bc)][this[_0x2d0492(0x1ad)]]=this[_0x2d0492(0x1b9)][_0x2d0492(0x1aa)](this));}async[a41_0x5ee10e(0x1b6)](_0x55fb92,_0x1ce01c={}){const _0x1da6f9=a41_0x5ee10e;this[_0x1da6f9(0x1be)]=![],await lightrun[_0x1da6f9(0x1bb)]({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x1ce01c,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x55fb92(...this[_0x1da6f9(0x1bc)]);}finally{await lightrun[_0x1da6f9(0x1b2)](),this['isCallbackWrapperInvoked']&&this[_0x1da6f9(0x1a9)]&&this[_0x1da6f9(0x1a9)](...this['callbackParams']);}}[a41_0x5ee10e(0x1b9)](..._0x3344e9){const _0x5061d9=a41_0x5ee10e;this[_0x5061d9(0x1bf)]=_0x3344e9,this[_0x5061d9(0x1be)]=!![];}}
1
+ const a41_0x5ea6e8=a41_0x14a7;(function(_0x51ce28,_0x31898a){const _0xb05d40=a41_0x14a7,_0x1a7434=_0x51ce28();while(!![]){try{const _0x5813f9=-parseInt(_0xb05d40(0xab))/0x1+-parseInt(_0xb05d40(0xac))/0x2*(-parseInt(_0xb05d40(0xb2))/0x3)+parseInt(_0xb05d40(0xa1))/0x4*(-parseInt(_0xb05d40(0xb0))/0x5)+-parseInt(_0xb05d40(0xa5))/0x6+-parseInt(_0xb05d40(0xa4))/0x7*(parseInt(_0xb05d40(0xad))/0x8)+parseInt(_0xb05d40(0xaa))/0x9*(-parseInt(_0xb05d40(0xb1))/0xa)+-parseInt(_0xb05d40(0xa7))/0xb*(-parseInt(_0xb05d40(0xae))/0xc);if(_0x5813f9===_0x31898a)break;else _0x1a7434['push'](_0x1a7434['shift']());}catch(_0x4a7986){_0x1a7434['push'](_0x1a7434['shift']());}}}(a41_0x14f2,0xe3e1c));const a41_0x590437=(function(){let _0x1beedd=!![];return function(_0x308f5a,_0xf010e2){const _0x35bc08=_0x1beedd?function(){const _0x53a1dd=a41_0x14a7;if(_0xf010e2){const _0x52826f=_0xf010e2[_0x53a1dd(0xa2)](_0x308f5a,arguments);return _0xf010e2=null,_0x52826f;}}:function(){};return _0x1beedd=![],_0x35bc08;};}()),a41_0x51a162=a41_0x590437(this,function(){const _0x71378e=a41_0x14a7;return a41_0x51a162[_0x71378e(0xb6)]()[_0x71378e(0xa9)]('(((.+)+)+)+$')['toString']()['constructor'](a41_0x51a162)[_0x71378e(0xa9)]('(((.+)+)+)+$');});a41_0x51a162();'use strict';function a41_0x14a7(_0x2aa879,_0x5aa8d7){const _0x1b5c1f=a41_0x14f2();return a41_0x14a7=function(_0x51a162,_0x590437){_0x51a162=_0x51a162-0xa0;let _0x14f25b=_0x1b5c1f[_0x51a162];return _0x14f25b;},a41_0x14a7(_0x2aa879,_0x5aa8d7);}Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[a41_0x5ea6e8(0xb8)]=void 0x0;const lightrun=require('./index'),DEFAULT_API_ENDPOINT=a41_0x5ea6e8(0xb7),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function a41_0x14f2(){const _0x5b0ff3=['callbackWrapper','595ZvIFKf','3104952aVbuiR','callback','298166seAxGV','functionParams','search','18kMOuKo','513273uWgIgV','46UubExc','157208SOFsoA','2724OdBiML','asyncStart','135245yrBzwq','7574090mNoybP','101934RAnmlx','callbackIndex','run','callbackParams','toString','app.lightrun.com','wrap','isCallbackWrapperInvoked','264QXjWBD','apply'];a41_0x14f2=function(){return _0x5b0ff3;};return a41_0x14f2();}function wrap(_0x4dbad0,_0x228a72,_0x20a0d5){return async(..._0x210c40)=>{const _0x3a1f47=a41_0x14a7,_0xa82df8=new LightrunGcpWrapper(_0x20a0d5,..._0x210c40);return _0xa82df8[_0x3a1f47(0xb4)](_0x4dbad0,_0x228a72);};}exports[a41_0x5ea6e8(0xb8)]=wrap;class LightrunGcpWrapper{constructor(_0x10c998,..._0x33c97b){const _0x485306=a41_0x5ea6e8;var _0x5a73f1;this[_0x485306(0xb3)]=_0x10c998,this['isCallbackWrapperInvoked']=![],this[_0x485306(0xb5)]=[],this['callback']=null,this[_0x485306(0xa8)]=_0x33c97b,this[_0x485306(0xb3)]&&this[_0x485306(0xb3)]<((_0x5a73f1=this['functionParams'])===null||_0x5a73f1===void 0x0?void 0x0:_0x5a73f1['length'])&&(this['callback']=this[_0x485306(0xa8)][this[_0x485306(0xb3)]],this[_0x485306(0xa8)][this['callbackIndex']]=this['callbackWrapper']['bind'](this));}async['run'](_0x215024,_0x11f6c8={}){const _0x11bd51=a41_0x5ea6e8;this[_0x11bd51(0xa0)]=![],await lightrun[_0x11bd51(0xaf)]({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x11f6c8,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x215024(...this['functionParams']);}finally{await lightrun['stop'](),this[_0x11bd51(0xa0)]&&this[_0x11bd51(0xa6)]&&this[_0x11bd51(0xa6)](...this[_0x11bd51(0xb5)]);}}[a41_0x5ea6e8(0xa3)](..._0x2dd302){const _0x2fbb50=a41_0x5ea6e8;this['callbackParams']=_0x2dd302,this[_0x2fbb50(0xa0)]=!![];}}
@@ -1 +1 @@
1
- const a42_0xb865db=a42_0x5cf2;(function(_0x202af0,_0x3de5fe){const _0x2a8cce=a42_0x5cf2,_0x4a3cdc=_0x202af0();while(!![]){try{const _0x430923=parseInt(_0x2a8cce(0x147))/0x1*(parseInt(_0x2a8cce(0x131))/0x2)+parseInt(_0x2a8cce(0x129))/0x3*(parseInt(_0x2a8cce(0x124))/0x4)+-parseInt(_0x2a8cce(0x134))/0x5+parseInt(_0x2a8cce(0x12b))/0x6*(parseInt(_0x2a8cce(0x12d))/0x7)+-parseInt(_0x2a8cce(0x123))/0x8+parseInt(_0x2a8cce(0x135))/0x9*(-parseInt(_0x2a8cce(0x146))/0xa)+parseInt(_0x2a8cce(0x11e))/0xb;if(_0x430923===_0x3de5fe)break;else _0x4a3cdc['push'](_0x4a3cdc['shift']());}catch(_0x4b19f6){_0x4a3cdc['push'](_0x4a3cdc['shift']());}}}(a42_0x1b8a,0xa5002));const a42_0x1f8569=(function(){let _0x57d7ca=!![];return function(_0x42f774,_0x57be9e){const _0x49ef4c=_0x57d7ca?function(){const _0x321f99=a42_0x5cf2;if(_0x57be9e){const _0x894d9b=_0x57be9e[_0x321f99(0x125)](_0x42f774,arguments);return _0x57be9e=null,_0x894d9b;}}:function(){};return _0x57d7ca=![],_0x49ef4c;};}()),a42_0x301ad2=a42_0x1f8569(this,function(){const _0x5360df=a42_0x5cf2;return a42_0x301ad2['toString']()['search'](_0x5360df(0x126))[_0x5360df(0x128)]()[_0x5360df(0x127)](a42_0x301ad2)[_0x5360df(0x137)](_0x5360df(0x126));});a42_0x301ad2();'use strict';Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports['get']=exports['asyncStart']=exports[a42_0xb865db(0x142)]=exports[a42_0xb865db(0x120)]=void 0x0;const debuglet_1=require(a42_0xb865db(0x132)),debug_1=require(a42_0xb865db(0x122)),pjson=require(a42_0xb865db(0x13f));let debuglet;function start(_0x576803){const _0x37fd34=a42_0xb865db,_0x3229a7=process[_0x37fd34(0x13e)][_0x37fd34(0x12e)];if(_0x3229a7&&['1',_0x37fd34(0x13d)][_0x37fd34(0x121)](_0x3229a7['toLowerCase']())){console[_0x37fd34(0x133)]('Env\x20variable\x20DISABLE_LIGHTRUN_AGENT\x20is\x20set\x20to\x20\x22'+_0x3229a7+_0x37fd34(0x145));return;}_0x576803=_0x576803||{};const _0x3ef049=mergeConfigs(_0x576803);if(debuglet&&!_0x3ef049[_0x37fd34(0x141)])throw new Error(_0x37fd34(0x12f));const _0x14a870=new debug_1[(_0x37fd34(0x139))](_0x3ef049,pjson);return debuglet=new debuglet_1['Debuglet'](_0x14a870,_0x3ef049),debuglet['start'](),_0x3ef049['testMode_']?debuglet:debuglet['isReadyManager'];}exports[a42_0xb865db(0x120)]=start;function stop(){const _0x5466a4=a42_0xb865db;debuglet===null||debuglet===void 0x0?void 0x0:debuglet[_0x5466a4(0x142)](),debuglet=null;}exports[a42_0xb865db(0x142)]=stop;async function asyncStart(_0x45713a){const _0x291a90=a42_0xb865db;start(_0x45713a);if(!debuglet)return;let _0x632781=![];const _0x210c05=()=>_0x632781=!![];debuglet[_0x291a90(0x11f)](_0x291a90(0x13c),_0x33a51b=>{if(_0x33a51b)return;_0x210c05();}),debuglet[_0x291a90(0x11f)](_0x291a90(0x13b),_0x210c05);if(debuglet[_0x291a90(0x138)][_0x291a90(0x12a)]){const _0x54d218=Date[_0x291a90(0x130)](),_0x3e5d73=debuglet[_0x291a90(0x138)][_0x291a90(0x13a)];while(!_0x632781&&Date[_0x291a90(0x130)]()-_0x54d218<_0x3e5d73){await new Promise(_0x566925=>setTimeout(_0x566925,0x64));}}debuglet[_0x291a90(0x143)](_0x291a90(0x13b))&&debuglet[_0x291a90(0x136)](_0x291a90(0x13b),_0x210c05);}exports[a42_0xb865db(0x140)]=asyncStart;function mergeConfigs(_0x41d9f8){const _0x3a7b1c=a42_0xb865db;if(!_0x41d9f8[_0x3a7b1c(0x12c)])return _0x41d9f8;const _0x3af66f=Object[_0x3a7b1c(0x144)]({},_0x41d9f8);return delete _0x3af66f[_0x3a7b1c(0x12c)],Object['assign'](_0x3af66f,_0x41d9f8[_0x3a7b1c(0x12c)]);}function a42_0x1b8a(){const _0xb1cb49=['once','start','includes','./client/stackdriver/debug','2532984rVXcwB','612Jqrstt','apply','(((.+)+)+)+$','constructor','toString','7251AbsGze','lightrunWaitForInit','36kIjRiv','debug','1469146FdTRdZ','DISABLE_LIGHTRUN_AGENT','Debug\x20Agent\x20has\x20already\x20been\x20started','now','1256870lpgEuV','./agent/debuglet','log','5365210CLSFkW','9NbXfoA','removeListener','search','config','Debug','lightrunInitWaitTimeMs','breakpoint_set','breakpoints_fetched','true','env','../../package.json','asyncStart','forceNewAgent_','stop','listenerCount','assign','\x22.\x20Lightrun\x20agent\x20is\x20disabled.','9351340ZINOgb','1NqIdOJ','get','8174507mEWQQy'];a42_0x1b8a=function(){return _0xb1cb49;};return a42_0x1b8a();}function a42_0x5cf2(_0x2bc282,_0xf97ece){const _0x3ad381=a42_0x1b8a();return a42_0x5cf2=function(_0x301ad2,_0x1f8569){_0x301ad2=_0x301ad2-0x11e;let _0x1b8a48=_0x3ad381[_0x301ad2];return _0x1b8a48;},a42_0x5cf2(_0x2bc282,_0xf97ece);}function get(){return debuglet;}exports[a42_0xb865db(0x148)]=get;
1
+ const a42_0x3154fb=a42_0xfaf1;(function(_0x3de8da,_0x4716ee){const _0x40615c=a42_0xfaf1,_0x4add45=_0x3de8da();while(!![]){try{const _0x3d228e=-parseInt(_0x40615c(0x115))/0x1+-parseInt(_0x40615c(0x101))/0x2+parseInt(_0x40615c(0x110))/0x3*(-parseInt(_0x40615c(0x10c))/0x4)+-parseInt(_0x40615c(0x112))/0x5*(-parseInt(_0x40615c(0x102))/0x6)+parseInt(_0x40615c(0x103))/0x7+parseInt(_0x40615c(0x108))/0x8+parseInt(_0x40615c(0xfc))/0x9;if(_0x3d228e===_0x4716ee)break;else _0x4add45['push'](_0x4add45['shift']());}catch(_0x112bba){_0x4add45['push'](_0x4add45['shift']());}}}(a42_0x4ca3,0xb67bb));const a42_0x30f60c=(function(){let _0x238669=!![];return function(_0x5717c4,_0x1a2bd3){const _0xf233d5=_0x238669?function(){const _0x593bdf=a42_0xfaf1;if(_0x1a2bd3){const _0x2716e6=_0x1a2bd3[_0x593bdf(0x10e)](_0x5717c4,arguments);return _0x1a2bd3=null,_0x2716e6;}}:function(){};return _0x238669=![],_0xf233d5;};}()),a42_0x34694a=a42_0x30f60c(this,function(){const _0x5c6123=a42_0xfaf1;return a42_0x34694a[_0x5c6123(0x10a)]()[_0x5c6123(0x10b)](_0x5c6123(0x114))['toString']()[_0x5c6123(0x11b)](a42_0x34694a)[_0x5c6123(0x10b)](_0x5c6123(0x114));});a42_0x34694a();'use strict';Object[a42_0x3154fb(0xf9)](exports,a42_0x3154fb(0x106),{'value':!![]}),exports['get']=exports[a42_0x3154fb(0x111)]=exports[a42_0x3154fb(0x107)]=exports['start']=void 0x0;const debuglet_1=require(a42_0x3154fb(0x109)),debug_1=require('./client/stackdriver/debug'),pjson=require('../../package.json');let debuglet;function start(_0x59b2f4){const _0x2f2b1e=a42_0x3154fb,_0x4d5bb3=process[_0x2f2b1e(0xf7)]['DISABLE_LIGHTRUN_AGENT'];if(_0x4d5bb3&&['1',_0x2f2b1e(0x11a)]['includes'](_0x4d5bb3[_0x2f2b1e(0x105)]())){console[_0x2f2b1e(0x10f)]('Env\x20variable\x20DISABLE_LIGHTRUN_AGENT\x20is\x20set\x20to\x20\x22'+_0x4d5bb3+_0x2f2b1e(0xfd));return;}_0x59b2f4=_0x59b2f4||{};const _0x20f377=mergeConfigs(_0x59b2f4);if(debuglet&&!_0x20f377[_0x2f2b1e(0xfa)])throw new Error(_0x2f2b1e(0x10d));const _0x3cd42b=new debug_1[(_0x2f2b1e(0xfb))](_0x20f377,pjson);return debuglet=new debuglet_1[(_0x2f2b1e(0x100))](_0x3cd42b,_0x20f377),debuglet[_0x2f2b1e(0xff)](),_0x20f377['testMode_']?debuglet:debuglet[_0x2f2b1e(0x119)];}exports['start']=start;function stop(){const _0x41602d=a42_0x3154fb;debuglet===null||debuglet===void 0x0?void 0x0:debuglet[_0x41602d(0x107)](),debuglet=null;}exports[a42_0x3154fb(0x107)]=stop;async function asyncStart(_0x11ed4e){const _0x54077c=a42_0x3154fb;start(_0x11ed4e);if(!debuglet)return;let _0x3c2c9d=![];const _0x1f2210=()=>_0x3c2c9d=!![];debuglet['once']('breakpoints_fetched',_0x3a0738=>{if(_0x3a0738)return;_0x1f2210();}),debuglet['once'](_0x54077c(0xfe),_0x1f2210);if(debuglet['config'][_0x54077c(0x117)]){const _0x526ec3=Date[_0x54077c(0x118)](),_0x27a8a8=debuglet['config'][_0x54077c(0x11c)];while(!_0x3c2c9d&&Date[_0x54077c(0x118)]()-_0x526ec3<_0x27a8a8){await new Promise(_0x24f511=>setTimeout(_0x24f511,0x64));}}debuglet['listenerCount'](_0x54077c(0xfe))&&debuglet[_0x54077c(0x116)](_0x54077c(0xfe),_0x1f2210);}exports['asyncStart']=asyncStart;function a42_0xfaf1(_0x110471,_0x9cebb1){const _0x4d6a0a=a42_0x4ca3();return a42_0xfaf1=function(_0x34694a,_0x30f60c){_0x34694a=_0x34694a-0xf7;let _0x4ca3a0=_0x4d6a0a[_0x34694a];return _0x4ca3a0;},a42_0xfaf1(_0x110471,_0x9cebb1);}function mergeConfigs(_0x4efa92){const _0x4bf8fd=a42_0x3154fb;if(!_0x4efa92[_0x4bf8fd(0x113)])return _0x4efa92;const _0x1e19a8=Object[_0x4bf8fd(0x104)]({},_0x4efa92);return delete _0x1e19a8[_0x4bf8fd(0x113)],Object[_0x4bf8fd(0x104)](_0x1e19a8,_0x4efa92[_0x4bf8fd(0x113)]);}function get(){return debuglet;}function a42_0x4ca3(){const _0x1f62de=['Debuglet','1866322guXsty','18UhpAvh','2140754WzwaXG','assign','toLowerCase','__esModule','stop','1529200xHxANZ','./agent/debuglet','toString','search','4yWGdtA','Debug\x20Agent\x20has\x20already\x20been\x20started','apply','log','2508351eUQkei','asyncStart','236455vLAbwX','debug','(((.+)+)+)+$','1128531PRRcrY','removeListener','lightrunWaitForInit','now','isReadyManager','true','constructor','lightrunInitWaitTimeMs','env','get','defineProperty','forceNewAgent_','Debug','27057735lllcWF','\x22.\x20Lightrun\x20agent\x20is\x20disabled.','breakpoint_set','start'];a42_0x4ca3=function(){return _0x1f62de;};return a42_0x4ca3();}exports[a42_0x3154fb(0xf8)]=get;
@@ -1 +1 @@
1
- function a43_0x22dc(_0x1e4a63,_0x4c29db){const _0x24ea3d=a43_0x5b9d();return a43_0x22dc=function(_0x500ab3,_0xd5510a){_0x500ab3=_0x500ab3-0x9e;let _0x5b9d43=_0x24ea3d[_0x500ab3];return _0x5b9d43;},a43_0x22dc(_0x1e4a63,_0x4c29db);}const a43_0x1456cd=a43_0x22dc;(function(_0x2cc324,_0x33eee8){const _0x2ab248=a43_0x22dc,_0x30b3b9=_0x2cc324();while(!![]){try{const _0x270510=parseInt(_0x2ab248(0xb5))/0x1+-parseInt(_0x2ab248(0xb1))/0x2*(-parseInt(_0x2ab248(0xbc))/0x3)+-parseInt(_0x2ab248(0xb6))/0x4+-parseInt(_0x2ab248(0xa4))/0x5+-parseInt(_0x2ab248(0xa3))/0x6*(-parseInt(_0x2ab248(0xa7))/0x7)+-parseInt(_0x2ab248(0xad))/0x8*(parseInt(_0x2ab248(0xab))/0x9)+parseInt(_0x2ab248(0xb8))/0xa;if(_0x270510===_0x33eee8)break;else _0x30b3b9['push'](_0x30b3b9['shift']());}catch(_0x13e4df){_0x30b3b9['push'](_0x30b3b9['shift']());}}}(a43_0x5b9d,0x62990));const a43_0xd5510a=(function(){let _0x3217a5=!![];return function(_0x4d6a5c,_0x3abe13){const _0x441522=_0x3217a5?function(){const _0x129ee9=a43_0x22dc;if(_0x3abe13){const _0x6acbbe=_0x3abe13[_0x129ee9(0xa2)](_0x4d6a5c,arguments);return _0x3abe13=null,_0x6acbbe;}}:function(){};return _0x3217a5=![],_0x441522;};}()),a43_0x500ab3=a43_0xd5510a(this,function(){const _0x386e1f=a43_0x22dc;return a43_0x500ab3['toString']()[_0x386e1f(0xaf)](_0x386e1f(0xb2))['toString']()[_0x386e1f(0xb7)](a43_0x500ab3)[_0x386e1f(0xaf)]('(((.+)+)+)+$');});a43_0x500ab3();'use strict';Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[a43_0x1456cd(0xb3)]=void 0x0;const lightrun=require(a43_0x1456cd(0xa1)),DEFAULT_API_ENDPOINT=a43_0x1456cd(0xba),DEFAULT_WAIT_FOR_INIT_MS=0x1388;class LightrunLambdaWrapper{constructor(_0x186a7c,_0x58bc8e,_0x5d95a7){const _0x1f0714=a43_0x1456cd;this['event']=_0x186a7c,this[_0x1f0714(0xac)]=_0x58bc8e,this[_0x1f0714(0xa6)]=_0x5d95a7,this[_0x1f0714(0xa0)]=![];}async[a43_0x1456cd(0x9e)](_0x4c80d0,_0x57f56f={}){const _0x2b6866=a43_0x1456cd;this[_0x2b6866(0xa0)]=![],await this[_0x2b6866(0xbb)](_0x57f56f);let _0x11edbe=undefined;try{_0x11edbe=await _0x4c80d0(this[_0x2b6866(0xa9)],this[_0x2b6866(0xac)],this['callbackWrapper']['bind'](this));}finally{await this[_0x2b6866(0xa8)](),this[_0x2b6866(0xa0)]?this[_0x2b6866(0xa6)](this[_0x2b6866(0xb9)],this[_0x2b6866(0xae)]):this['callback'](null,_0x11edbe);}}async['tryStart'](_0x4fff91={}){const _0x3caa83=a43_0x1456cd;try{const _0x185c61=this[_0x3caa83(0xa9)][_0x3caa83(0xb0)]||DEFAULT_API_ENDPOINT,_0x592882=this[_0x3caa83(0xa9)][_0x3caa83(0xb4)];await lightrun['asyncStart']({'apiEndpoint':_0x185c61,'lightrunSecret':_0x592882,'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,..._0x4fff91,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});}catch(_0x3ff41b){console['log'](_0x3caa83(0x9f));}}async[a43_0x1456cd(0xa8)](){const _0x43a11a=a43_0x1456cd;try{await lightrun['stop']();}catch(_0x38d7a2){console[_0x43a11a(0xa5)]('Failed\x20to\x20stop\x20the\x20Lightrun\x20agent');}}[a43_0x1456cd(0xaa)](_0x1bda05,_0x20919d){const _0x57725a=a43_0x1456cd;this[_0x57725a(0xb9)]=_0x1bda05,this[_0x57725a(0xae)]=_0x20919d,this[_0x57725a(0xa0)]=!![];}}function a43_0x5b9d(){const _0x545b2a=['2120946jXxgzz','2071890xzDfXd','log','callback','7WHXvpE','tryStop','event','callbackWrapper','369WxExzJ','context','125648bXsBMe','response','search','apiEndpoint','42OkLdIA','(((.+)+)+)+$','wrap','lightrunSecret','492629VQlkAD','1277048ireUTR','constructor','4012290UQPjtv','error','app.lightrun.com','tryStart','76299PdBQuA','run','Failed\x20to\x20start\x20the\x20Lightrun\x20agent','isCallbackWrapperInvoked','./index','apply'];a43_0x5b9d=function(){return _0x545b2a;};return a43_0x5b9d();}function wrap(_0x25df23,_0x3364fb){return(_0x5c6dd9,_0x2f0609,_0x4e2410)=>{const _0x254452=a43_0x22dc,_0x3bb6d6=new LightrunLambdaWrapper(_0x5c6dd9,_0x2f0609,_0x4e2410);return _0x3bb6d6[_0x254452(0x9e)](_0x25df23,_0x3364fb);};}exports[a43_0x1456cd(0xb3)]=wrap;
1
+ function a43_0x28d9(){const _0xa33c3=['bind','app.lightrun.com','6rhsteu','Failed\x20to\x20stop\x20the\x20Lightrun\x20agent','406280PjFZCs','callback','140rwZEOt','10068oWVnYQ','tryStop','isCallbackWrapperInvoked','stop','43284tGHBoe','753635WwpQPN','Failed\x20to\x20start\x20the\x20Lightrun\x20agent','search','1837870ThcIEA','defineProperty','log','apiEndpoint','(((.+)+)+)+$','9GRbSxe','constructor','event','wrap','51808yYaqio','1873711qPfBaz','error','asyncStart','context','__esModule','lightrunSecret','run','toString','response','tryStart','callbackWrapper'];a43_0x28d9=function(){return _0xa33c3;};return a43_0x28d9();}const a43_0x49cbf2=a43_0x4e9d;(function(_0x2eec7f,_0x3bff41){const _0x5f4f52=a43_0x4e9d,_0x3211b1=_0x2eec7f();while(!![]){try{const _0xcf6009=parseInt(_0x5f4f52(0x204))/0x1+parseInt(_0x5f4f52(0x203))/0x2*(-parseInt(_0x5f4f52(0x1fa))/0x3)+parseInt(_0x5f4f52(0x1fc))/0x4+-parseInt(_0x5f4f52(0x1fe))/0x5*(-parseInt(_0x5f4f52(0x1ff))/0x6)+-parseInt(_0x5f4f52(0x1ed))/0x7+parseInt(_0x5f4f52(0x1ec))/0x8+-parseInt(_0x5f4f52(0x1e8))/0x9*(-parseInt(_0x5f4f52(0x1e3))/0xa);if(_0xcf6009===_0x3bff41)break;else _0x3211b1['push'](_0x3211b1['shift']());}catch(_0x5e567d){_0x3211b1['push'](_0x3211b1['shift']());}}}(a43_0x28d9,0xbecb7));const a43_0x325e91=(function(){let _0x2effc6=!![];return function(_0x49ac36,_0x223783){const _0x448afe=_0x2effc6?function(){if(_0x223783){const _0x121662=_0x223783['apply'](_0x49ac36,arguments);return _0x223783=null,_0x121662;}}:function(){};return _0x2effc6=![],_0x448afe;};}()),a43_0x422433=a43_0x325e91(this,function(){const _0x458b2a=a43_0x4e9d;return a43_0x422433[_0x458b2a(0x1f4)]()[_0x458b2a(0x1e2)](_0x458b2a(0x1e7))[_0x458b2a(0x1f4)]()[_0x458b2a(0x1e9)](a43_0x422433)[_0x458b2a(0x1e2)]('(((.+)+)+)+$');});a43_0x422433();'use strict';Object[a43_0x49cbf2(0x1e4)](exports,a43_0x49cbf2(0x1f1),{'value':!![]}),exports[a43_0x49cbf2(0x1eb)]=void 0x0;const lightrun=require('./index'),DEFAULT_API_ENDPOINT=a43_0x49cbf2(0x1f9),DEFAULT_WAIT_FOR_INIT_MS=0x1388;class LightrunLambdaWrapper{constructor(_0x2b3a1e,_0x5bdd15,_0x3d21cb){const _0xb1954f=a43_0x49cbf2;this[_0xb1954f(0x1ea)]=_0x2b3a1e,this[_0xb1954f(0x1f0)]=_0x5bdd15,this['callback']=_0x3d21cb,this['isCallbackWrapperInvoked']=![];}async['run'](_0x5b901f,_0x36da65={}){const _0x5ec719=a43_0x49cbf2;this['isCallbackWrapperInvoked']=![],await this[_0x5ec719(0x1f6)](_0x36da65);let _0x4f16e5=undefined;try{_0x4f16e5=await _0x5b901f(this[_0x5ec719(0x1ea)],this[_0x5ec719(0x1f0)],this[_0x5ec719(0x1f7)][_0x5ec719(0x1f8)](this));}finally{await this[_0x5ec719(0x200)](),this['isCallbackWrapperInvoked']?this[_0x5ec719(0x1fd)](this[_0x5ec719(0x1ee)],this[_0x5ec719(0x1f5)]):this[_0x5ec719(0x1fd)](null,_0x4f16e5);}}async[a43_0x49cbf2(0x1f6)](_0x489de3={}){const _0x568fda=a43_0x49cbf2;try{const _0x4764ad=this[_0x568fda(0x1ea)][_0x568fda(0x1e6)]||DEFAULT_API_ENDPOINT,_0x44095e=this[_0x568fda(0x1ea)][_0x568fda(0x1f2)];await lightrun[_0x568fda(0x1ef)]({'apiEndpoint':_0x4764ad,'lightrunSecret':_0x44095e,'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,..._0x489de3,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});}catch(_0x2aea74){console[_0x568fda(0x1e5)](_0x568fda(0x1e1));}}async[a43_0x49cbf2(0x200)](){const _0x201269=a43_0x49cbf2;try{await lightrun[_0x201269(0x202)]();}catch(_0x5acd31){console[_0x201269(0x1e5)](_0x201269(0x1fb));}}[a43_0x49cbf2(0x1f7)](_0x5d5c55,_0x5a5034){const _0x311433=a43_0x49cbf2;this['error']=_0x5d5c55,this[_0x311433(0x1f5)]=_0x5a5034,this[_0x311433(0x201)]=!![];}}function wrap(_0x1d1cf3,_0x14ea3f){return(_0x49823e,_0x1719bd,_0x2a88bf)=>{const _0x37c56e=a43_0x4e9d,_0x3c505d=new LightrunLambdaWrapper(_0x49823e,_0x1719bd,_0x2a88bf);return _0x3c505d[_0x37c56e(0x1f3)](_0x1d1cf3,_0x14ea3f);};}function a43_0x4e9d(_0x4b2273,_0x3b358d){const _0x1328b0=a43_0x28d9();return a43_0x4e9d=function(_0x422433,_0x325e91){_0x422433=_0x422433-0x1e1;let _0x28d9cc=_0x1328b0[_0x422433];return _0x28d9cc;},a43_0x4e9d(_0x4b2273,_0x3b358d);}exports[a43_0x49cbf2(0x1eb)]=wrap;
@@ -1 +1 @@
1
- 1.26.0-release.bf8c119f91
1
+ 1.27.0-release.ccb33b4140
@@ -1 +1 @@
1
- var a44_0x4e1978=a44_0x595a;(function(_0x1317b7,_0x2cd350){var _0xb46d68=a44_0x595a,_0x252c82=_0x1317b7();while(!![]){try{var _0xf4cdc2=parseInt(_0xb46d68(0x69))/0x1+parseInt(_0xb46d68(0x71))/0x2+parseInt(_0xb46d68(0x6d))/0x3+parseInt(_0xb46d68(0x70))/0x4+-parseInt(_0xb46d68(0x6e))/0x5*(parseInt(_0xb46d68(0x79))/0x6)+parseInt(_0xb46d68(0x6f))/0x7+parseInt(_0xb46d68(0x72))/0x8*(-parseInt(_0xb46d68(0x6c))/0x9);if(_0xf4cdc2===_0x2cd350)break;else _0x252c82['push'](_0x252c82['shift']());}catch(_0x1d5128){_0x252c82['push'](_0x252c82['shift']());}}}(a44_0x29fb,0xb94bd));var a44_0x19846d=(function(){var _0x3a8b47=!![];return function(_0x628d51,_0x133571){var _0x766173=_0x3a8b47?function(){var _0x56ec39=a44_0x595a;if(_0x133571){var _0x108101=_0x133571[_0x56ec39(0x6b)](_0x628d51,arguments);return _0x133571=null,_0x108101;}}:function(){};return _0x3a8b47=![],_0x766173;};}()),a44_0x3e6c8c=a44_0x19846d(this,function(){var _0xa7b178=a44_0x595a;return a44_0x3e6c8c[_0xa7b178(0x77)]()[_0xa7b178(0x73)](_0xa7b178(0x75))[_0xa7b178(0x77)]()[_0xa7b178(0x6a)](a44_0x3e6c8c)[_0xa7b178(0x73)](_0xa7b178(0x75));});a44_0x3e6c8c();'use strict';function a44_0x595a(_0xe5cff3,_0x1b382a){var _0x1cffca=a44_0x29fb();return a44_0x595a=function(_0x3e6c8c,_0x19846d){_0x3e6c8c=_0x3e6c8c-0x69;var _0x29fb3c=_0x1cffca[_0x3e6c8c];return _0x29fb3c;},a44_0x595a(_0xe5cff3,_0x1b382a);}function a44_0x29fb(){var _0x1e7296=['toString','PatternDTOTypeEnum','564726HbThwp','920564AowPod','constructor','apply','53919MIPyWN','4296975KluadS','5YIlLQe','7324849EduyQn','2816308SvGvxf','1036120xZMkmh','5032sHjsMo','search','BY_VALUE','(((.+)+)+)+$','__esModule'];a44_0x29fb=function(){return _0x1e7296;};return a44_0x29fb();}Object['defineProperty'](exports,a44_0x4e1978(0x76),{'value':!![]}),exports[a44_0x4e1978(0x78)]=void 0x0,exports['PatternDTOTypeEnum']={'Name':'BY_NAME','Value':a44_0x4e1978(0x74)};
1
+ function a44_0x570c(){var _0x137cf7=['2694321ITxPEv','6823776DOOUPD','(((.+)+)+)+$','__esModule','search','BY_NAME','618081bzfJMT','constructor','2016OcSOZr','4856zWSNOP','7591475gwfYrO','PatternDTOTypeEnum','5468643ooCysx','toString','6fcZpFK','24KQXXBA','20HontKa','13607ioNNbC','apply','3960vAGgNf'];a44_0x570c=function(){return _0x137cf7;};return a44_0x570c();}var a44_0x1fec3b=a44_0x5c0e;(function(_0x321349,_0x171c33){var _0x33e48e=a44_0x5c0e,_0x160886=_0x321349();while(!![]){try{var _0x422832=-parseInt(_0x33e48e(0x147))/0x1*(-parseInt(_0x33e48e(0x14f))/0x2)+parseInt(_0x33e48e(0x149))/0x3*(-parseInt(_0x33e48e(0x14a))/0x4)+parseInt(_0x33e48e(0x14b))/0x5+-parseInt(_0x33e48e(0x142))/0x6+parseInt(_0x33e48e(0x141))/0x7*(parseInt(_0x33e48e(0x150))/0x8)+parseInt(_0x33e48e(0x14d))/0x9*(-parseInt(_0x33e48e(0x13d))/0xa)+-parseInt(_0x33e48e(0x13e))/0xb*(parseInt(_0x33e48e(0x140))/0xc);if(_0x422832===_0x171c33)break;else _0x160886['push'](_0x160886['shift']());}catch(_0x5466b1){_0x160886['push'](_0x160886['shift']());}}}(a44_0x570c,0xe8197));var a44_0x272d0f=(function(){var _0xbe3726=!![];return function(_0x50e3f3,_0x74f04b){var _0xec27a5=_0xbe3726?function(){var _0x494b2d=a44_0x5c0e;if(_0x74f04b){var _0x4dcb5f=_0x74f04b[_0x494b2d(0x13f)](_0x50e3f3,arguments);return _0x74f04b=null,_0x4dcb5f;}}:function(){};return _0xbe3726=![],_0xec27a5;};}()),a44_0x67a236=a44_0x272d0f(this,function(){var _0x5db589=a44_0x5c0e;return a44_0x67a236[_0x5db589(0x14e)]()[_0x5db589(0x145)]('(((.+)+)+)+$')[_0x5db589(0x14e)]()[_0x5db589(0x148)](a44_0x67a236)[_0x5db589(0x145)](_0x5db589(0x143));});a44_0x67a236();'use strict';function a44_0x5c0e(_0x4c9190,_0xbdf7b6){var _0x30a95f=a44_0x570c();return a44_0x5c0e=function(_0x67a236,_0x272d0f){_0x67a236=_0x67a236-0x13d;var _0x570c9d=_0x30a95f[_0x67a236];return _0x570c9d;},a44_0x5c0e(_0x4c9190,_0xbdf7b6);}Object['defineProperty'](exports,a44_0x1fec3b(0x144),{'value':!![]}),exports['PatternDTOTypeEnum']=void 0x0,exports[a44_0x1fec3b(0x14c)]={'Name':a44_0x1fec3b(0x146),'Value':'BY_VALUE'};
@@ -1 +1 @@
1
- function a45_0x272a(_0x303b3a,_0x16b18d){const _0x312647=a45_0x3f0e();return a45_0x272a=function(_0x15562d,_0x34b02b){_0x15562d=_0x15562d-0x1f1;let _0x3f0e76=_0x312647[_0x15562d];return _0x3f0e76;},a45_0x272a(_0x303b3a,_0x16b18d);}function a45_0x3f0e(){const _0xb00c0f=['apply','4974aDWCAL','668175BonNUV','defineProperty','7xyRJAX','1020735lPwGZd','3EYMXhf','986610TcfpUX','1974088dnKNOL','toString','location','constructor','__esModule','589988bMaiVJ','action','path','search','(((.+)+)+)+$',',\x20id=','1660eegmNd','assign','124814DZOgjC'];a45_0x3f0e=function(){return _0xb00c0f;};return a45_0x3f0e();}const a45_0x289ef6=a45_0x272a;(function(_0x182e17,_0x27f48f){const _0x44292b=a45_0x272a,_0x4d6ff8=_0x182e17();while(!![]){try{const _0x3d04bf=parseInt(_0x44292b(0x201))/0x1*(parseInt(_0x44292b(0x1fa))/0x2)+-parseInt(_0x44292b(0x1fd))/0x3+parseInt(_0x44292b(0x1f2))/0x4+-parseInt(_0x44292b(0x1f8))/0x5*(-parseInt(_0x44292b(0x1fc))/0x6)+-parseInt(_0x44292b(0x1ff))/0x7*(parseInt(_0x44292b(0x203))/0x8)+parseInt(_0x44292b(0x200))/0x9+-parseInt(_0x44292b(0x202))/0xa;if(_0x3d04bf===_0x27f48f)break;else _0x4d6ff8['push'](_0x4d6ff8['shift']());}catch(_0x133fda){_0x4d6ff8['push'](_0x4d6ff8['shift']());}}}(a45_0x3f0e,0x25e4e));const a45_0x34b02b=(function(){let _0x231644=!![];return function(_0x1a802c,_0x42b1c0){const _0x4dc501=_0x231644?function(){const _0x2961fb=a45_0x272a;if(_0x42b1c0){const _0xa4bf9=_0x42b1c0[_0x2961fb(0x1fb)](_0x1a802c,arguments);return _0x42b1c0=null,_0xa4bf9;}}:function(){};return _0x231644=![],_0x4dc501;};}()),a45_0x15562d=a45_0x34b02b(this,function(){const _0x27596d=a45_0x272a;return a45_0x15562d[_0x27596d(0x204)]()[_0x27596d(0x1f5)]('(((.+)+)+)+$')[_0x27596d(0x204)]()[_0x27596d(0x206)](a45_0x15562d)['search'](_0x27596d(0x1f6));});a45_0x15562d();'use strict';Object[a45_0x289ef6(0x1fe)](exports,a45_0x289ef6(0x1f1),{'value':!![]}),exports['Breakpoint']=void 0x0;class Breakpoint{constructor(_0x5e619a){const _0xfe5294=a45_0x289ef6;_0x5e619a&&Object[_0xfe5294(0x1f9)](this,_0x5e619a);}['toString'](){const _0x138630=a45_0x289ef6,_0x5545b7=this[_0x138630(0x205)]?'\x20'+this['location'][_0x138630(0x1f4)]+':'+this[_0x138630(0x205)]['line']:'';return'\x22'+this[_0x138630(0x1f3)]+_0x5545b7+_0x138630(0x1f7)+this['id']+'\x22';}}exports['Breakpoint']=Breakpoint;
1
+ const a45_0x508e22=a45_0x3ce1;(function(_0x4100b4,_0x568879){const _0xae0dea=a45_0x3ce1,_0x84583c=_0x4100b4();while(!![]){try{const _0x82172=-parseInt(_0xae0dea(0x1c2))/0x1*(-parseInt(_0xae0dea(0x1c0))/0x2)+parseInt(_0xae0dea(0x1c3))/0x3+-parseInt(_0xae0dea(0x1ca))/0x4*(-parseInt(_0xae0dea(0x1d0))/0x5)+parseInt(_0xae0dea(0x1c5))/0x6*(parseInt(_0xae0dea(0x1c9))/0x7)+-parseInt(_0xae0dea(0x1cf))/0x8+parseInt(_0xae0dea(0x1d2))/0x9+parseInt(_0xae0dea(0x1d4))/0xa*(-parseInt(_0xae0dea(0x1c6))/0xb);if(_0x82172===_0x568879)break;else _0x84583c['push'](_0x84583c['shift']());}catch(_0x2810b8){_0x84583c['push'](_0x84583c['shift']());}}}(a45_0x26eb,0x4b0fb));const a45_0x4e505c=(function(){let _0x4f14ac=!![];return function(_0x200e1f,_0x1beb17){const _0x35ed86=_0x4f14ac?function(){const _0x1c461c=a45_0x3ce1;if(_0x1beb17){const _0x16c09c=_0x1beb17[_0x1c461c(0x1cc)](_0x200e1f,arguments);return _0x1beb17=null,_0x16c09c;}}:function(){};return _0x4f14ac=![],_0x35ed86;};}()),a45_0x2a1b52=a45_0x4e505c(this,function(){const _0x3ffb26=a45_0x3ce1;return a45_0x2a1b52[_0x3ffb26(0x1c4)]()[_0x3ffb26(0x1c8)]('(((.+)+)+)+$')[_0x3ffb26(0x1c4)]()['constructor'](a45_0x2a1b52)[_0x3ffb26(0x1c8)](_0x3ffb26(0x1c7));});a45_0x2a1b52();'use strict';Object[a45_0x508e22(0x1ce)](exports,a45_0x508e22(0x1c1),{'value':!![]}),exports['Breakpoint']=void 0x0;function a45_0x3ce1(_0x15f8a1,_0x4325e2){const _0x1b517a=a45_0x26eb();return a45_0x3ce1=function(_0x2a1b52,_0x4e505c){_0x2a1b52=_0x2a1b52-0x1c0;let _0x26eb2f=_0x1b517a[_0x2a1b52];return _0x26eb2f;},a45_0x3ce1(_0x15f8a1,_0x4325e2);}class Breakpoint{constructor(_0x48c885){const _0x16093d=a45_0x508e22;_0x48c885&&Object[_0x16093d(0x1cb)](this,_0x48c885);}[a45_0x508e22(0x1c4)](){const _0x3f512c=a45_0x508e22,_0x558074=this['location']?'\x20'+this[_0x3f512c(0x1cd)]['path']+':'+this['location']['line']:'';return'\x22'+this[_0x3f512c(0x1d1)]+_0x558074+_0x3f512c(0x1d3)+this['id']+'\x22';}}function a45_0x26eb(){const _0x32953f=['__esModule','1KuJYCD','1332093nqKmtt','toString','12GPQJUa','11ZPNlhn','(((.+)+)+)+$','search','1404347jUNGIb','365668TFwGBg','assign','apply','location','defineProperty','4617152LRKesU','5tNpYwF','action','1356525TRLGzM',',\x20id=','2093650giyHPc','Breakpoint','13090HuYGIt'];a45_0x26eb=function(){return _0x32953f;};return a45_0x26eb();}exports[a45_0x508e22(0x1d5)]=Breakpoint;
@@ -1 +1 @@
1
- function a46_0x1e4d(){var _0x552891=['toString','apply','search','5vYXhRZ','219012DafrNZ','2662zrvsER','15829WjQxpk','1050zqAfoZ','8itLUbd','538092pwJUIt','2116898nlyxCT','(((.+)+)+)+$','__esModule','defineProperty','1651092oQIaWS','588108wgalNz','146zmNilU','constructor'];a46_0x1e4d=function(){return _0x552891;};return a46_0x1e4d();}var a46_0x4eb5c1=a46_0x3389;(function(_0x5798d6,_0x50e8c5){var _0x3a2d4e=a46_0x3389,_0x2c14a8=_0x5798d6();while(!![]){try{var _0x42c107=parseInt(_0x3a2d4e(0x1d3))/0x1*(-parseInt(_0x3a2d4e(0x1da))/0x2)+parseInt(_0x3a2d4e(0x1d1))/0x3+-parseInt(_0x3a2d4e(0x1d2))/0x4+parseInt(_0x3a2d4e(0x1d8))/0x5*(parseInt(_0x3a2d4e(0x1d9))/0x6)+parseInt(_0x3a2d4e(0x1df))/0x7+parseInt(_0x3a2d4e(0x1dd))/0x8*(-parseInt(_0x3a2d4e(0x1de))/0x9)+parseInt(_0x3a2d4e(0x1dc))/0xa*(-parseInt(_0x3a2d4e(0x1db))/0xb);if(_0x42c107===_0x50e8c5)break;else _0x2c14a8['push'](_0x2c14a8['shift']());}catch(_0x5eba73){_0x2c14a8['push'](_0x2c14a8['shift']());}}}(a46_0x1e4d,0x52494));var a46_0x1ca067=(function(){var _0x104c0e=!![];return function(_0x4f31bf,_0xa1f1b6){var _0x23227a=_0x104c0e?function(){var _0x43b09d=a46_0x3389;if(_0xa1f1b6){var _0x45e2a6=_0xa1f1b6[_0x43b09d(0x1d6)](_0x4f31bf,arguments);return _0xa1f1b6=null,_0x45e2a6;}}:function(){};return _0x104c0e=![],_0x23227a;};}()),a46_0x28ae65=a46_0x1ca067(this,function(){var _0x7ef5a6=a46_0x3389;return a46_0x28ae65['toString']()['search'](_0x7ef5a6(0x1ce))[_0x7ef5a6(0x1d5)]()[_0x7ef5a6(0x1d4)](a46_0x28ae65)[_0x7ef5a6(0x1d7)]('(((.+)+)+)+$');});function a46_0x3389(_0x1968cc,_0x41f503){var _0x28ecb7=a46_0x1e4d();return a46_0x3389=function(_0x28ae65,_0x1ca067){_0x28ae65=_0x28ae65-0x1ce;var _0x1e4df7=_0x28ecb7[_0x28ae65];return _0x1e4df7;},a46_0x3389(_0x1968cc,_0x41f503);}a46_0x28ae65();'use strict';Object[a46_0x4eb5c1(0x1d0)](exports,a46_0x4eb5c1(0x1cf),{'value':!![]});
1
+ function a46_0x4261(_0x15e656,_0x5efadd){var _0x5db6ed=a46_0x149e();return a46_0x4261=function(_0x98bf2a,_0x536160){_0x98bf2a=_0x98bf2a-0x65;var _0x149e97=_0x5db6ed[_0x98bf2a];return _0x149e97;},a46_0x4261(_0x15e656,_0x5efadd);}var a46_0x45f040=a46_0x4261;(function(_0x2548f3,_0x46e2cd){var _0x34c039=a46_0x4261,_0x5d3fc1=_0x2548f3();while(!![]){try{var _0x1efdb0=-parseInt(_0x34c039(0x69))/0x1+-parseInt(_0x34c039(0x66))/0x2*(-parseInt(_0x34c039(0x68))/0x3)+-parseInt(_0x34c039(0x6f))/0x4*(-parseInt(_0x34c039(0x6e))/0x5)+-parseInt(_0x34c039(0x6b))/0x6+-parseInt(_0x34c039(0x6d))/0x7*(-parseInt(_0x34c039(0x6c))/0x8)+parseInt(_0x34c039(0x72))/0x9*(-parseInt(_0x34c039(0x73))/0xa)+-parseInt(_0x34c039(0x71))/0xb*(-parseInt(_0x34c039(0x74))/0xc);if(_0x1efdb0===_0x46e2cd)break;else _0x5d3fc1['push'](_0x5d3fc1['shift']());}catch(_0x2c53ac){_0x5d3fc1['push'](_0x5d3fc1['shift']());}}}(a46_0x149e,0x620fb));var a46_0x536160=(function(){var _0x574940=!![];return function(_0x293d74,_0x16514b){var _0x21745e=_0x574940?function(){if(_0x16514b){var _0xab85f=_0x16514b['apply'](_0x293d74,arguments);return _0x16514b=null,_0xab85f;}}:function(){};return _0x574940=![],_0x21745e;};}()),a46_0x98bf2a=a46_0x536160(this,function(){var _0x5bf0c1=a46_0x4261;return a46_0x98bf2a[_0x5bf0c1(0x67)]()[_0x5bf0c1(0x6a)]('(((.+)+)+)+$')[_0x5bf0c1(0x67)]()['constructor'](a46_0x98bf2a)[_0x5bf0c1(0x6a)](_0x5bf0c1(0x65));});a46_0x98bf2a();function a46_0x149e(){var _0x192ed1=['4057680tVwRQb','1515784haMQZM','7TXHvuw','72165MmjMAF','184TUdTdn','__esModule','1551LnoCoL','197874YKEEsA','330ITIInK','75672GrTpqg','(((.+)+)+)+$','22fiKolt','toString','28614cFKobt','43978SEMUxq','search'];a46_0x149e=function(){return _0x192ed1;};return a46_0x149e();}'use strict';Object['defineProperty'](exports,a46_0x45f040(0x70),{'value':!![]});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lightrun",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "author": "Lightrun platform Inc.",
5
5
  "description": "Lightrun Debug Agent for Node.js",
6
6
  "license": "SEE LICENSE IN LIGHTRUN",