lightrun 1.33.1 → 1.34.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.
- package/build/src/agent/agent-logger.js +1 -1
- package/build/src/agent/blocklisting/blocklisting-patterns.js +1 -1
- package/build/src/agent/blocklisting/dummy-blocklist-manager.js +1 -1
- package/build/src/agent/blocklisting/patterns-blocklist-manager.js +1 -1
- package/build/src/agent/config.js +1 -1
- package/build/src/agent/configuration-provider.js +1 -1
- package/build/src/agent/controller.js +1 -1
- package/build/src/agent/debuglet-helpers/createDebuggee.js +1 -1
- package/build/src/agent/debuglet-helpers/createDebuggeeMetadata.js +1 -1
- package/build/src/agent/debuglet-helpers/createUniquifier.js +1 -1
- package/build/src/agent/debuglet-helpers/delimit.js +1 -1
- package/build/src/agent/debuglet-helpers/format.js +1 -1
- package/build/src/agent/debuglet-helpers/getAgentConfig.js +1 -1
- package/build/src/agent/debuglet-helpers/getPlatform.js +1 -1
- package/build/src/agent/debuglet-helpers/mapSubtract.js +1 -1
- package/build/src/agent/debuglet-helpers/normalizeConfig.js +1 -1
- package/build/src/agent/debuglet-helpers/tokenize.js +1 -1
- package/build/src/agent/debuglet.js +1 -1
- package/build/src/agent/environment-metadata.js +1 -1
- package/build/src/agent/io/file-index.js +1 -1
- package/build/src/agent/io/scan-results.js +1 -1
- package/build/src/agent/io/scanner.js +1 -1
- package/build/src/agent/io/sourcemapper.js +1 -1
- package/build/src/agent/leaky-bucket.js +1 -1
- package/build/src/agent/log-data.js +1 -1
- package/build/src/agent/piping-manager.js +1 -1
- package/build/src/agent/quota-manager.js +1 -1
- package/build/src/agent/reduction/redaction-manager-re2js.js +1 -1
- package/build/src/agent/reduction/redaction-manager.js +1 -1
- package/build/src/agent/state/inspector-state.js +1 -1
- package/build/src/agent/state/legacy-state.js +1 -1
- package/build/src/agent/util/debug-assert.js +1 -1
- package/build/src/agent/util/utils.js +1 -1
- package/build/src/agent/util/validator.js +1 -1
- package/build/src/agent/v8/debugapi.js +1 -1
- package/build/src/agent/v8/inspector-debugapi.js +1 -1
- package/build/src/agent/v8/legacy-debugapi.js +1 -1
- package/build/src/agent/v8/v8inspector.js +1 -1
- package/build/src/client/stackdriver/debug.js +1 -1
- package/build/src/client/stackdriver/status-message.js +1 -1
- package/build/src/debuggee.js +1 -1
- package/build/src/gcp.js +1 -1
- package/build/src/index.d.ts +9 -3
- package/build/src/index.js +1 -1
- package/build/src/lambda.js +1 -1
- package/build/src/resources/version.txt +1 -1
- package/build/src/types/lightrun.js +1 -1
- package/build/src/types/stackdriver.js +1 -1
- package/build/src/types/v8.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a35_0x453d6c=a35_0x4739;(function(_0x5098b2,_0x3e0d65){const _0x59f465=a35_0x4739,_0x344a9d=_0x5098b2();while(!![]){try{const _0x40d9e7=-parseInt(_0x59f465(0x177))/0x1+-parseInt(_0x59f465(0x161))/0x2*(-parseInt(_0x59f465(0xef))/0x3)+parseInt(_0x59f465(0x151))/0x4+-parseInt(_0x59f465(0x156))/0x5*(-parseInt(_0x59f465(0xda))/0x6)+-parseInt(_0x59f465(0xeb))/0x7*(-parseInt(_0x59f465(0x13f))/0x8)+parseInt(_0x59f465(0x166))/0x9*(-parseInt(_0x59f465(0x16c))/0xa)+parseInt(_0x59f465(0xe7))/0xb;if(_0x40d9e7===_0x3e0d65)break;else _0x344a9d['push'](_0x344a9d['shift']());}catch(_0x114b66){_0x344a9d['push'](_0x344a9d['shift']());}}}(a35_0x1f69,0xbe50e));const a35_0x20b259=(function(){let _0x2a020e=!![];return function(_0xaa7965,_0x361169){const _0x38042a=_0x2a020e?function(){if(_0x361169){const _0xc7ccb1=_0x361169['apply'](_0xaa7965,arguments);return _0x361169=null,_0xc7ccb1;}}:function(){};return _0x2a020e=![],_0x38042a;};}()),a35_0x2b9c2a=a35_0x20b259(this,function(){const _0x5cfd88=a35_0x4739;return a35_0x2b9c2a[_0x5cfd88(0xdf)]()[_0x5cfd88(0x148)]('(((.+)+)+)+$')[_0x5cfd88(0xdf)]()['constructor'](a35_0x2b9c2a)[_0x5cfd88(0x148)]('(((.+)+)+)+$');});a35_0x2b9c2a();'use strict';Object[a35_0x453d6c(0x104)](exports,a35_0x453d6c(0x13c),{'value':!![]}),exports[a35_0x453d6c(0x157)]=exports[a35_0x453d6c(0x122)]=void 0x0;const acorn=require('acorn'),path=require(a35_0x453d6c(0x163)),status_message_1=require(a35_0x453d6c(0x175)),state=require(a35_0x453d6c(0xf5)),utils_1=require(a35_0x453d6c(0xf4)),debugapi=require(a35_0x453d6c(0x109)),v8inspector_1=require(a35_0x453d6c(0x149)),dummy_blocklist_manager_1=require(a35_0x453d6c(0xe5)),USE_MODULE_PREFIX=(0x0,utils_1['satisfies'])(process[a35_0x453d6c(0x179)],a35_0x453d6c(0xe8));function a35_0x4739(_0x43046a,_0x4c0bc0){const _0x40096c=a35_0x1f69();return a35_0x4739=function(_0x2b9c2a,_0x20b259){_0x2b9c2a=_0x2b9c2a-0xd8;let _0x1f69d7=_0x40096c[_0x2b9c2a];return _0x1f69d7;},a35_0x4739(_0x43046a,_0x4c0bc0);}class BreakpointData{constructor(_0x5241b4,_0x4fa481,_0x1fd7be,_0x33a302,_0x29681c,_0x783773,_0x514b2d,_0x38d05c){const _0x1da603=a35_0x453d6c;this['id']=_0x5241b4,this[_0x1da603(0x152)]=_0x4fa481,this['parsedCondition']=_0x1fd7be,this[_0x1da603(0x146)]=_0x33a302,this['compile']=_0x29681c,this[_0x1da603(0x132)]=_0x783773,this[_0x1da603(0x117)]=_0x514b2d,this[_0x1da603(0x125)]=_0x38d05c;}}exports[a35_0x453d6c(0x122)]=BreakpointData;class InspectorDebugApi{constructor(_0x434dd2,_0x559b3f,_0x23efa8,_0xbcdd57,_0x20ce76){const _0x4614c1=a35_0x453d6c;this['breakpoints']={},this[_0x4614c1(0x107)]={},this['scriptMapper']={},this[_0x4614c1(0xd9)]={},this[_0x4614c1(0x15a)]={},this[_0x4614c1(0x158)]=0x0,this[_0x4614c1(0x15d)]=null,this[_0x4614c1(0x112)]=_0x434dd2,this[_0x4614c1(0x12d)]=_0x559b3f,this[_0x4614c1(0x131)]=_0x23efa8,this[_0x4614c1(0xf1)]=_0xbcdd57,this['v8Inspector']=new v8inspector_1['V8Inspector'](_0x434dd2,(0x0,utils_1['satisfies'])(process['version'],_0x4614c1(0x111)),this[_0x4614c1(0x12d)][_0x4614c1(0x154)],_0x3467d3=>{const _0x1c68e5=_0x4614c1;this[_0x1c68e5(0xfe)][_0x3467d3['scriptId']]=_0x3467d3;},_0x1e7864=>{const _0x1c6fb6=_0x4614c1;try{this['handleDebugPausedEvent'](_0x1e7864);}catch(_0x1d3953){this[_0x1c6fb6(0x112)]['error'](_0x1d3953);}}),this[_0x4614c1(0x130)]=_0x20ce76,this['blocklistManager']=new dummy_blocklist_manager_1[(_0x4614c1(0x153))](!![]);}[a35_0x453d6c(0xf7)](_0x3d7068,_0x195c8f){const _0x3061c2=a35_0x453d6c;if(!_0x3d7068||typeof _0x3d7068['id']===_0x3061c2(0x123)||!_0x3d7068['location']||!_0x3d7068['location'][_0x3061c2(0x163)]||!_0x3d7068[_0x3061c2(0xf2)][_0x3061c2(0xfb)])return(0x0,utils_1[_0x3061c2(0x10f)])(_0x195c8f,_0x3d7068,status_message_1[_0x3061c2(0x13d)][_0x3061c2(0x119)],utils_1[_0x3061c2(0x12c)][_0x3061c2(0x11c)]);const _0x45fc39=path['normalize'](_0x3d7068[_0x3061c2(0xf2)][_0x3061c2(0x163)]);if(!this[_0x3061c2(0xf1)][_0x3061c2(0x16b)](_0x45fc39)){const _0x34ef3a=path[_0x3061c2(0x15f)](_0x45fc39);if(!this['config'][_0x3061c2(0x141)][_0x3061c2(0x11a)](_0x34ef3a)){const _0xb33d2e=_0x45fc39[_0x3061c2(0x105)](0x0,_0x45fc39[_0x3061c2(0x121)]-_0x34ef3a[_0x3061c2(0x121)]),_0x3fe11d=this[_0x3061c2(0x12d)][_0x3061c2(0x141)][_0x3061c2(0xde)](_0x168236=>_0xb33d2e+_0x168236)[_0x3061c2(0x140)](_0x5e3222=>(0x0,utils_1[_0x3061c2(0xfc)])(_0x5e3222,this[_0x3061c2(0x131)])),_0x1f4bd1=_0x3fe11d?utils_1[_0x3061c2(0x12c)]['COULD_NOT_FIND_MAPPING_FILE']:utils_1['errors']['SOURCE_FILE_NOT_FOUND'];return(0x0,utils_1[_0x3061c2(0x10f)])(_0x195c8f,_0x3d7068,status_message_1[_0x3061c2(0x13d)]['BREAKPOINT_SOURCE_LOCATION'],_0x1f4bd1);}this[_0x3061c2(0x13e)](_0x3d7068,null,null,_0x195c8f);}else{const _0x59107d=_0x3d7068[_0x3061c2(0xf2)][_0x3061c2(0xfb)],_0x165512=0x0,_0x5db740=this[_0x3061c2(0xf1)][_0x3061c2(0x15e)](_0x45fc39,_0x59107d,_0x165512),_0x22f864=(0x0,utils_1['getBreakpointCompiler'])(_0x3d7068);if(_0x3d7068[_0x3061c2(0xe1)]&&_0x22f864)try{_0x3d7068['condition']=_0x22f864(_0x3d7068[_0x3061c2(0xe1)]);}catch(_0x2e5b22){return this[_0x3061c2(0x112)][_0x3061c2(0x16e)]('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x3d7068[_0x3061c2(0xe1)]+_0x3061c2(0x138)),(0x0,utils_1['setErrorStatusAndCallback'])(_0x195c8f,_0x3d7068,status_message_1[_0x3061c2(0x13d)]['BREAKPOINT_CONDITION'],utils_1[_0x3061c2(0x12c)][_0x3061c2(0x160)]);}this[_0x3061c2(0x13e)](_0x3d7068,_0x5db740,_0x22f864,_0x195c8f);}}[a35_0x453d6c(0x16f)](_0x3c3a41,_0x2e3961){const _0x5ab731=a35_0x453d6c;if(typeof _0x3c3a41['id']===_0x5ab731(0x123))return this[_0x5ab731(0x112)]['debug'](_0x5ab731(0xdd)),(0x0,utils_1['setErrorStatusAndCallback'])(_0x2e3961,_0x3c3a41,status_message_1['StatusMessage'][_0x5ab731(0x10d)],utils_1['errors']['V8_BREAKPOINT_CLEAR_ERROR']);const _0x5d969f=this['breakpoints'][_0x3c3a41['id']];if(!_0x5d969f)return this[_0x5ab731(0x112)]['debug']('Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20'+_0x3c3a41['id']),(0x0,utils_1[_0x5ab731(0x10f)])(_0x2e3961,_0x3c3a41,status_message_1[_0x5ab731(0x13d)]['BREAKPOINT_CONDITION'],utils_1[_0x5ab731(0x12c)][_0x5ab731(0x168)]);const _0x47455d=_0x5d969f[_0x5ab731(0x146)],_0x21437e=_0x5d969f['id'];(0x0,utils_1[_0x5ab731(0x165)])(this['locationMapper'][_0x47455d],_0x3c3a41['id']);this[_0x5ab731(0xd9)][_0x47455d]['length']===0x0&&delete this['locationMapper'][_0x47455d];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x5ab731(0x15a)][_0x21437e],_0x3c3a41['id']);this[_0x5ab731(0x15a)][_0x21437e][_0x5ab731(0x121)]===0x0&&delete this[_0x5ab731(0x15a)][_0x21437e];let _0x510adf={};!this[_0x5ab731(0x15a)][_0x5d969f['id']]&&(_0x510adf=this[_0x5ab731(0x113)][_0x5ab731(0xf8)](_0x5d969f['id'])),delete this[_0x5ab731(0x11f)][_0x3c3a41['id']],delete this[_0x5ab731(0x107)][_0x3c3a41['id']],this[_0x5ab731(0x158)]--,setImmediate(()=>{const _0x3cdac6=_0x5ab731;_0x510adf[_0x3cdac6(0x13a)]&&_0x2e3961(_0x510adf[_0x3cdac6(0x13a)]),_0x2e3961(null);});}['wait'](_0x1871bb,_0x3a87d8){const _0x4d7ef7=a35_0x453d6c,_0x4f7ef7=this[_0x4d7ef7(0x171)][_0x4d7ef7(0x106)](this,_0x1871bb,_0x1ecb71=>{const _0x427d15=_0x4d7ef7,_0x12a957=--this[_0x427d15(0x11f)][_0x1871bb['id']][_0x427d15(0x132)];(_0x12a957<=0x0||_0x1ecb71)&&(this[_0x427d15(0x107)][_0x1871bb['id']][_0x427d15(0x164)]=![]),_0x3a87d8(_0x1ecb71||undefined);});this[_0x4d7ef7(0x107)][_0x1871bb['id']]={'enabled':!![],'listener':_0x4f7ef7};}['log'](_0x55ece9,_0x567470,_0x1f1af9,_0x1a75a1){const _0x3917e9=a35_0x453d6c,_0x2f25d3=this[_0x3917e9(0x171)][_0x3917e9(0x106)](this,_0x55ece9,_0x77db99=>{const _0x10950c=_0x3917e9;if(_0x77db99){this['listeners'][_0x55ece9['id']][_0x10950c(0x164)]=![],setImmediate(()=>{_0x1a75a1(_0x77db99||undefined);});return;}_0x567470(_0x55ece9['logMessageFormat'],_0x55ece9['evaluatedExpressions']),_0x55ece9[_0x10950c(0xf9)]=[],_0x1f1af9()?this[_0x10950c(0x107)][_0x55ece9['id']]['enabled']=![]:this[_0x10950c(0x130)][_0x10950c(0x16d)](_0x55ece9['id'])&&(this[_0x10950c(0x107)][_0x55ece9['id']][_0x10950c(0x164)]=![],setTimeout(()=>{const _0x31c7b5=_0x10950c;!_0x1f1af9()&&this['listeners'][_0x55ece9['id']]&&(this['listeners'][_0x55ece9['id']][_0x31c7b5(0x164)]=!![]),this[_0x31c7b5(0x130)][_0x31c7b5(0xdb)](_0x55ece9['id']);},this[_0x10950c(0x12d)][_0x10950c(0x14b)][_0x10950c(0x174)]*0x3e8));});this[_0x3917e9(0x107)][_0x55ece9['id']]={'enabled':!![],'listener':_0x2f25d3};}[a35_0x453d6c(0xfd)](){const _0x2c07d6=a35_0x453d6c;this[_0x2c07d6(0x113)][_0x2c07d6(0x10e)]();}[a35_0x453d6c(0x10a)](){const _0x4b4044=a35_0x453d6c;this[_0x4b4044(0x113)][_0x4b4044(0x10a)]();}[a35_0x453d6c(0x176)](){const _0x59eec0=a35_0x453d6c;this['v8Inspector'][_0x59eec0(0x176)]();}[a35_0x453d6c(0xf3)](){const _0x5d03a8=a35_0x453d6c;return Object[_0x5d03a8(0x129)](this['breakpoints'])[_0x5d03a8(0x121)];}[a35_0x453d6c(0x137)](){const _0x498a34=a35_0x453d6c;return Object[_0x498a34(0x129)](this[_0x498a34(0x107)])[_0x498a34(0x121)];}[a35_0x453d6c(0x132)](_0x1b5e05){const _0xc1d927=a35_0x453d6c;return this[_0xc1d927(0x11f)][_0x1b5e05]['remainingHits'];}[a35_0x453d6c(0xf0)](_0x430e22){const _0x5d2ef2=a35_0x453d6c;this[_0x5d2ef2(0xec)]=_0x430e22;}[a35_0x453d6c(0x13e)](_0x23792f,_0x17e271,_0x5a6393,_0xa931fa){const _0x962ef4=a35_0x453d6c;let _0x34b9e7=null;if(_0x23792f[_0x962ef4(0xe1)])try{_0x34b9e7=acorn['parse'](_0x23792f[_0x962ef4(0xe1)],{'sourceType':'script','ecmaVersion':0x6});const _0x1c829a=require(_0x962ef4(0x120));if(!_0x1c829a[_0x962ef4(0x147)](_0x34b9e7,![]))return(0x0,utils_1[_0x962ef4(0x10f)])(_0xa931fa,_0x23792f,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],utils_1[_0x962ef4(0x12c)][_0x962ef4(0x11b)]);}catch(_0x37eba7){const _0x3999ed=utils_1[_0x962ef4(0x12c)]['SYNTAX_ERROR_IN_CONDITION']+_0x37eba7['message'];return(0x0,utils_1['setErrorStatusAndCallback'])(_0xa931fa,_0x23792f,status_message_1[_0x962ef4(0x13d)][_0x962ef4(0x10d)],_0x3999ed);}let _0x3da14a;const _0x1fe540=_0x17e271?_0x17e271[_0x962ef4(0x159)]:path[_0x962ef4(0x172)](_0x23792f[_0x962ef4(0xf2)][_0x962ef4(0x163)]),_0x3962a5=(0x0,utils_1[_0x962ef4(0x116)])(_0x1fe540,this[_0x962ef4(0x12d)],this[_0x962ef4(0x131)],this[_0x962ef4(0x112)]);if(_0x3962a5['length']===0x0)return(0x0,utils_1[_0x962ef4(0x10f)])(_0xa931fa,_0x23792f,status_message_1[_0x962ef4(0x13d)][_0x962ef4(0x103)],utils_1[_0x962ef4(0x12c)][_0x962ef4(0x127)]);else{if(_0x3962a5[_0x962ef4(0x121)]===0x1)_0x3da14a=_0x3962a5[0x0];else return this['logger'][_0x962ef4(0x16e)](_0x962ef4(0xee)+_0x1fe540+_0x962ef4(0x11d)+_0x3962a5),(0x0,utils_1[_0x962ef4(0x10f)])(_0xa931fa,_0x23792f,status_message_1[_0x962ef4(0x13d)][_0x962ef4(0x103)],utils_1[_0x962ef4(0x12c)][_0x962ef4(0xe3)]);}if(this[_0x962ef4(0xec)][_0x962ef4(0x173)](_0x3da14a))return(0x0,utils_1[_0x962ef4(0x10f)])(_0xa931fa,_0x23792f,status_message_1[_0x962ef4(0x13d)]['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors'][_0x962ef4(0x11e)]);let _0x5be763=_0x17e271&&_0x17e271[_0x962ef4(0xe0)]?_0x17e271[_0x962ef4(0xe0)]:_0x23792f[_0x962ef4(0xf2)][_0x962ef4(0xe0)]||0x1;const _0x77c6f4=_0x17e271?_0x17e271[_0x962ef4(0xfb)]:_0x23792f[_0x962ef4(0xf2)][_0x962ef4(0xfb)];USE_MODULE_PREFIX&&_0x77c6f4===0x1&&(_0x5be763+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x77c6f4>=this['fileIndex'][_0x962ef4(0xea)][_0x3da14a]['lines']||_0x77c6f4<0x1)return(0x0,utils_1[_0x962ef4(0x10f)])(_0xa931fa,_0x23792f,status_message_1[_0x962ef4(0x13d)][_0x962ef4(0x103)],{...utils_1[_0x962ef4(0x12c)][_0x962ef4(0xed)],'description':utils_1[_0x962ef4(0x12c)][_0x962ef4(0xed)]['description']+_0x3da14a+':'+_0x77c6f4+'.\x20Loaded\x20script\x20contained\x20'+this[_0x962ef4(0x131)][_0x962ef4(0xea)][_0x3da14a]['lines']+_0x962ef4(0x100)+'\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the'+_0x962ef4(0xd8)});const _0x5bfa13=this[_0x962ef4(0xff)](_0x23792f,_0x77c6f4,_0x5be763,_0x3da14a);if(!_0x5bfa13)return(0x0,utils_1[_0x962ef4(0x10f)])(_0xa931fa,_0x23792f,status_message_1[_0x962ef4(0x13d)]['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors'][_0x962ef4(0x144)]);this[_0x962ef4(0x11f)][_0x23792f['id']]=new BreakpointData(_0x5bfa13[_0x962ef4(0x170)],_0x23792f,_0x34b9e7,_0x5bfa13[_0x962ef4(0x146)],_0x5a6393,_0x23792f[_0x962ef4(0x12f)]||0x1,_0x23792f[_0x962ef4(0x117)],_0x23792f[_0x962ef4(0x125)]),this[_0x962ef4(0x158)]++,setImmediate(()=>{_0xa931fa(null);});}[a35_0x453d6c(0xff)](_0x249b78,_0x37d08b,_0x3e4c1d,_0x50075f){const _0x444afb=a35_0x453d6c,_0x5e3211=JSON[_0x444afb(0xdc)]({..._0x249b78[_0x444afb(0xf2)],'path':_0x50075f});let _0x434825;if(!this[_0x444afb(0xd9)][_0x5e3211]){const _0x79c18b=this[_0x444afb(0x113)][_0x444afb(0x143)]()?_0x444afb(0xfa)+_0x50075f:_0x50075f,_0x414a43=process[_0x444afb(0x150)]===_0x444afb(0x15b)&&(0x0,utils_1[_0x444afb(0x167)])(process[_0x444afb(0x179)],'>=11')?_0x79c18b[_0x444afb(0x12b)](/^file:\/\//,_0x444afb(0x14e))[_0x444afb(0x12b)](/\\/g,'/'):_0x79c18b,_0x3e5536=this['v8Inspector'][_0x444afb(0x110)]({'lineNumber':_0x37d08b-0x1,'url':encodeURI(_0x414a43),'columnNumber':_0x3e4c1d-0x1});if(_0x3e5536[_0x444afb(0x13a)]||!_0x3e5536[_0x444afb(0x142)])return this['logger'][_0x444afb(0x13a)](_0x444afb(0x169)+_0x414a43+':'+_0x37d08b+',\x20'+('setBreakpointByUrl\x20error:\x20'+JSON[_0x444afb(0xdc)](_0x3e5536[_0x444afb(0x13a)]))),null;_0x434825=_0x3e5536[_0x444afb(0x142)][_0x444afb(0x10c)],delete this[_0x444afb(0xd9)][_0x5e3211],delete this[_0x444afb(0x15a)][_0x434825],this[_0x444afb(0xd9)][_0x5e3211]=[],this[_0x444afb(0x15a)][_0x434825]=[];}else _0x434825=this[_0x444afb(0x11f)][this[_0x444afb(0xd9)][_0x5e3211][0x0]]['id'];return this[_0x444afb(0xd9)][_0x5e3211][_0x444afb(0x12a)](_0x249b78['id']),this[_0x444afb(0x15a)][_0x434825][_0x444afb(0x12a)](_0x249b78['id']),{'v8BreakpointId':_0x434825,'locationStr':_0x5e3211};}[a35_0x453d6c(0x14a)](_0x40226e,_0x197f30){const _0x4e7ab4=a35_0x453d6c,_0x6bd85d=this[_0x4e7ab4(0x12d)][_0x4e7ab4(0x139)],_0x3b5713=_0x40226e['condition'];if(_0x3b5713){let _0xf071d1;if(this[_0x4e7ab4(0x130)]['ignoreQuota'])_0xf071d1=state[_0x4e7ab4(0x124)](_0x3b5713,_0x197f30,this[_0x4e7ab4(0x113)],!![],_0x6bd85d);else{const _0x5a3d0f=process['hrtime']();_0xf071d1=state['evaluate'](_0x3b5713,_0x197f30,this[_0x4e7ab4(0x113)],!![],_0x6bd85d);const _0x3b808e=process[_0x4e7ab4(0x126)](_0x5a3d0f),_0x1b6ccd=this['changeToNS'](_0x3b808e),_0x1dbe90=this['quotaManager'][_0x4e7ab4(0xe6)](_0x1b6ccd,_0x40226e);if(_0x1dbe90)return[undefined,_0x1dbe90];}if(_0xf071d1[_0x4e7ab4(0x13a)])return this['logger']['debug'](_0x4e7ab4(0x102)+_0x3b5713+_0x4e7ab4(0xe9),_0xf071d1['error']),[undefined,{...utils_1[_0x4e7ab4(0x12c)]['ERROR_EVALUATING_CONDITION'],'description':(utils_1['errors'][_0x4e7ab4(0x134)][_0x4e7ab4(0x16a)]||'')+_0xf071d1[_0x4e7ab4(0x13a)]['description']}];if(!_0xf071d1[_0x4e7ab4(0xe4)]['value'])return this[_0x4e7ab4(0x112)][_0x4e7ab4(0x14d)]('condition\x20'+_0x3b5713+'\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint'),[![],undefined];}return[!![],undefined];}[a35_0x453d6c(0x171)](_0x256abf,_0xeb7729,_0x39b3e9){const _0x784a56=a35_0x453d6c,[_0x1bd6c4,_0x43c6c9]=this[_0x784a56(0x14a)](_0x256abf,_0x39b3e9[0x0]);if(_0x43c6c9!==undefined){(0x0,utils_1[_0x784a56(0x10f)])(_0xeb7729,_0x256abf,status_message_1[_0x784a56(0x13d)][_0x784a56(0x10d)],_0x43c6c9);return;}if(_0x1bd6c4===![])return;const _0x3d249b=process[_0x784a56(0x126)]();try{this[_0x784a56(0x14c)](_0x256abf,_0x39b3e9);}catch(_0x1d383f){return(0x0,utils_1[_0x784a56(0x10f)])(_0xeb7729,_0x256abf,status_message_1[_0x784a56(0x13d)][_0x784a56(0x103)],utils_1[_0x784a56(0x12c)][_0x784a56(0xf6)]+_0x1d383f);}const _0x260bd4=process[_0x784a56(0x126)](_0x3d249b),_0x3058d1=this[_0x784a56(0x133)](_0x260bd4);this[_0x784a56(0x130)][_0x784a56(0x101)](_0x256abf['id'],_0x3058d1),this[_0x784a56(0x112)]['debug']((0x0,utils_1['formatInterval'])(_0x784a56(0x115),_0x260bd4)),_0xeb7729(null);}[a35_0x453d6c(0x14c)](_0x1b1a76,_0x2df3d3){const _0x46b69b=a35_0x453d6c,_0x2b23bb=[],_0x3e58ae=this;if(_0x1b1a76[_0x46b69b(0xe2)]&&this['breakpoints'][_0x1b1a76['id']][_0x46b69b(0x145)])for(let _0x5d6e6b=0x0;_0x5d6e6b<_0x1b1a76[_0x46b69b(0xe2)][_0x46b69b(0x121)];_0x5d6e6b++){try{_0x1b1a76['expressions'][_0x5d6e6b]=this['breakpoints'][_0x1b1a76['id']]['compile'](_0x1b1a76['expressions'][_0x5d6e6b]);}catch(_0x4f0e17){this['logger']['warn']('Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20'+_0x1b1a76[_0x46b69b(0xe2)][_0x5d6e6b]+_0x46b69b(0x138)),_0x2b23bb[_0x46b69b(0x12a)]({'name':_0x1b1a76[_0x46b69b(0xe2)][_0x5d6e6b],'status':new status_message_1[(_0x46b69b(0x13d))](status_message_1[_0x46b69b(0x13d)][_0x46b69b(0x15c)],utils_1[_0x46b69b(0x12c)][_0x46b69b(0x135)],!![])}),_0x1b1a76[_0x46b69b(0xe2)][_0x46b69b(0x118)](_0x5d6e6b,0x1),_0x5d6e6b--;}}if(_0x1b1a76[_0x46b69b(0x128)]==='LOG'){if(!_0x1b1a76['expressions'])_0x1b1a76[_0x46b69b(0xf9)]=[];else{const _0x51c443=_0x2df3d3[0x0];_0x1b1a76[_0x46b69b(0xf9)]=_0x1b1a76['expressions'][_0x46b69b(0xde)](_0x3e1252=>{const _0x57cf58=_0x46b69b,_0x3ab67f=state[_0x57cf58(0x124)](_0x3e1252,_0x51c443,_0x3e58ae[_0x57cf58(0x113)],!![],this[_0x57cf58(0x12d)]['expressionsEvalTimeoutMillis']);return _0x3ab67f[_0x57cf58(0x13a)]?_0x3ab67f['error']:_0x3ab67f[_0x57cf58(0xe4)]['value'];});}}else{const _0x47b719=state[_0x46b69b(0x10b)](_0x2df3d3,_0x1b1a76,this[_0x46b69b(0x12d)],this['scriptMapper'],this[_0x46b69b(0x113)],this['blocklistManager']);_0x1b1a76[_0x46b69b(0xf2)]&&(0x0,utils_1[_0x46b69b(0x155)])(_0x1b1a76[_0x46b69b(0xf2)]['path'])&&(_0x1b1a76[_0x46b69b(0xf2)][_0x46b69b(0xfb)]=_0x2df3d3[0x0][_0x46b69b(0xf2)][_0x46b69b(0x108)]+0x1),_0x1b1a76['stackFrames']=_0x47b719['stackFrames'],_0x1b1a76[_0x46b69b(0x114)]=_0x47b719[_0x46b69b(0x114)],_0x1b1a76[_0x46b69b(0xf9)]=_0x2b23bb[_0x46b69b(0x14f)](_0x47b719[_0x46b69b(0xf9)]);}}[a35_0x453d6c(0x12e)](_0x4543d5){const _0x10ea58=a35_0x453d6c;try{if(!_0x4543d5[_0x10ea58(0x178)])return;const _0x1a3332=_0x4543d5[_0x10ea58(0x178)][0x0],_0x1716ad=this[_0x10ea58(0x15a)][_0x1a3332];if(!_0x1716ad)return;_0x1716ad['forEach'](_0x20e347=>{const _0x558315=_0x10ea58;this[_0x558315(0x107)][_0x20e347][_0x558315(0x164)]&&(this['logger'][_0x558315(0x14d)](_0x558315(0x162)+_0x20e347),this[_0x558315(0x107)][_0x20e347][_0x558315(0x13b)](_0x4543d5[_0x558315(0x136)]));});}catch(_0x1d7948){this[_0x10ea58(0x112)][_0x10ea58(0x16e)]('Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20'+_0x1d7948);}}[a35_0x453d6c(0x133)](_0x24aae1){return _0x24aae1[0x0]*0x3b9aca00+_0x24aae1[0x1];}}function a35_0x1f69(){const _0x3fc043=['hrtime','SOURCE_FILE_NOT_FOUND','action','keys','push','replace','errors','config','handleDebugPausedEvent','maxHitCount','quotaManager','fileIndex','remainingHits','changeToNS','ERROR_EVALUATING_CONDITION','EXPRESSION_COMPILING_ERROR','callFrames','numListeners_','\x20<<','expressionsEvalTimeoutMillis','error','listener','__esModule','StatusMessage','setInternal','840CdFwZM','some','javascriptFileExtensions','response','shouldUseWellFormattedUrl','V8_BREAKPOINT_ERROR','compile','locationStr','isValid','search','./v8inspector','processCondition','quota','captureBreakpointData','debug','file:///','concat','platform','1911692gVwciI','apiBreakpoint','DummyBlocklistManager','resetV8DebuggerThreshold','isJavaScriptFile','2050pLZnwe','InspectorDebugApi','numBreakpoints','file','breakpointMapper','win32','VARIABLE_VALUE','cleanupAsyncCallStackInterval','mappingInfo','extname','ERROR_COMPILING_CONDITION','754qwXDzK','>>>breakpoint\x20hit<<<\x20number:\x20','path','enabled','removeFirstOccurrenceInArray','768330TXrzgK','satisfies','V8_BREAKPOINT_CLEAR_ERROR','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','description','hasMappingInfo','140hruENc','needsRecoveryTime','warn','clear','v8BreakpointId','onBreakpointHit','normalize','shouldBlock','quotaRecoverySeconds','../../client/stackdriver/status-message','disable','740730cWcQtn','hitBreakpoints','version','\x20deployed\x20source.','locationMapper','6756vXITgE','recovered','stringify','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','map','toString','column','condition','expressions','SOURCE_FILE_AMBIGUOUS','object','../blocklisting/dummy-blocklist-manager','applyConditionQuota','10340484qLQZiq','<10.16\x20||\x20>=11\x20<11.11','\x20due\x20to\x20error:\x20','fileStats','9702poGPXc','blocklistManager','INVALID_LINE_NUMBER','Unable\x20to\x20unambiguously\x20find\x20','5493UfIwBg','setBlocklistManager','sourcemapper','location','numBreakpoints_','../util/utils','../state/inspector-state','CAPTURE_BREAKPOINT_DATA','set','removeBreakpoint','evaluatedExpressions','file://','line','isFileIndexed','disconnect','scriptMapper','setAndStoreBreakpoint','\x20lines.\x20Please\x20ensure','applyDynamicLogsCPUQuota','Failed\x20to\x20evaluate\x20condition\x20','BREAKPOINT_SOURCE_LOCATION','defineProperty','substring','bind','listeners','lineNumber','./debugapi','enable','capture','breakpointId','BREAKPOINT_CONDITION','detach','setErrorStatusAndCallback','setBreakpointByUrl','>10.11.0','logger','v8Inspector','variableTable','capture\x20time:\x20','findScripts','ignoreQuota','splice','UNSPECIFIED','includes','DISALLOWED_EXPRESSION','INVALID_BREAKPOINT','.\x20Potential\x20matches:\x20','BREAKPOINT_PATH_BLOCKED','breakpoints','../util/validator.js','length','BreakpointData','undefined','evaluate','pipingStatus'];a35_0x1f69=function(){return _0x3fc043;};return a35_0x1f69();}exports[a35_0x453d6c(0x157)]=InspectorDebugApi;
|
|
1
|
+
const a35_0x2bbfc3=a35_0x4a02;(function(_0x583845,_0x1a89e4){const _0x25cf0a=a35_0x4a02,_0x2365d5=_0x583845();while(!![]){try{const _0x205aa2=-parseInt(_0x25cf0a(0x213))/0x1+-parseInt(_0x25cf0a(0x26a))/0x2*(-parseInt(_0x25cf0a(0x1ff))/0x3)+-parseInt(_0x25cf0a(0x1f8))/0x4*(-parseInt(_0x25cf0a(0x22c))/0x5)+parseInt(_0x25cf0a(0x23d))/0x6+parseInt(_0x25cf0a(0x1e4))/0x7+parseInt(_0x25cf0a(0x216))/0x8+parseInt(_0x25cf0a(0x245))/0x9*(-parseInt(_0x25cf0a(0x1e8))/0xa);if(_0x205aa2===_0x1a89e4)break;else _0x2365d5['push'](_0x2365d5['shift']());}catch(_0x3a47f9){_0x2365d5['push'](_0x2365d5['shift']());}}}(a35_0x3a64,0x9c6d7));function a35_0x3a64(){const _0x1e5d7b=['changeToNS','map','undefined','condition\x20','splice','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','description','parsedCondition','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','includes','DummyBlocklistManager','action','sourcemapper','push','171394XXYNSA','errors','extname','8669080hQnFoX','formatInterval','EXPRESSION_COMPILING_ERROR','forEach','debug','platform','../util/validator.js','applyConditionQuota','ignoreQuota','substring','../util/utils','removeBreakpoint','onBreakpointHit','>=11','processCondition','BREAKPOINT_CONDITION','disable','logger','hrtime','numListeners_','log','quota','15WgjFxW','version','handleDebugPausedEvent','bind','numBreakpoints','fileStats','breakpoints','quotaManager','path','warn','config','scriptMapper','response','../state/inspector-state','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','breakpointMapper','../../client/stackdriver/status-message','1590882SHXGxa','constructor','v8BreakpointId','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','./v8inspector','CAPTURE_BREAKPOINT_DATA','file','evaluate','16686efrpqL','ERROR_COMPILING_CONDITION','file://','detach','.\x20Potential\x20matches:\x20','cleanupAsyncCallStackInterval','pipingStatus','../blocklisting/dummy-blocklist-manager','isFileIndexed','condition','ERROR_EVALUATING_CONDITION','locationMapper','V8_BREAKPOINT_CLEAR_ERROR','COULD_NOT_FIND_MAPPING_FILE','BREAKPOINT_SOURCE_LOCATION','>10.11.0','removeFirstOccurrenceInArray','lines','(((.+)+)+)+$','recovered','mappingInfo','enabled','capture','keys','apply','LOG','search','Failed\x20to\x20evaluate\x20condition\x20','getBreakpointCompiler','v8Inspector','>>>breakpoint\x20hit<<<\x20number:\x20','isValid','defineProperty','<10.16\x20||\x20>=11\x20<11.11','enable','expressions','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','4fpuSLP','setErrorStatusAndCallback','INVALID_BREAKPOINT','listeners','\x20due\x20to\x20error:\x20','Unable\x20to\x20unambiguously\x20find\x20','SOURCE_FILE_NOT_FOUND','resetV8DebuggerThreshold','blocklistManager','shouldUseWellFormattedUrl','applyDynamicLogsCPUQuota','BreakpointData','evaluatedExpressions','\x20<<','listener','setBlocklistManager','VARIABLE_VALUE','remainingHits','win32','normalize','parse','locationStr','needsRecoveryTime','DISALLOWED_EXPRESSION','disconnect','setBreakpointByUrl','replace','column','compile','variableTable','location','StatusMessage','setAndStoreBreakpoint','1381751rHUwPg','shouldBlock','lineNumber','SYNTAX_ERROR_IN_CONDITION','12370BCWcJN','satisfies','./debugapi','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','V8Inspector','expressionsEvalTimeoutMillis','UNSPECIFIED','isJavaScriptFile','set','stringify','error','setInternal','hasMappingInfo','apiBreakpoint','javascriptFileExtensions','\x20lines.\x20Please\x20ensure','515608fWbCui','INVALID_LINE_NUMBER','hitBreakpoints','fileIndex','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','SOURCE_FILE_AMBIGUOUS','line','1758957Rdorzp','message','capture\x20time:\x20','callFrames','length','captureBreakpointData'];a35_0x3a64=function(){return _0x1e5d7b;};return a35_0x3a64();}const a35_0x3328d8=(function(){let _0x2ee1e0=!![];return function(_0x39ba6f,_0x5c9874){const _0x31db75=_0x2ee1e0?function(){const _0x5b473e=a35_0x4a02;if(_0x5c9874){const _0x2cf308=_0x5c9874[_0x5b473e(0x25d)](_0x39ba6f,arguments);return _0x5c9874=null,_0x2cf308;}}:function(){};return _0x2ee1e0=![],_0x31db75;};}()),a35_0x21d321=a35_0x3328d8(this,function(){const _0x1dddbe=a35_0x4a02;return a35_0x21d321['toString']()[_0x1dddbe(0x25f)]('(((.+)+)+)+$')['toString']()[_0x1dddbe(0x23e)](a35_0x21d321)[_0x1dddbe(0x25f)](_0x1dddbe(0x257));});a35_0x21d321();'use strict';Object[a35_0x2bbfc3(0x265)](exports,'__esModule',{'value':!![]}),exports['InspectorDebugApi']=exports[a35_0x2bbfc3(0x275)]=void 0x0;const acorn=require('acorn'),path=require('path'),status_message_1=require(a35_0x2bbfc3(0x23c)),state=require(a35_0x2bbfc3(0x239)),utils_1=require(a35_0x2bbfc3(0x220)),debugapi=require(a35_0x2bbfc3(0x1ea)),v8inspector_1=require(a35_0x2bbfc3(0x241)),dummy_blocklist_manager_1=require(a35_0x2bbfc3(0x24c)),USE_MODULE_PREFIX=(0x0,utils_1[a35_0x2bbfc3(0x1e9)])(process[a35_0x2bbfc3(0x22d)],a35_0x2bbfc3(0x266));class BreakpointData{constructor(_0x237d61,_0x3eed29,_0x3f6888,_0x31fc46,_0x1012a9,_0x162e59,_0x267d4f,_0x41142a){const _0x1ad430=a35_0x2bbfc3;this['id']=_0x237d61,this[_0x1ad430(0x1f5)]=_0x3eed29,this[_0x1ad430(0x20c)]=_0x3f6888,this['locationStr']=_0x31fc46,this['compile']=_0x1012a9,this['remainingHits']=_0x162e59,this[_0x1ad430(0x21e)]=_0x267d4f,this[_0x1ad430(0x24b)]=_0x41142a;}}function a35_0x4a02(_0x269fec,_0xc5100){const _0x2d7dc1=a35_0x3a64();return a35_0x4a02=function(_0x21d321,_0x3328d8){_0x21d321=_0x21d321-0x1cf;let _0x3a64cc=_0x2d7dc1[_0x21d321];return _0x3a64cc;},a35_0x4a02(_0x269fec,_0xc5100);}exports[a35_0x2bbfc3(0x275)]=BreakpointData;class InspectorDebugApi{constructor(_0x37d21b,_0x4295af,_0x2a36dc,_0x3b524f,_0x3b5ce0){const _0xa6df30=a35_0x2bbfc3;this[_0xa6df30(0x232)]={},this[_0xa6df30(0x26d)]={},this[_0xa6df30(0x237)]={},this[_0xa6df30(0x250)]={},this[_0xa6df30(0x23b)]={},this['numBreakpoints']=0x0,this[_0xa6df30(0x24a)]=null,this['logger']=_0x37d21b,this[_0xa6df30(0x236)]=_0x4295af,this[_0xa6df30(0x1fb)]=_0x2a36dc,this[_0xa6df30(0x211)]=_0x3b524f,this[_0xa6df30(0x262)]=new v8inspector_1[(_0xa6df30(0x1ec))](_0x37d21b,(0x0,utils_1['satisfies'])(process[_0xa6df30(0x22d)],_0xa6df30(0x254)),this[_0xa6df30(0x236)][_0xa6df30(0x271)],_0x173b84=>{const _0x5bead2=_0xa6df30;this[_0x5bead2(0x237)][_0x173b84['scriptId']]=_0x173b84;},_0x2c3054=>{const _0x58d564=_0xa6df30;try{this[_0x58d564(0x22e)](_0x2c3054);}catch(_0xd6e3a7){this[_0x58d564(0x227)][_0x58d564(0x1f2)](_0xd6e3a7);}}),this['quotaManager']=_0x3b5ce0,this[_0xa6df30(0x272)]=new dummy_blocklist_manager_1[(_0xa6df30(0x20f))](!![]);}[a35_0x2bbfc3(0x1f0)](_0x485cdd,_0x36ee34){const _0x1848f6=a35_0x2bbfc3;if(!_0x485cdd||typeof _0x485cdd['id']===_0x1848f6(0x207)||!_0x485cdd[_0x1848f6(0x1e1)]||!_0x485cdd[_0x1848f6(0x1e1)]['path']||!_0x485cdd['location'][_0x1848f6(0x1fe)])return(0x0,utils_1[_0x1848f6(0x26b)])(_0x36ee34,_0x485cdd,status_message_1[_0x1848f6(0x1e2)][_0x1848f6(0x1ee)],utils_1['errors'][_0x1848f6(0x26c)]);const _0x3eb1db=path['normalize'](_0x485cdd[_0x1848f6(0x1e1)][_0x1848f6(0x234)]);if(!this[_0x1848f6(0x211)][_0x1848f6(0x1f4)](_0x3eb1db)){const _0x510272=path[_0x1848f6(0x215)](_0x3eb1db);if(!this[_0x1848f6(0x236)][_0x1848f6(0x1f6)][_0x1848f6(0x20e)](_0x510272)){const _0x258007=_0x3eb1db[_0x1848f6(0x21f)](0x0,_0x3eb1db[_0x1848f6(0x203)]-_0x510272['length']),_0x275c0c=this['config']['javascriptFileExtensions'][_0x1848f6(0x206)](_0x531df4=>_0x258007+_0x531df4)['some'](_0x4925ab=>(0x0,utils_1[_0x1848f6(0x24d)])(_0x4925ab,this[_0x1848f6(0x1fb)])),_0x95c197=_0x275c0c?utils_1['errors'][_0x1848f6(0x252)]:utils_1['errors'][_0x1848f6(0x270)];return(0x0,utils_1[_0x1848f6(0x26b)])(_0x36ee34,_0x485cdd,status_message_1[_0x1848f6(0x1e2)][_0x1848f6(0x253)],_0x95c197);}this[_0x1848f6(0x1f3)](_0x485cdd,null,null,_0x36ee34);}else{const _0x49b701=_0x485cdd['location'][_0x1848f6(0x1fe)],_0x3ecbe5=0x0,_0x263906=this[_0x1848f6(0x211)][_0x1848f6(0x259)](_0x3eb1db,_0x49b701,_0x3ecbe5),_0x72947=(0x0,utils_1[_0x1848f6(0x261)])(_0x485cdd);if(_0x485cdd[_0x1848f6(0x24e)]&&_0x72947)try{_0x485cdd[_0x1848f6(0x24e)]=_0x72947(_0x485cdd[_0x1848f6(0x24e)]);}catch(_0x4a3bf6){return this['logger'][_0x1848f6(0x235)]('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x485cdd[_0x1848f6(0x24e)]+_0x1848f6(0x1d0)),(0x0,utils_1[_0x1848f6(0x26b)])(_0x36ee34,_0x485cdd,status_message_1[_0x1848f6(0x1e2)][_0x1848f6(0x225)],utils_1[_0x1848f6(0x214)][_0x1848f6(0x246)]);}this['setInternal'](_0x485cdd,_0x263906,_0x72947,_0x36ee34);}}['clear'](_0x772a81,_0x46957a){const _0xaec652=a35_0x2bbfc3;if(typeof _0x772a81['id']===_0xaec652(0x207))return this[_0xaec652(0x227)][_0xaec652(0x21a)](_0xaec652(0x1eb)),(0x0,utils_1[_0xaec652(0x26b)])(_0x46957a,_0x772a81,status_message_1[_0xaec652(0x1e2)]['BREAKPOINT_CONDITION'],utils_1[_0xaec652(0x214)][_0xaec652(0x251)]);const _0x7c8f53=this[_0xaec652(0x232)][_0x772a81['id']];if(!_0x7c8f53)return this[_0xaec652(0x227)]['debug'](_0xaec652(0x20d)+_0x772a81['id']),(0x0,utils_1[_0xaec652(0x26b)])(_0x46957a,_0x772a81,status_message_1[_0xaec652(0x1e2)]['BREAKPOINT_CONDITION'],utils_1[_0xaec652(0x214)][_0xaec652(0x251)]);const _0x3920b1=_0x7c8f53[_0xaec652(0x1d8)],_0x1bfe49=_0x7c8f53['id'];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0xaec652(0x250)][_0x3920b1],_0x772a81['id']);this[_0xaec652(0x250)][_0x3920b1][_0xaec652(0x203)]===0x0&&delete this['locationMapper'][_0x3920b1];(0x0,utils_1[_0xaec652(0x255)])(this[_0xaec652(0x23b)][_0x1bfe49],_0x772a81['id']);this[_0xaec652(0x23b)][_0x1bfe49][_0xaec652(0x203)]===0x0&&delete this[_0xaec652(0x23b)][_0x1bfe49];let _0x5c9b8c={};!this[_0xaec652(0x23b)][_0x7c8f53['id']]&&(_0x5c9b8c=this['v8Inspector'][_0xaec652(0x221)](_0x7c8f53['id'])),delete this[_0xaec652(0x232)][_0x772a81['id']],delete this['listeners'][_0x772a81['id']],this[_0xaec652(0x230)]--,setImmediate(()=>{const _0x15ef34=_0xaec652;_0x5c9b8c[_0x15ef34(0x1f2)]&&_0x46957a(_0x5c9b8c[_0x15ef34(0x1f2)]),_0x46957a(null);});}['wait'](_0x121988,_0x393649){const _0x22d5be=a35_0x2bbfc3,_0x101448=this[_0x22d5be(0x222)][_0x22d5be(0x22f)](this,_0x121988,_0xbcbbf=>{const _0x19ff3f=_0x22d5be,_0x4c038b=--this[_0x19ff3f(0x232)][_0x121988['id']]['remainingHits'];(_0x4c038b<=0x0||_0xbcbbf)&&(this[_0x19ff3f(0x26d)][_0x121988['id']][_0x19ff3f(0x25a)]=![]),_0x393649(_0xbcbbf||undefined);});this[_0x22d5be(0x26d)][_0x121988['id']]={'enabled':!![],'listener':_0x101448};}[a35_0x2bbfc3(0x22a)](_0x301237,_0x4ce5b1,_0x3912ea,_0x41e767){const _0x21f573=a35_0x2bbfc3,_0x463bef=this[_0x21f573(0x222)]['bind'](this,_0x301237,_0x4d6cdf=>{const _0x409dd1=_0x21f573;if(_0x4d6cdf){this[_0x409dd1(0x26d)][_0x301237['id']][_0x409dd1(0x25a)]=![],setImmediate(()=>{_0x41e767(_0x4d6cdf||undefined);});return;}_0x4ce5b1(_0x301237['logMessageFormat'],_0x301237['evaluatedExpressions']),_0x301237['evaluatedExpressions']=[],_0x3912ea()?this[_0x409dd1(0x26d)][_0x301237['id']][_0x409dd1(0x25a)]=![]:this[_0x409dd1(0x233)][_0x409dd1(0x1d9)](_0x301237['id'])&&(this[_0x409dd1(0x26d)][_0x301237['id']][_0x409dd1(0x25a)]=![],setTimeout(()=>{const _0x404d67=_0x409dd1;!_0x3912ea()&&this[_0x404d67(0x26d)][_0x301237['id']]&&(this['listeners'][_0x301237['id']][_0x404d67(0x25a)]=!![]),this[_0x404d67(0x233)][_0x404d67(0x258)](_0x301237['id']);},this[_0x409dd1(0x236)][_0x409dd1(0x22b)]['quotaRecoverySeconds']*0x3e8));});this[_0x21f573(0x26d)][_0x301237['id']]={'enabled':!![],'listener':_0x463bef};}[a35_0x2bbfc3(0x1db)](){const _0x36367b=a35_0x2bbfc3;this[_0x36367b(0x262)][_0x36367b(0x248)]();}[a35_0x2bbfc3(0x267)](){const _0x3135ab=a35_0x2bbfc3;this[_0x3135ab(0x262)][_0x3135ab(0x267)]();}[a35_0x2bbfc3(0x226)](){const _0x1d6023=a35_0x2bbfc3;this[_0x1d6023(0x262)][_0x1d6023(0x226)]();}['numBreakpoints_'](){const _0x3f50b8=a35_0x2bbfc3;return Object[_0x3f50b8(0x25c)](this[_0x3f50b8(0x232)])[_0x3f50b8(0x203)];}[a35_0x2bbfc3(0x229)](){const _0x481705=a35_0x2bbfc3;return Object['keys'](this[_0x481705(0x26d)])[_0x481705(0x203)];}[a35_0x2bbfc3(0x1d4)](_0x1bf29d){const _0x1fbf27=a35_0x2bbfc3;return this[_0x1fbf27(0x232)][_0x1bf29d][_0x1fbf27(0x1d4)];}[a35_0x2bbfc3(0x1d2)](_0x44c93c){const _0x483a12=a35_0x2bbfc3;this[_0x483a12(0x272)]=_0x44c93c;}[a35_0x2bbfc3(0x1f3)](_0x782e59,_0x37b828,_0x304b80,_0x15a77d){const _0x4320b7=a35_0x2bbfc3;let _0x762842=null;if(_0x782e59[_0x4320b7(0x24e)])try{_0x762842=acorn[_0x4320b7(0x1d7)](_0x782e59[_0x4320b7(0x24e)],{'sourceType':'script','ecmaVersion':0x6});const _0x31659c=require(_0x4320b7(0x21c));if(!_0x31659c[_0x4320b7(0x264)](_0x762842,![]))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x15a77d,_0x782e59,status_message_1[_0x4320b7(0x1e2)]['BREAKPOINT_CONDITION'],utils_1[_0x4320b7(0x214)][_0x4320b7(0x1da)]);}catch(_0x237aac){const _0x580a4e=utils_1[_0x4320b7(0x214)][_0x4320b7(0x1e7)]+_0x237aac[_0x4320b7(0x200)];return(0x0,utils_1[_0x4320b7(0x26b)])(_0x15a77d,_0x782e59,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],_0x580a4e);}let _0x3b181c;const _0x5e1cdf=_0x37b828?_0x37b828[_0x4320b7(0x243)]:path[_0x4320b7(0x1d6)](_0x782e59[_0x4320b7(0x1e1)][_0x4320b7(0x234)]),_0x2b9957=(0x0,utils_1['findScripts'])(_0x5e1cdf,this[_0x4320b7(0x236)],this['fileIndex'],this[_0x4320b7(0x227)]);if(_0x2b9957[_0x4320b7(0x203)]===0x0)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x15a77d,_0x782e59,status_message_1['StatusMessage'][_0x4320b7(0x253)],utils_1['errors'][_0x4320b7(0x270)]);else{if(_0x2b9957[_0x4320b7(0x203)]===0x1)_0x3b181c=_0x2b9957[0x0];else return this[_0x4320b7(0x227)]['warn'](_0x4320b7(0x26f)+_0x5e1cdf+_0x4320b7(0x249)+_0x2b9957),(0x0,utils_1[_0x4320b7(0x26b)])(_0x15a77d,_0x782e59,status_message_1['StatusMessage'][_0x4320b7(0x253)],utils_1[_0x4320b7(0x214)][_0x4320b7(0x1fd)]);}if(this[_0x4320b7(0x272)][_0x4320b7(0x1e5)](_0x3b181c))return(0x0,utils_1[_0x4320b7(0x26b)])(_0x15a77d,_0x782e59,status_message_1[_0x4320b7(0x1e2)][_0x4320b7(0x253)],utils_1['errors']['BREAKPOINT_PATH_BLOCKED']);let _0x5c3ff3=_0x37b828&&_0x37b828['column']?_0x37b828[_0x4320b7(0x1de)]:_0x782e59[_0x4320b7(0x1e1)][_0x4320b7(0x1de)]||0x1;const _0x359f5e=_0x37b828?_0x37b828[_0x4320b7(0x1fe)]:_0x782e59['location'][_0x4320b7(0x1fe)];USE_MODULE_PREFIX&&_0x359f5e===0x1&&(_0x5c3ff3+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x359f5e>=this[_0x4320b7(0x1fb)][_0x4320b7(0x231)][_0x3b181c][_0x4320b7(0x256)]||_0x359f5e<0x1)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x15a77d,_0x782e59,status_message_1[_0x4320b7(0x1e2)][_0x4320b7(0x253)],{...utils_1['errors'][_0x4320b7(0x1f9)],'description':utils_1['errors'][_0x4320b7(0x1f9)]['description']+_0x3b181c+':'+_0x359f5e+'.\x20Loaded\x20script\x20contained\x20'+this['fileIndex']['fileStats'][_0x3b181c][_0x4320b7(0x256)]+_0x4320b7(0x1f7)+_0x4320b7(0x20a)+'\x20deployed\x20source.'});const _0x5000ae=this[_0x4320b7(0x1e3)](_0x782e59,_0x359f5e,_0x5c3ff3,_0x3b181c);if(!_0x5000ae)return(0x0,utils_1[_0x4320b7(0x26b)])(_0x15a77d,_0x782e59,status_message_1[_0x4320b7(0x1e2)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x4320b7(0x214)]['V8_BREAKPOINT_ERROR']);this[_0x4320b7(0x232)][_0x782e59['id']]=new BreakpointData(_0x5000ae[_0x4320b7(0x23f)],_0x782e59,_0x762842,_0x5000ae['locationStr'],_0x304b80,_0x782e59['maxHitCount']||0x1,_0x782e59[_0x4320b7(0x21e)],_0x782e59[_0x4320b7(0x24b)]),this['numBreakpoints']++,setImmediate(()=>{_0x15a77d(null);});}[a35_0x2bbfc3(0x1e3)](_0x24ae31,_0x5c0842,_0x235ee1,_0x2cb224){const _0xbb4342=a35_0x2bbfc3,_0x59e0d5=JSON[_0xbb4342(0x1f1)]({..._0x24ae31[_0xbb4342(0x1e1)],'path':_0x2cb224});let _0x1d253e;if(!this[_0xbb4342(0x250)][_0x59e0d5]){const _0x17b160=this[_0xbb4342(0x262)][_0xbb4342(0x273)]()?_0xbb4342(0x247)+_0x2cb224:_0x2cb224,_0x3d0dae=process[_0xbb4342(0x21b)]===_0xbb4342(0x1d5)&&(0x0,utils_1[_0xbb4342(0x1e9)])(process[_0xbb4342(0x22d)],_0xbb4342(0x223))?_0x17b160[_0xbb4342(0x1dd)](/^file:\/\//,'file:///')[_0xbb4342(0x1dd)](/\\/g,'/'):_0x17b160,_0x26decd=this[_0xbb4342(0x262)][_0xbb4342(0x1dc)]({'lineNumber':_0x5c0842-0x1,'url':encodeURI(_0x3d0dae),'columnNumber':_0x235ee1-0x1});if(_0x26decd[_0xbb4342(0x1f2)]||!_0x26decd['response'])return this[_0xbb4342(0x227)][_0xbb4342(0x1f2)](_0xbb4342(0x240)+_0x3d0dae+':'+_0x5c0842+',\x20'+('setBreakpointByUrl\x20error:\x20'+JSON[_0xbb4342(0x1f1)](_0x26decd[_0xbb4342(0x1f2)]))),null;_0x1d253e=_0x26decd[_0xbb4342(0x238)]['breakpointId'],delete this[_0xbb4342(0x250)][_0x59e0d5],delete this[_0xbb4342(0x23b)][_0x1d253e],this[_0xbb4342(0x250)][_0x59e0d5]=[],this[_0xbb4342(0x23b)][_0x1d253e]=[];}else _0x1d253e=this[_0xbb4342(0x232)][this['locationMapper'][_0x59e0d5][0x0]]['id'];return this[_0xbb4342(0x250)][_0x59e0d5][_0xbb4342(0x212)](_0x24ae31['id']),this['breakpointMapper'][_0x1d253e][_0xbb4342(0x212)](_0x24ae31['id']),{'v8BreakpointId':_0x1d253e,'locationStr':_0x59e0d5};}[a35_0x2bbfc3(0x224)](_0x27dbc6,_0xbc8eb2){const _0xe39aa=a35_0x2bbfc3,_0xc9a3=this[_0xe39aa(0x236)][_0xe39aa(0x1ed)],_0x53928e=_0x27dbc6[_0xe39aa(0x24e)];if(_0x53928e){let _0x1d69e1;if(this[_0xe39aa(0x233)][_0xe39aa(0x21e)])_0x1d69e1=state[_0xe39aa(0x244)](_0x53928e,_0xbc8eb2,this[_0xe39aa(0x262)],!![],_0xc9a3);else{const _0x224263=process[_0xe39aa(0x228)]();_0x1d69e1=state['evaluate'](_0x53928e,_0xbc8eb2,this['v8Inspector'],!![],_0xc9a3);const _0x31e26c=process['hrtime'](_0x224263),_0x566505=this[_0xe39aa(0x205)](_0x31e26c),_0xad2bde=this[_0xe39aa(0x233)][_0xe39aa(0x21d)](_0x566505,_0x27dbc6);if(_0xad2bde)return[undefined,_0xad2bde];}if(_0x1d69e1['error'])return this[_0xe39aa(0x227)][_0xe39aa(0x21a)](_0xe39aa(0x260)+_0x53928e+_0xe39aa(0x26e),_0x1d69e1[_0xe39aa(0x1f2)]),[undefined,{...utils_1[_0xe39aa(0x214)][_0xe39aa(0x24f)],'description':(utils_1[_0xe39aa(0x214)]['ERROR_EVALUATING_CONDITION'][_0xe39aa(0x20b)]||'')+_0x1d69e1[_0xe39aa(0x1f2)][_0xe39aa(0x20b)]}];if(!_0x1d69e1['object']['value'])return this[_0xe39aa(0x227)][_0xe39aa(0x21a)](_0xe39aa(0x208)+_0x53928e+_0xe39aa(0x269)),[![],undefined];}return[!![],undefined];}[a35_0x2bbfc3(0x222)](_0x175f84,_0xd6ff56,_0x27928){const _0x14200e=a35_0x2bbfc3,[_0x3f89ed,_0x177600]=this[_0x14200e(0x224)](_0x175f84,_0x27928[0x0]);if(_0x177600!==undefined){(0x0,utils_1[_0x14200e(0x26b)])(_0xd6ff56,_0x175f84,status_message_1[_0x14200e(0x1e2)]['BREAKPOINT_CONDITION'],_0x177600);return;}if(_0x3f89ed===![])return;const _0x476a8a=process[_0x14200e(0x228)]();try{this[_0x14200e(0x204)](_0x175f84,_0x27928);}catch(_0x2dc6fa){return(0x0,utils_1[_0x14200e(0x26b)])(_0xd6ff56,_0x175f84,status_message_1[_0x14200e(0x1e2)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x14200e(0x214)][_0x14200e(0x242)]+_0x2dc6fa);}const _0x32a21e=process[_0x14200e(0x228)](_0x476a8a),_0x461025=this[_0x14200e(0x205)](_0x32a21e);this[_0x14200e(0x233)][_0x14200e(0x274)](_0x175f84['id'],_0x461025),this[_0x14200e(0x227)][_0x14200e(0x21a)]((0x0,utils_1[_0x14200e(0x217)])(_0x14200e(0x201),_0x32a21e)),_0xd6ff56(null);}['captureBreakpointData'](_0xc4d9c1,_0x4b44b1){const _0x59fee1=a35_0x2bbfc3,_0x47c631=[],_0xfa3488=this;if(_0xc4d9c1['expressions']&&this[_0x59fee1(0x232)][_0xc4d9c1['id']][_0x59fee1(0x1df)])for(let _0x30a762=0x0;_0x30a762<_0xc4d9c1[_0x59fee1(0x268)][_0x59fee1(0x203)];_0x30a762++){try{_0xc4d9c1[_0x59fee1(0x268)][_0x30a762]=this[_0x59fee1(0x232)][_0xc4d9c1['id']]['compile'](_0xc4d9c1[_0x59fee1(0x268)][_0x30a762]);}catch(_0x24ec4e){this['logger'][_0x59fee1(0x235)](_0x59fee1(0x23a)+_0xc4d9c1[_0x59fee1(0x268)][_0x30a762]+'\x20<<'),_0x47c631[_0x59fee1(0x212)]({'name':_0xc4d9c1[_0x59fee1(0x268)][_0x30a762],'status':new status_message_1['StatusMessage'](status_message_1[_0x59fee1(0x1e2)][_0x59fee1(0x1d3)],utils_1[_0x59fee1(0x214)][_0x59fee1(0x218)],!![])}),_0xc4d9c1[_0x59fee1(0x268)][_0x59fee1(0x209)](_0x30a762,0x1),_0x30a762--;}}if(_0xc4d9c1[_0x59fee1(0x210)]===_0x59fee1(0x25e)){if(!_0xc4d9c1[_0x59fee1(0x268)])_0xc4d9c1[_0x59fee1(0x1cf)]=[];else{const _0x210f27=_0x4b44b1[0x0];_0xc4d9c1[_0x59fee1(0x1cf)]=_0xc4d9c1[_0x59fee1(0x268)][_0x59fee1(0x206)](_0x10f047=>{const _0x5b33ac=_0x59fee1,_0x2dcef6=state['evaluate'](_0x10f047,_0x210f27,_0xfa3488[_0x5b33ac(0x262)],!![],this[_0x5b33ac(0x236)]['expressionsEvalTimeoutMillis']);return _0x2dcef6[_0x5b33ac(0x1f2)]?_0x2dcef6[_0x5b33ac(0x1f2)]:_0x2dcef6['object']['value'];});}}else{const _0x468912=state[_0x59fee1(0x25b)](_0x4b44b1,_0xc4d9c1,this['config'],this['scriptMapper'],this[_0x59fee1(0x262)],this[_0x59fee1(0x272)]);_0xc4d9c1[_0x59fee1(0x1e1)]&&(0x0,utils_1[_0x59fee1(0x1ef)])(_0xc4d9c1[_0x59fee1(0x1e1)][_0x59fee1(0x234)])&&(_0xc4d9c1[_0x59fee1(0x1e1)][_0x59fee1(0x1fe)]=_0x4b44b1[0x0][_0x59fee1(0x1e1)][_0x59fee1(0x1e6)]+0x1),_0xc4d9c1['stackFrames']=_0x468912['stackFrames'],_0xc4d9c1[_0x59fee1(0x1e0)]=_0x468912['variableTable'],_0xc4d9c1['evaluatedExpressions']=_0x47c631['concat'](_0x468912[_0x59fee1(0x1cf)]);}}[a35_0x2bbfc3(0x22e)](_0x19b2cb){const _0x3c78a7=a35_0x2bbfc3;try{if(!_0x19b2cb['hitBreakpoints'])return;const _0x73d22=_0x19b2cb[_0x3c78a7(0x1fa)][0x0],_0x302122=this[_0x3c78a7(0x23b)][_0x73d22];if(!_0x302122)return;_0x302122[_0x3c78a7(0x219)](_0x574014=>{const _0x419d9c=_0x3c78a7;this[_0x419d9c(0x26d)][_0x574014][_0x419d9c(0x25a)]&&(this[_0x419d9c(0x227)][_0x419d9c(0x21a)](_0x419d9c(0x263)+_0x574014),this[_0x419d9c(0x26d)][_0x574014][_0x419d9c(0x1d1)](_0x19b2cb[_0x419d9c(0x202)]));});}catch(_0xff64b7){this[_0x3c78a7(0x227)][_0x3c78a7(0x235)](_0x3c78a7(0x1fc)+_0xff64b7);}}[a35_0x2bbfc3(0x205)](_0x38eb95){return _0x38eb95[0x0]*0x3b9aca00+_0x38eb95[0x1];}}exports['InspectorDebugApi']=InspectorDebugApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a36_0x447434=a36_0x19fc;(function(_0x1dfed8,_0xaa8b9d){const _0xeebffa=a36_0x19fc,_0xbe5d00=_0x1dfed8();while(!![]){try{const _0x4158b7=parseInt(_0xeebffa(0x23f))/0x1+parseInt(_0xeebffa(0x230))/0x2+-parseInt(_0xeebffa(0x1d2))/0x3+parseInt(_0xeebffa(0x232))/0x4*(-parseInt(_0xeebffa(0x235))/0x5)+parseInt(_0xeebffa(0x22a))/0x6*(-parseInt(_0xeebffa(0x1bc))/0x7)+-parseInt(_0xeebffa(0x21b))/0x8*(-parseInt(_0xeebffa(0x1d4))/0x9)+parseInt(_0xeebffa(0x1c5))/0xa*(parseInt(_0xeebffa(0x222))/0xb);if(_0x4158b7===_0xaa8b9d)break;else _0xbe5d00['push'](_0xbe5d00['shift']());}catch(_0x400f55){_0xbe5d00['push'](_0xbe5d00['shift']());}}}(a36_0x55ef,0xb9123));const a36_0x353619=(function(){let _0x50c98a=!![];return function(_0x3f396a,_0x4fb214){const _0x7afcf0=_0x50c98a?function(){const _0x27f98c=a36_0x19fc;if(_0x4fb214){const _0x823654=_0x4fb214[_0x27f98c(0x24b)](_0x3f396a,arguments);return _0x4fb214=null,_0x823654;}}:function(){};return _0x50c98a=![],_0x7afcf0;};}()),a36_0x934ab6=a36_0x353619(this,function(){const _0x2dfdc2=a36_0x19fc;return a36_0x934ab6[_0x2dfdc2(0x213)]()[_0x2dfdc2(0x1d7)](_0x2dfdc2(0x247))[_0x2dfdc2(0x213)]()[_0x2dfdc2(0x21f)](a36_0x934ab6)['search']('(((.+)+)+)+$');});a36_0x934ab6();'use strict';function a36_0x55ef(){const _0x22d0a5=['getBreakpointCompiler','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','constructor','V8_BREAKPOINT_ERROR','runInDebugContext','12023UjxMbh','isValid','SOURCE_FILE_NOT_FOUND','breakpoints','../util/utils','number','javascriptFileExtensions','activating\x20v8\x20breakpoint\x20listener','488604UIAhPl','mappingInfo','V8BreakpointData','breakPointsHit','apiBreakpoint','expressions','1985628RvIyKs','findScripts','388UvegwA','.\x20Loaded\x20script\x20contained\x20','listeners','13645FmvSjQ','>=4.5','.\x20Potential\x20matches:\x20','location','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','variableTable','v8Version','error','value','acorn','381087nOtJNZ','StatusMessage','deactivating\x20v8\x20breakpoint\x20listener','config','checkCondition','setErrorStatusAndCallback','handleDebugEvents','numBreakpoints_','(((.+)+)+)+$','stackFrames','condition','UNSPECIFIED','apply','>>>V8\x20breakpoint\x20hit<<<\x20number:\x20','DISALLOWED_EXPRESSION','active','COULD_NOT_FIND_MAPPING_FILE','126jFgYtd','numListeners_','Break','message','logger','INVALID_BREAKPOINT','fileIndex','clearBreakPoint','file','17710fhBMRe','quotaRecoverySeconds','extname','fileStats','normalize','BREAKPOINT_SOURCE_LOCATION','clear','__esModule','SYNTAX_ERROR_IN_CONDITION','SOURCE_FILE_AMBIGUOUS','VARIABLE_VALUE','setScriptBreakPointByRegExp','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','4503246VSypSo','Debug','9FfWSwm','../blocklisting/dummy-blocklist-manager','usePermanentListener','search','blocklistManager','\x20<<','info','set','quota','mirror','../../client/stackdriver/status-message','evaluate','semver','v8Breakpoint','exec','../util/validator.js','quotaManager','MODULE_WRAP_PREFIX_LENGTH','warn','Unable\x20to\x20unambiguously\x20find\x20','length','shouldBlock','log','listener','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','\x20deployed\x20source.','hrtime','errors','setListener','CAPTURE_BREAKPOINT_DATA','capture\x20time:\x20','captureBreakpointData','frame','../state/legacy-state','V8_BREAKPOINT_CLEAR_ERROR','bind','ERROR_COMPILING_CONDITION','description','enable','script','column','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','disconnect','./debugapi','versions','onBreakpointHit','numBreakpoints','evaluatedExpressions','splice','compile','action','BREAKPOINT_PATH_BLOCKED','push','hasMappingInfo','DummyBlocklistManager','EXPRESSION_COMPILING_ERROR','sourcemapper','keys','ERROR_EVALUATING_CONDITION','wait','includes','line','BREAKPOINT_CONDITION','toString','path','script_break_point','undefined','V8DebugApi','setByRegExp','lines','DebugEvent','5440432UTjJFK','enabled'];a36_0x55ef=function(){return _0x22d0a5;};return a36_0x55ef();}function a36_0x19fc(_0xe22557,_0x239e0c){const _0x32ca3b=a36_0x55ef();return a36_0x19fc=function(_0x934ab6,_0x353619){_0x934ab6=_0x934ab6-0x1bc;let _0x55ef4e=_0x32ca3b[_0x934ab6];return _0x55ef4e;},a36_0x19fc(_0xe22557,_0x239e0c);}Object['defineProperty'](exports,a36_0x447434(0x1cc),{'value':!![]}),exports[a36_0x447434(0x217)]=exports[a36_0x447434(0x22c)]=void 0x0;const acorn=require(a36_0x447434(0x23e)),path=require('path'),semver=require(a36_0x447434(0x1e0)),vm=require('vm'),status_message_1=require(a36_0x447434(0x1de)),state=require(a36_0x447434(0x1f5)),utils_1=require(a36_0x447434(0x226)),debugapi=require(a36_0x447434(0x1ff)),dummy_blocklist_manager_1=require(a36_0x447434(0x1d5));class V8BreakpointData{constructor(_0xcaaca4,_0x53c145,_0x146aa2,_0x282214){const _0x100c11=a36_0x447434;this[_0x100c11(0x22e)]=_0xcaaca4,this[_0x100c11(0x1e1)]=_0x53c145,this['parsedCondition']=_0x146aa2,this[_0x100c11(0x205)]=_0x282214;}}exports[a36_0x447434(0x22c)]=V8BreakpointData;class V8DebugApi{constructor(_0xd15951,_0x209ed9,_0x531311,_0x2e1b7f,_0x7d0029){const _0x19f815=a36_0x447434;this[_0x19f815(0x225)]={},this['listeners']={},this[_0x19f815(0x202)]=0x0,this[_0x19f815(0x20c)]=_0x2e1b7f,this['v8']=vm[_0x19f815(0x221)](_0x19f815(0x1d3)),this[_0x19f815(0x242)]=_0x209ed9,this['fileIndex']=_0x531311,this[_0x19f815(0x23b)]=/(\d+\.\d+\.\d+)\.\d+/[_0x19f815(0x1e2)](process[_0x19f815(0x200)]['v8']),this[_0x19f815(0x1c0)]=_0xd15951,this[_0x19f815(0x1d6)]=semver['satisfies'](this[_0x19f815(0x23b)][0x1],_0x19f815(0x236)),this[_0x19f815(0x1e4)]=_0x7d0029,this[_0x19f815(0x1d8)]=new dummy_blocklist_manager_1[(_0x19f815(0x20a))](!![]),this[_0x19f815(0x245)]=(_0x481e08,_0x2e5af2,_0x567714)=>{const _0x59cdab=_0x19f815;try{switch(_0x481e08){case this['v8'][_0x59cdab(0x21a)][_0x59cdab(0x1be)]:_0x567714[_0x59cdab(0x22d)]()['forEach'](_0x2d2f77=>{const _0x353608=_0x59cdab,_0x4e5fdc=_0x2d2f77[_0x353608(0x215)]()['number']();this[_0x353608(0x234)][_0x4e5fdc][_0x353608(0x21c)]&&(this[_0x353608(0x1c0)][_0x353608(0x1da)](_0x353608(0x24c)+_0x4e5fdc),this[_0x353608(0x234)][_0x4e5fdc][_0x353608(0x1eb)](_0x2e5af2,_0x567714));});break;default:}}catch(_0x1a1524){this['logger'][_0x59cdab(0x1e6)](_0x59cdab(0x21e)+_0x1a1524);}},this['usePermanentListener']&&(this[_0x19f815(0x1c0)]['info'](_0x19f815(0x1fd)),this['v8'][_0x19f815(0x1f0)](this[_0x19f815(0x245)]));}[a36_0x447434(0x1db)](_0x5085cd,_0x96c35a){const _0x2b492d=a36_0x447434;if(!this['v8']||!_0x5085cd||typeof _0x5085cd['id']===_0x2b492d(0x216)||!_0x5085cd[_0x2b492d(0x238)]||!_0x5085cd[_0x2b492d(0x238)][_0x2b492d(0x214)]||!_0x5085cd[_0x2b492d(0x238)]['line'])return(0x0,utils_1['setErrorStatusAndCallback'])(_0x96c35a,_0x5085cd,status_message_1['StatusMessage'][_0x2b492d(0x24a)],utils_1[_0x2b492d(0x1ef)][_0x2b492d(0x1c1)]);const _0x3fa6da=path[_0x2b492d(0x1c9)](_0x5085cd[_0x2b492d(0x238)][_0x2b492d(0x214)]);if(this['blocklistManager'][_0x2b492d(0x1e9)](_0x3fa6da))return(0x0,utils_1[_0x2b492d(0x244)])(_0x96c35a,_0x5085cd,status_message_1[_0x2b492d(0x240)][_0x2b492d(0x1ca)],utils_1[_0x2b492d(0x1ef)][_0x2b492d(0x207)]);if(!this[_0x2b492d(0x20c)][_0x2b492d(0x209)](_0x3fa6da)){const _0x20cf8b=path[_0x2b492d(0x1c7)](_0x3fa6da);if(!this[_0x2b492d(0x242)][_0x2b492d(0x228)][_0x2b492d(0x210)](_0x20cf8b))return(0x0,utils_1[_0x2b492d(0x244)])(_0x96c35a,_0x5085cd,status_message_1[_0x2b492d(0x240)][_0x2b492d(0x1ca)],utils_1[_0x2b492d(0x1ef)][_0x2b492d(0x24f)]);this['setInternal'](_0x5085cd,null,null,_0x96c35a);}else{const _0x237c69=_0x5085cd['location'][_0x2b492d(0x211)],_0x40b721=0x0,_0x46b1b7=this[_0x2b492d(0x20c)][_0x2b492d(0x22b)](_0x3fa6da,_0x237c69,_0x40b721),_0x34f937=(0x0,utils_1[_0x2b492d(0x21d)])(_0x5085cd);if(_0x5085cd[_0x2b492d(0x249)]&&_0x34f937)try{_0x5085cd[_0x2b492d(0x249)]=_0x34f937(_0x5085cd['condition']);}catch(_0x3ee3a9){return this[_0x2b492d(0x1c0)][_0x2b492d(0x1da)]('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x5085cd[_0x2b492d(0x249)]+_0x2b492d(0x1d9)),(0x0,utils_1['setErrorStatusAndCallback'])(_0x96c35a,_0x5085cd,status_message_1[_0x2b492d(0x240)][_0x2b492d(0x212)],utils_1[_0x2b492d(0x1ef)]['ERROR_COMPILING_CONDITION']);}this['setInternal'](_0x5085cd,_0x46b1b7,_0x34f937,_0x96c35a);}}[a36_0x447434(0x1cb)](_0x4eff05,_0x154e6b){const _0x507a40=a36_0x447434;if(typeof _0x4eff05['id']===_0x507a40(0x216))return(0x0,utils_1[_0x507a40(0x244)])(_0x154e6b,_0x4eff05,status_message_1[_0x507a40(0x240)]['BREAKPOINT_CONDITION'],utils_1['errors'][_0x507a40(0x1f6)]);const _0x37c8b9=this[_0x507a40(0x225)][_0x4eff05['id']];if(!_0x37c8b9)return(0x0,utils_1[_0x507a40(0x244)])(_0x154e6b,_0x4eff05,status_message_1[_0x507a40(0x240)][_0x507a40(0x212)],utils_1[_0x507a40(0x1ef)][_0x507a40(0x1f6)]);const _0x575925=_0x37c8b9[_0x507a40(0x1e1)];this['v8'][_0x507a40(0x1c3)](_0x575925[_0x507a40(0x227)]()),delete this[_0x507a40(0x225)][_0x4eff05['id']],delete this[_0x507a40(0x234)][_0x575925[_0x507a40(0x227)]()],this[_0x507a40(0x202)]--,this[_0x507a40(0x202)]===0x0&&!this[_0x507a40(0x1d6)]&&(this[_0x507a40(0x1c0)][_0x507a40(0x1da)](_0x507a40(0x241)),this['v8'][_0x507a40(0x1f0)](null)),setImmediate(()=>{_0x154e6b(null);});}[a36_0x447434(0x20f)](_0x4d2038,_0x2a434a){const _0x2e2489=a36_0x447434,_0x2bb045=this,_0x4c4d87=_0x2bb045['breakpoints'][_0x4d2038['id']][_0x2e2489(0x1e1)][_0x2e2489(0x227)](),_0x3dad88=this[_0x2e2489(0x201)][_0x2e2489(0x1f7)](this,_0x4d2038,_0x60119d=>{const _0x4bde96=_0x2e2489;_0x2bb045['listeners'][_0x4c4d87][_0x4bde96(0x21c)]=![],setImmediate(()=>{_0x2a434a(_0x60119d||undefined);});});_0x2bb045[_0x2e2489(0x234)][_0x4c4d87]={'enabled':!![],'listener':_0x3dad88};}[a36_0x447434(0x1ea)](_0x3247f4,_0x1fbd72,_0xa5062e,_0x36b92d){const _0x5043f8=a36_0x447434,_0x1d3e36=this,_0xefb013=_0x1d3e36['breakpoints'][_0x3247f4['id']][_0x5043f8(0x1e1)]['number'](),_0x4fc909=this['onBreakpointHit'][_0x5043f8(0x1f7)](this,_0x3247f4,_0x4c01a7=>{const _0x338abc=_0x5043f8;_0x4c01a7&&(this[_0x338abc(0x234)][_0x3247f4['id']][_0x338abc(0x21c)]=![],setImmediate(()=>{_0x36b92d(_0x4c01a7||undefined);})),_0x1fbd72(_0x3247f4['logMessageFormat'],_0x3247f4[_0x338abc(0x203)]),_0xa5062e()?_0x1d3e36[_0x338abc(0x234)][_0xefb013][_0x338abc(0x21c)]=![]:this['quotaManager']['needsRecoveryTime'](_0x3247f4['id'])&&(_0x1d3e36['listeners'][_0xefb013][_0x338abc(0x21c)]=![],setTimeout(()=>{const _0x380aa7=_0x338abc;!_0xa5062e()&&_0x1d3e36[_0x380aa7(0x234)][_0xefb013]&&(_0x1d3e36[_0x380aa7(0x234)][_0xefb013][_0x380aa7(0x21c)]=!![]),this[_0x380aa7(0x1e4)]['recovered'](_0x3247f4['id']);},_0x1d3e36[_0x338abc(0x242)][_0x338abc(0x1dc)][_0x338abc(0x1c6)]*0x3e8));});_0x1d3e36[_0x5043f8(0x234)][_0xefb013]={'enabled':!![],'listener':_0x4fc909};}[a36_0x447434(0x1fe)](){return;}[a36_0x447434(0x1fa)](){}['disable'](){}[a36_0x447434(0x246)](){const _0x1b42ef=a36_0x447434;return Object[_0x1b42ef(0x20d)](this[_0x1b42ef(0x225)])['length'];}[a36_0x447434(0x1bd)](){const _0x5d335d=a36_0x447434;return Object[_0x5d335d(0x20d)](this[_0x5d335d(0x234)])[_0x5d335d(0x1e8)];}['remainingHits'](){return 0x0;}['setBlocklistManager'](_0x3803f3){const _0x132b95=a36_0x447434;this[_0x132b95(0x1d8)]=_0x3803f3;}['setInternal'](_0x3a75d7,_0x487d06,_0x11577e,_0xed9e65){const _0x25a8d6=a36_0x447434;let _0x32a0fe=null;if(_0x3a75d7[_0x25a8d6(0x249)])try{_0x32a0fe=acorn['parse'](_0x3a75d7[_0x25a8d6(0x249)],{'sourceType':_0x25a8d6(0x1fb),'ecmaVersion':0x6});const _0x488b8b=require(_0x25a8d6(0x1e3));if(!_0x488b8b[_0x25a8d6(0x223)](_0x32a0fe,!![]))return(0x0,utils_1[_0x25a8d6(0x244)])(_0xed9e65,_0x3a75d7,status_message_1[_0x25a8d6(0x240)][_0x25a8d6(0x212)],utils_1[_0x25a8d6(0x1ef)][_0x25a8d6(0x24d)]);}catch(_0x1440aa){return(0x0,utils_1[_0x25a8d6(0x244)])(_0xed9e65,_0x3a75d7,status_message_1[_0x25a8d6(0x240)][_0x25a8d6(0x212)],utils_1['errors'][_0x25a8d6(0x1cd)]+_0x1440aa[_0x25a8d6(0x1bf)]);}let _0x57d7c9;const _0x48ae5b=_0x487d06?_0x487d06[_0x25a8d6(0x1c4)]:path['normalize'](_0x3a75d7[_0x25a8d6(0x238)]['path']),_0x22ef50=(0x0,utils_1[_0x25a8d6(0x231)])(_0x48ae5b,this[_0x25a8d6(0x242)],this['fileIndex'],this[_0x25a8d6(0x1c0)]);if(_0x22ef50[_0x25a8d6(0x1e8)]===0x0)return(0x0,utils_1['setErrorStatusAndCallback'])(_0xed9e65,_0x3a75d7,status_message_1[_0x25a8d6(0x240)][_0x25a8d6(0x1ca)],utils_1[_0x25a8d6(0x1ef)][_0x25a8d6(0x224)]);else{if(_0x22ef50['length']===0x1)_0x57d7c9=_0x22ef50[0x0];else return this['logger'][_0x25a8d6(0x1e6)](_0x25a8d6(0x1e7)+_0x48ae5b+_0x25a8d6(0x237)+_0x22ef50),(0x0,utils_1[_0x25a8d6(0x244)])(_0xed9e65,_0x3a75d7,status_message_1[_0x25a8d6(0x240)][_0x25a8d6(0x1ca)],utils_1[_0x25a8d6(0x1ef)][_0x25a8d6(0x1ce)]);}let _0x3d66be=_0x487d06&&_0x487d06[_0x25a8d6(0x1fc)]?_0x487d06['column']:_0x3a75d7[_0x25a8d6(0x238)][_0x25a8d6(0x1fc)]||0x1;const _0x2c60b6=_0x487d06?_0x487d06[_0x25a8d6(0x211)]:_0x3a75d7[_0x25a8d6(0x238)]['line'];_0x2c60b6===0x1&&(_0x3d66be+=debugapi[_0x25a8d6(0x1e5)]-0x1);if(_0x2c60b6>=this[_0x25a8d6(0x1c2)][_0x25a8d6(0x1c8)][_0x57d7c9]['lines'])return(0x0,utils_1['setErrorStatusAndCallback'])(_0xed9e65,_0x3a75d7,status_message_1[_0x25a8d6(0x240)][_0x25a8d6(0x1ca)],{...utils_1['errors']['INVALID_LINE_NUMBER'],'description':utils_1[_0x25a8d6(0x1ef)]['INVALID_LINE_NUMBER'][_0x25a8d6(0x1f9)]+_0x57d7c9+':'+_0x2c60b6+_0x25a8d6(0x233)+this[_0x25a8d6(0x1c2)]['fileStats'][_0x57d7c9][_0x25a8d6(0x219)]+'\x20lines.\x20Please\x20ensure'+_0x25a8d6(0x239)+_0x25a8d6(0x1ed)});const _0x163c06=this[_0x25a8d6(0x218)](_0x57d7c9,_0x2c60b6,_0x3d66be);if(!_0x163c06)return(0x0,utils_1[_0x25a8d6(0x244)])(_0xed9e65,_0x3a75d7,status_message_1[_0x25a8d6(0x240)][_0x25a8d6(0x1ca)],utils_1['errors'][_0x25a8d6(0x220)]);this['numBreakpoints']===0x0&&!this[_0x25a8d6(0x1d6)]&&(this[_0x25a8d6(0x1c0)]['info'](_0x25a8d6(0x229)),this['v8'][_0x25a8d6(0x1f0)](this[_0x25a8d6(0x245)])),this[_0x25a8d6(0x225)][_0x3a75d7['id']]=new V8BreakpointData(_0x3a75d7,_0x163c06,_0x32a0fe,_0x11577e),this[_0x25a8d6(0x202)]++,setImmediate(()=>{_0xed9e65(null);});}[a36_0x447434(0x218)](_0x480a46,_0x2371b9,_0x590c3f){const _0x180836=a36_0x447434,_0x27be9b=(0x0,utils_1['pathToRegExp'])(_0x480a46),_0x5aa02c=this['v8'][_0x180836(0x1d0)](_0x27be9b,_0x2371b9-0x1,_0x590c3f-0x1),_0x5a1a7b=this['v8']['findBreakPoint'](_0x5aa02c);return _0x5a1a7b;}[a36_0x447434(0x201)](_0x43fcd6,_0x3c6185,_0x325108){const _0x33643b=a36_0x447434,_0x15e1eb=this[_0x33643b(0x225)][_0x43fcd6['id']]['v8Breakpoint'];if(!_0x15e1eb[_0x33643b(0x24e)]())return(0x0,utils_1[_0x33643b(0x244)])(_0x3c6185,_0x43fcd6,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors']['V8_BREAKPOINT_DISABLED']);const _0x8f57d4=this[_0x33643b(0x243)](_0x43fcd6,_0x325108);if(_0x8f57d4[_0x33643b(0x23c)])return(0x0,utils_1[_0x33643b(0x244)])(_0x3c6185,_0x43fcd6,status_message_1['StatusMessage'][_0x33643b(0x212)],{...utils_1[_0x33643b(0x1ef)][_0x33643b(0x20e)],'description':utils_1[_0x33643b(0x1ef)][_0x33643b(0x1f8)][_0x33643b(0x1f9)]+_0x8f57d4[_0x33643b(0x23c)]});else{if(!_0x8f57d4[_0x33643b(0x23d)]){this[_0x33643b(0x1c0)][_0x33643b(0x1da)](_0x33643b(0x1d1));return;}}const _0x1da043=process['hrtime']();try{this[_0x33643b(0x1f3)](_0x43fcd6,_0x325108);}catch(_0x597f5d){return(0x0,utils_1['setErrorStatusAndCallback'])(_0x3c6185,_0x43fcd6,status_message_1[_0x33643b(0x240)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x33643b(0x1ef)][_0x33643b(0x1f1)]+_0x597f5d);}const _0xe9bf6a=process[_0x33643b(0x1ee)](_0x1da043);this[_0x33643b(0x1c0)]['info']((0x0,utils_1['formatInterval'])(_0x33643b(0x1f2),_0xe9bf6a)),_0x3c6185(null);}['checkCondition'](_0xbee3ef,_0x5a98cd){const _0x4943f6=a36_0x447434;if(!_0xbee3ef[_0x4943f6(0x249)])return{'value':!![]};const _0x4d2649=state[_0x4943f6(0x1df)](_0xbee3ef[_0x4943f6(0x249)],_0x5a98cd[_0x4943f6(0x1f4)](0x0));if(_0x4d2649[_0x4943f6(0x23c)])return{'error':_0x4d2649['error']};return{'value':!!_0x4d2649[_0x4943f6(0x1dd)][_0x4943f6(0x23d)]()};}[a36_0x447434(0x1f3)](_0x196c3a,_0x3a8898){const _0xd37797=a36_0x447434,_0x79966a=[];if(_0x196c3a[_0xd37797(0x22f)]&&this[_0xd37797(0x225)][_0x196c3a['id']][_0xd37797(0x205)])for(let _0x5d5771=0x0;_0x5d5771<_0x196c3a[_0xd37797(0x22f)][_0xd37797(0x1e8)];_0x5d5771++){try{_0x196c3a[_0xd37797(0x22f)][_0x5d5771]=this['breakpoints'][_0x196c3a['id']][_0xd37797(0x205)](_0x196c3a[_0xd37797(0x22f)][_0x5d5771]);}catch(_0x2ab1c2){this[_0xd37797(0x1c0)]['info'](_0xd37797(0x1ec)+_0x196c3a[_0xd37797(0x22f)][_0x5d5771]+'\x20<<'),_0x79966a[_0xd37797(0x208)]({'name':_0x196c3a[_0xd37797(0x22f)][_0x5d5771],'status':new status_message_1['StatusMessage'](status_message_1[_0xd37797(0x240)][_0xd37797(0x1cf)],utils_1['errors'][_0xd37797(0x20b)],!![])}),_0x196c3a['expressions'][_0xd37797(0x204)](_0x5d5771,0x1),_0x5d5771--;}}if(_0x196c3a[_0xd37797(0x206)]==='LOG'){if(!_0x196c3a[_0xd37797(0x22f)])_0x196c3a[_0xd37797(0x203)]=[];else{const _0xd396c1=_0x3a8898[_0xd37797(0x1f4)](0x0),_0x305ea7=_0x196c3a[_0xd37797(0x22f)]['map'](_0x7dc409=>{const _0x42fe55=_0xd37797,_0x571152=state['evaluate'](_0x7dc409,_0xd396c1);return _0x571152[_0x42fe55(0x23c)]?_0x571152[_0x42fe55(0x23c)]:_0x571152[_0x42fe55(0x1dd)]['value']();});_0x196c3a[_0xd37797(0x203)]=_0x305ea7;}}else{const _0x2cedea=state['capture'](_0x3a8898,_0x196c3a['expressions'],this['config'],this['v8'],this[_0xd37797(0x1d8)]);_0x196c3a[_0xd37797(0x238)]&&(0x0,utils_1['isJavaScriptFile'])(_0x196c3a['location'][_0xd37797(0x214)])&&_0x2cedea[_0xd37797(0x238)]&&_0x2cedea[_0xd37797(0x238)][_0xd37797(0x211)]&&(_0x196c3a[_0xd37797(0x238)][_0xd37797(0x211)]=_0x2cedea[_0xd37797(0x238)][_0xd37797(0x211)]),_0x196c3a[_0xd37797(0x248)]=_0x2cedea[_0xd37797(0x248)],_0x196c3a[_0xd37797(0x23a)]=_0x2cedea['variableTable'],_0x196c3a['evaluatedExpressions']=_0x79966a['concat'](_0x2cedea[_0xd37797(0x203)]);}}}exports[a36_0x447434(0x217)]=V8DebugApi;
|
|
1
|
+
const a36_0xcbcb95=a36_0x3fbf;function a36_0x3fbf(_0x1295f2,_0x2d1705){const _0x501110=a36_0x3797();return a36_0x3fbf=function(_0x12bb1f,_0x331c7a){_0x12bb1f=_0x12bb1f-0x1ca;let _0x3797ac=_0x501110[_0x12bb1f];return _0x3797ac;},a36_0x3fbf(_0x1295f2,_0x2d1705);}(function(_0x5c4bf1,_0xd548ed){const _0x5f11ba=a36_0x3fbf,_0x10c7cf=_0x5c4bf1();while(!![]){try{const _0x3c4837=-parseInt(_0x5f11ba(0x1e2))/0x1*(parseInt(_0x5f11ba(0x234))/0x2)+-parseInt(_0x5f11ba(0x244))/0x3*(-parseInt(_0x5f11ba(0x21a))/0x4)+-parseInt(_0x5f11ba(0x216))/0x5+parseInt(_0x5f11ba(0x20f))/0x6+-parseInt(_0x5f11ba(0x206))/0x7*(-parseInt(_0x5f11ba(0x1d4))/0x8)+-parseInt(_0x5f11ba(0x223))/0x9+-parseInt(_0x5f11ba(0x253))/0xa*(parseInt(_0x5f11ba(0x219))/0xb);if(_0x3c4837===_0xd548ed)break;else _0x10c7cf['push'](_0x10c7cf['shift']());}catch(_0x1ff152){_0x10c7cf['push'](_0x10c7cf['shift']());}}}(a36_0x3797,0xbcb98));const a36_0x331c7a=(function(){let _0x3172e0=!![];return function(_0x1ebc22,_0x7aae6f){const _0x3c184f=_0x3172e0?function(){const _0x2f7898=a36_0x3fbf;if(_0x7aae6f){const _0x3fde0f=_0x7aae6f[_0x2f7898(0x224)](_0x1ebc22,arguments);return _0x7aae6f=null,_0x3fde0f;}}:function(){};return _0x3172e0=![],_0x3c184f;};}()),a36_0x12bb1f=a36_0x331c7a(this,function(){const _0x150362=a36_0x3fbf;return a36_0x12bb1f['toString']()[_0x150362(0x233)](_0x150362(0x243))['toString']()[_0x150362(0x21c)](a36_0x12bb1f)[_0x150362(0x233)](_0x150362(0x243));});a36_0x12bb1f();'use strict';function a36_0x3797(){const _0x2232b6=['capture\x20time:\x20','parse','acorn','V8_BREAKPOINT_ERROR','Unable\x20to\x20unambiguously\x20find\x20','javascriptFileExtensions','V8BreakpointData','path','BREAKPOINT_PATH_BLOCKED','onBreakpointHit','1834NPZaJj','fileIndex','numBreakpoints','semver','apiBreakpoint','../util/utils','length','DISALLOWED_EXPRESSION','DummyBlocklistManager','3213612TcQKlp','activating\x20v8\x20breakpoint\x20listener','undefined','splice','compile','message','location','368365bkUIhU','BREAKPOINT_CONDITION','includes','11aAyFBr','3476IrKuPJ','mappingInfo','constructor','breakPointsHit','formatInterval','frame','fileStats','setErrorStatusAndCallback','ERROR_EVALUATING_CONDITION','4459086QWWnYY','apply','checkCondition','clearBreakPoint','setBlocklistManager','shouldBlock','concat','\x20deployed\x20source.','EXPRESSION_COMPILING_ERROR','__esModule','v8Breakpoint','clear','forEach','bind','.\x20Potential\x20matches:\x20','config','search','170DkMaeR','Debug','SOURCE_FILE_AMBIGUOUS','Unable\x20to\x20compile\x20condition\x20>>\x20','handleDebugEvents','.\x20Loaded\x20script\x20contained\x20','findBreakPoint','INVALID_LINE_NUMBER','info','expressions','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','number','../../client/stackdriver/status-message','errors','DebugEvent','(((.+)+)+)+$','3489nAaVPL','sourcemapper','disable','\x20<<','error','breakpoints','pathToRegExp','deactivating\x20v8\x20breakpoint\x20listener','active','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','listeners','mirror','logger','hrtime','logMessageFormat','12525730bxZMVc','enabled','lines','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','VARIABLE_VALUE','usePermanentListener','defineProperty','extname','evaluate','enable','file','normalize','44288zpggZZ','BREAKPOINT_SOURCE_LOCATION','remainingHits','setListener','stackFrames','disconnect','StatusMessage','V8_BREAKPOINT_CLEAR_ERROR','setScriptBreakPointByRegExp','setByRegExp','blocklistManager','column','wait','UNSPECIFIED','4729DwRMIp','warn','ERROR_COMPILING_CONDITION','LOG','getBreakpointCompiler','set','setInternal','exec','evaluatedExpressions','v8Version','variableTable','condition','isJavaScriptFile','satisfies','needsRecoveryTime','INVALID_BREAKPOINT','Break','captureBreakpointData','COULD_NOT_FIND_MAPPING_FILE','value','line','script_break_point','../blocklisting/dummy-blocklist-manager','V8DebugApi','quotaManager','recovered'];a36_0x3797=function(){return _0x2232b6;};return a36_0x3797();}Object[a36_0xcbcb95(0x1ce)](exports,a36_0xcbcb95(0x22c),{'value':!![]}),exports['V8DebugApi']=exports[a36_0xcbcb95(0x202)]=void 0x0;const acorn=require(a36_0xcbcb95(0x1fe)),path=require(a36_0xcbcb95(0x203)),semver=require(a36_0xcbcb95(0x209)),vm=require('vm'),status_message_1=require(a36_0xcbcb95(0x240)),state=require('../state/legacy-state'),utils_1=require(a36_0xcbcb95(0x20b)),debugapi=require('./debugapi'),dummy_blocklist_manager_1=require(a36_0xcbcb95(0x1f8));class V8BreakpointData{constructor(_0x8950ef,_0x35e6d3,_0x256f04,_0x33521b){const _0x355b3e=a36_0xcbcb95;this[_0x355b3e(0x20a)]=_0x8950ef,this[_0x355b3e(0x22d)]=_0x35e6d3,this['parsedCondition']=_0x256f04,this['compile']=_0x33521b;}}exports[a36_0xcbcb95(0x202)]=V8BreakpointData;class V8DebugApi{constructor(_0xcf4c12,_0x3e33a1,_0x4b4ac5,_0xac74a8,_0x455685){const _0x1e47de=a36_0xcbcb95;this['breakpoints']={},this[_0x1e47de(0x24e)]={},this[_0x1e47de(0x208)]=0x0,this[_0x1e47de(0x245)]=_0xac74a8,this['v8']=vm['runInDebugContext'](_0x1e47de(0x235)),this['config']=_0x3e33a1,this[_0x1e47de(0x207)]=_0x4b4ac5,this[_0x1e47de(0x1eb)]=/(\d+\.\d+\.\d+)\.\d+/[_0x1e47de(0x1e9)](process['versions']['v8']),this[_0x1e47de(0x250)]=_0xcf4c12,this[_0x1e47de(0x1cd)]=semver[_0x1e47de(0x1ef)](this[_0x1e47de(0x1eb)][0x1],'>=4.5'),this['quotaManager']=_0x455685,this[_0x1e47de(0x1de)]=new dummy_blocklist_manager_1[(_0x1e47de(0x20e))](!![]),this[_0x1e47de(0x238)]=(_0x342783,_0x32555f,_0x123e55)=>{const _0x4964bb=_0x1e47de;try{switch(_0x342783){case this['v8'][_0x4964bb(0x242)][_0x4964bb(0x1f2)]:_0x123e55[_0x4964bb(0x21d)]()[_0x4964bb(0x22f)](_0x39b763=>{const _0x223d33=_0x4964bb,_0x57902f=_0x39b763[_0x223d33(0x1f7)]()[_0x223d33(0x23f)]();this[_0x223d33(0x24e)][_0x57902f][_0x223d33(0x254)]&&(this[_0x223d33(0x250)][_0x223d33(0x23c)]('>>>V8\x20breakpoint\x20hit<<<\x20number:\x20'+_0x57902f),this['listeners'][_0x57902f]['listener'](_0x32555f,_0x123e55));});break;default:}}catch(_0x4bd1f2){this[_0x4964bb(0x250)]['warn'](_0x4964bb(0x1cb)+_0x4bd1f2);}},this[_0x1e47de(0x1cd)]&&(this[_0x1e47de(0x250)][_0x1e47de(0x23c)]('activating\x20v8\x20breakpoint\x20listener\x20(permanent)'),this['v8']['setListener'](this[_0x1e47de(0x238)]));}[a36_0xcbcb95(0x1e7)](_0x4adc6e,_0x5359ca){const _0x454287=a36_0xcbcb95;if(!this['v8']||!_0x4adc6e||typeof _0x4adc6e['id']===_0x454287(0x211)||!_0x4adc6e['location']||!_0x4adc6e[_0x454287(0x215)][_0x454287(0x203)]||!_0x4adc6e[_0x454287(0x215)][_0x454287(0x1f6)])return(0x0,utils_1[_0x454287(0x221)])(_0x5359ca,_0x4adc6e,status_message_1[_0x454287(0x1da)][_0x454287(0x1e1)],utils_1[_0x454287(0x241)][_0x454287(0x1f1)]);const _0x2cc771=path[_0x454287(0x1d3)](_0x4adc6e[_0x454287(0x215)]['path']);if(this[_0x454287(0x1de)][_0x454287(0x228)](_0x2cc771))return(0x0,utils_1[_0x454287(0x221)])(_0x5359ca,_0x4adc6e,status_message_1[_0x454287(0x1da)]['BREAKPOINT_SOURCE_LOCATION'],utils_1['errors'][_0x454287(0x204)]);if(!this['sourcemapper']['hasMappingInfo'](_0x2cc771)){const _0x382829=path[_0x454287(0x1cf)](_0x2cc771);if(!this['config'][_0x454287(0x201)][_0x454287(0x218)](_0x382829))return(0x0,utils_1[_0x454287(0x221)])(_0x5359ca,_0x4adc6e,status_message_1[_0x454287(0x1da)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x454287(0x241)][_0x454287(0x1f4)]);this[_0x454287(0x1e8)](_0x4adc6e,null,null,_0x5359ca);}else{const _0x5c0bcc=_0x4adc6e['location']['line'],_0x1aec3e=0x0,_0x11c0b3=this[_0x454287(0x245)][_0x454287(0x21b)](_0x2cc771,_0x5c0bcc,_0x1aec3e),_0x5c0bd3=(0x0,utils_1[_0x454287(0x1e6)])(_0x4adc6e);if(_0x4adc6e[_0x454287(0x1ed)]&&_0x5c0bd3)try{_0x4adc6e[_0x454287(0x1ed)]=_0x5c0bd3(_0x4adc6e['condition']);}catch(_0x11a272){return this[_0x454287(0x250)]['info'](_0x454287(0x237)+_0x4adc6e['condition']+_0x454287(0x247)),(0x0,utils_1[_0x454287(0x221)])(_0x5359ca,_0x4adc6e,status_message_1[_0x454287(0x1da)][_0x454287(0x217)],utils_1['errors'][_0x454287(0x1e4)]);}this[_0x454287(0x1e8)](_0x4adc6e,_0x11c0b3,_0x5c0bd3,_0x5359ca);}}[a36_0xcbcb95(0x22e)](_0x4e98f7,_0x594973){const _0x13ca35=a36_0xcbcb95;if(typeof _0x4e98f7['id']===_0x13ca35(0x211))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x594973,_0x4e98f7,status_message_1[_0x13ca35(0x1da)][_0x13ca35(0x217)],utils_1['errors'][_0x13ca35(0x1db)]);const _0x25fa2d=this['breakpoints'][_0x4e98f7['id']];if(!_0x25fa2d)return(0x0,utils_1[_0x13ca35(0x221)])(_0x594973,_0x4e98f7,status_message_1[_0x13ca35(0x1da)][_0x13ca35(0x217)],utils_1['errors'][_0x13ca35(0x1db)]);const _0x1a284f=_0x25fa2d[_0x13ca35(0x22d)];this['v8'][_0x13ca35(0x226)](_0x1a284f[_0x13ca35(0x23f)]()),delete this['breakpoints'][_0x4e98f7['id']],delete this[_0x13ca35(0x24e)][_0x1a284f[_0x13ca35(0x23f)]()],this[_0x13ca35(0x208)]--,this[_0x13ca35(0x208)]===0x0&&!this['usePermanentListener']&&(this[_0x13ca35(0x250)][_0x13ca35(0x23c)](_0x13ca35(0x24b)),this['v8'][_0x13ca35(0x1d7)](null)),setImmediate(()=>{_0x594973(null);});}[a36_0xcbcb95(0x1e0)](_0x5aed3d,_0x1b8ea7){const _0x1c9c6b=a36_0xcbcb95,_0xb49c00=this,_0x463395=_0xb49c00[_0x1c9c6b(0x249)][_0x5aed3d['id']][_0x1c9c6b(0x22d)][_0x1c9c6b(0x23f)](),_0x17bcd5=this['onBreakpointHit'][_0x1c9c6b(0x230)](this,_0x5aed3d,_0x313603=>{_0xb49c00['listeners'][_0x463395]['enabled']=![],setImmediate(()=>{_0x1b8ea7(_0x313603||undefined);});});_0xb49c00[_0x1c9c6b(0x24e)][_0x463395]={'enabled':!![],'listener':_0x17bcd5};}['log'](_0x148c45,_0xcf7424,_0x1f88bd,_0xee59b6){const _0x2068d0=a36_0xcbcb95,_0x2ab0e3=this,_0x384735=_0x2ab0e3['breakpoints'][_0x148c45['id']][_0x2068d0(0x22d)][_0x2068d0(0x23f)](),_0x3f8930=this[_0x2068d0(0x205)][_0x2068d0(0x230)](this,_0x148c45,_0x5beaeb=>{const _0x2ef6b7=_0x2068d0;_0x5beaeb&&(this[_0x2ef6b7(0x24e)][_0x148c45['id']][_0x2ef6b7(0x254)]=![],setImmediate(()=>{_0xee59b6(_0x5beaeb||undefined);})),_0xcf7424(_0x148c45[_0x2ef6b7(0x252)],_0x148c45[_0x2ef6b7(0x1ea)]),_0x1f88bd()?_0x2ab0e3['listeners'][_0x384735]['enabled']=![]:this[_0x2ef6b7(0x1fa)][_0x2ef6b7(0x1f0)](_0x148c45['id'])&&(_0x2ab0e3[_0x2ef6b7(0x24e)][_0x384735][_0x2ef6b7(0x254)]=![],setTimeout(()=>{const _0x13409d=_0x2ef6b7;!_0x1f88bd()&&_0x2ab0e3[_0x13409d(0x24e)][_0x384735]&&(_0x2ab0e3[_0x13409d(0x24e)][_0x384735][_0x13409d(0x254)]=!![]),this[_0x13409d(0x1fa)][_0x13409d(0x1fb)](_0x148c45['id']);},_0x2ab0e3[_0x2ef6b7(0x232)]['quota']['quotaRecoverySeconds']*0x3e8));});_0x2ab0e3[_0x2068d0(0x24e)][_0x384735]={'enabled':!![],'listener':_0x3f8930};}[a36_0xcbcb95(0x1d9)](){return;}[a36_0xcbcb95(0x1d1)](){}[a36_0xcbcb95(0x246)](){}['numBreakpoints_'](){const _0x168e47=a36_0xcbcb95;return Object['keys'](this[_0x168e47(0x249)])[_0x168e47(0x20c)];}['numListeners_'](){const _0x4b3715=a36_0xcbcb95;return Object['keys'](this[_0x4b3715(0x24e)])[_0x4b3715(0x20c)];}[a36_0xcbcb95(0x1d6)](){return 0x0;}[a36_0xcbcb95(0x227)](_0x240ae4){const _0xc3a754=a36_0xcbcb95;this[_0xc3a754(0x1de)]=_0x240ae4;}['setInternal'](_0x1d4b4d,_0x222717,_0x2ff2aa,_0x20693e){const _0x2d236b=a36_0xcbcb95;let _0x4bbd44=null;if(_0x1d4b4d[_0x2d236b(0x1ed)])try{_0x4bbd44=acorn[_0x2d236b(0x1fd)](_0x1d4b4d[_0x2d236b(0x1ed)],{'sourceType':'script','ecmaVersion':0x6});const _0x36747a=require('../util/validator.js');if(!_0x36747a['isValid'](_0x4bbd44,!![]))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x20693e,_0x1d4b4d,status_message_1[_0x2d236b(0x1da)][_0x2d236b(0x217)],utils_1[_0x2d236b(0x241)][_0x2d236b(0x20d)]);}catch(_0x6d4cb9){return(0x0,utils_1[_0x2d236b(0x221)])(_0x20693e,_0x1d4b4d,status_message_1['StatusMessage'][_0x2d236b(0x217)],utils_1['errors']['SYNTAX_ERROR_IN_CONDITION']+_0x6d4cb9[_0x2d236b(0x214)]);}let _0x46bc3e;const _0x5bfa45=_0x222717?_0x222717[_0x2d236b(0x1d2)]:path[_0x2d236b(0x1d3)](_0x1d4b4d[_0x2d236b(0x215)][_0x2d236b(0x203)]),_0x48cb44=(0x0,utils_1['findScripts'])(_0x5bfa45,this[_0x2d236b(0x232)],this[_0x2d236b(0x207)],this['logger']);if(_0x48cb44['length']===0x0)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x20693e,_0x1d4b4d,status_message_1[_0x2d236b(0x1da)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x2d236b(0x241)]['SOURCE_FILE_NOT_FOUND']);else{if(_0x48cb44[_0x2d236b(0x20c)]===0x1)_0x46bc3e=_0x48cb44[0x0];else return this[_0x2d236b(0x250)][_0x2d236b(0x1e3)](_0x2d236b(0x200)+_0x5bfa45+_0x2d236b(0x231)+_0x48cb44),(0x0,utils_1['setErrorStatusAndCallback'])(_0x20693e,_0x1d4b4d,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x2d236b(0x241)][_0x2d236b(0x236)]);}let _0x2d6b37=_0x222717&&_0x222717[_0x2d236b(0x1df)]?_0x222717[_0x2d236b(0x1df)]:_0x1d4b4d[_0x2d236b(0x215)][_0x2d236b(0x1df)]||0x1;const _0x55d912=_0x222717?_0x222717[_0x2d236b(0x1f6)]:_0x1d4b4d[_0x2d236b(0x215)]['line'];_0x55d912===0x1&&(_0x2d6b37+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x55d912>=this[_0x2d236b(0x207)]['fileStats'][_0x46bc3e][_0x2d236b(0x1ca)])return(0x0,utils_1[_0x2d236b(0x221)])(_0x20693e,_0x1d4b4d,status_message_1[_0x2d236b(0x1da)]['BREAKPOINT_SOURCE_LOCATION'],{...utils_1[_0x2d236b(0x241)][_0x2d236b(0x23b)],'description':utils_1[_0x2d236b(0x241)]['INVALID_LINE_NUMBER']['description']+_0x46bc3e+':'+_0x55d912+_0x2d236b(0x239)+this[_0x2d236b(0x207)][_0x2d236b(0x220)][_0x46bc3e][_0x2d236b(0x1ca)]+'\x20lines.\x20Please\x20ensure'+'\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the'+_0x2d236b(0x22a)});const _0x40b847=this[_0x2d236b(0x1dd)](_0x46bc3e,_0x55d912,_0x2d6b37);if(!_0x40b847)return(0x0,utils_1[_0x2d236b(0x221)])(_0x20693e,_0x1d4b4d,status_message_1[_0x2d236b(0x1da)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x2d236b(0x241)][_0x2d236b(0x1ff)]);this['numBreakpoints']===0x0&&!this[_0x2d236b(0x1cd)]&&(this[_0x2d236b(0x250)]['info'](_0x2d236b(0x210)),this['v8'][_0x2d236b(0x1d7)](this[_0x2d236b(0x238)])),this[_0x2d236b(0x249)][_0x1d4b4d['id']]=new V8BreakpointData(_0x1d4b4d,_0x40b847,_0x4bbd44,_0x2ff2aa),this[_0x2d236b(0x208)]++,setImmediate(()=>{_0x20693e(null);});}[a36_0xcbcb95(0x1dd)](_0x491269,_0x26010d,_0x100710){const _0x36ec56=a36_0xcbcb95,_0x2e6801=(0x0,utils_1[_0x36ec56(0x24a)])(_0x491269),_0xd65043=this['v8'][_0x36ec56(0x1dc)](_0x2e6801,_0x26010d-0x1,_0x100710-0x1),_0x55bc88=this['v8'][_0x36ec56(0x23a)](_0xd65043);return _0x55bc88;}[a36_0xcbcb95(0x205)](_0x53bcca,_0xbc6344,_0x5cbae5){const _0x7d349d=a36_0xcbcb95,_0x4cf7b1=this[_0x7d349d(0x249)][_0x53bcca['id']]['v8Breakpoint'];if(!_0x4cf7b1[_0x7d349d(0x24c)]())return(0x0,utils_1[_0x7d349d(0x221)])(_0xbc6344,_0x53bcca,status_message_1['StatusMessage'][_0x7d349d(0x1d5)],utils_1[_0x7d349d(0x241)]['V8_BREAKPOINT_DISABLED']);const _0x177305=this[_0x7d349d(0x225)](_0x53bcca,_0x5cbae5);if(_0x177305[_0x7d349d(0x248)])return(0x0,utils_1[_0x7d349d(0x221)])(_0xbc6344,_0x53bcca,status_message_1[_0x7d349d(0x1da)][_0x7d349d(0x217)],{...utils_1['errors'][_0x7d349d(0x222)],'description':utils_1[_0x7d349d(0x241)][_0x7d349d(0x1e4)]['description']+_0x177305[_0x7d349d(0x248)]});else{if(!_0x177305[_0x7d349d(0x1f5)]){this[_0x7d349d(0x250)][_0x7d349d(0x23c)](_0x7d349d(0x24d));return;}}const _0x455241=process[_0x7d349d(0x251)]();try{this[_0x7d349d(0x1f3)](_0x53bcca,_0x5cbae5);}catch(_0x2f71e1){return(0x0,utils_1['setErrorStatusAndCallback'])(_0xbc6344,_0x53bcca,status_message_1[_0x7d349d(0x1da)][_0x7d349d(0x1d5)],utils_1[_0x7d349d(0x241)]['CAPTURE_BREAKPOINT_DATA']+_0x2f71e1);}const _0x47df83=process[_0x7d349d(0x251)](_0x455241);this[_0x7d349d(0x250)][_0x7d349d(0x23c)]((0x0,utils_1[_0x7d349d(0x21e)])(_0x7d349d(0x1fc),_0x47df83)),_0xbc6344(null);}[a36_0xcbcb95(0x225)](_0x5d16e9,_0x948570){const _0x11f3e3=a36_0xcbcb95;if(!_0x5d16e9[_0x11f3e3(0x1ed)])return{'value':!![]};const _0x42d445=state[_0x11f3e3(0x1d0)](_0x5d16e9['condition'],_0x948570['frame'](0x0));if(_0x42d445[_0x11f3e3(0x248)])return{'error':_0x42d445[_0x11f3e3(0x248)]};return{'value':!!_0x42d445['mirror'][_0x11f3e3(0x1f5)]()};}['captureBreakpointData'](_0x499ea8,_0x3a2bf5){const _0x1173f5=a36_0xcbcb95,_0x2dddc6=[];if(_0x499ea8['expressions']&&this[_0x1173f5(0x249)][_0x499ea8['id']][_0x1173f5(0x213)])for(let _0x2e2f2f=0x0;_0x2e2f2f<_0x499ea8['expressions'][_0x1173f5(0x20c)];_0x2e2f2f++){try{_0x499ea8[_0x1173f5(0x23d)][_0x2e2f2f]=this['breakpoints'][_0x499ea8['id']][_0x1173f5(0x213)](_0x499ea8['expressions'][_0x2e2f2f]);}catch(_0x1f00e6){this[_0x1173f5(0x250)][_0x1173f5(0x23c)](_0x1173f5(0x23e)+_0x499ea8['expressions'][_0x2e2f2f]+_0x1173f5(0x247)),_0x2dddc6['push']({'name':_0x499ea8[_0x1173f5(0x23d)][_0x2e2f2f],'status':new status_message_1[(_0x1173f5(0x1da))](status_message_1[_0x1173f5(0x1da)][_0x1173f5(0x1cc)],utils_1['errors'][_0x1173f5(0x22b)],!![])}),_0x499ea8['expressions'][_0x1173f5(0x212)](_0x2e2f2f,0x1),_0x2e2f2f--;}}if(_0x499ea8['action']===_0x1173f5(0x1e5)){if(!_0x499ea8[_0x1173f5(0x23d)])_0x499ea8['evaluatedExpressions']=[];else{const _0x43b872=_0x3a2bf5[_0x1173f5(0x21f)](0x0),_0x27b94f=_0x499ea8[_0x1173f5(0x23d)]['map'](_0x4274d=>{const _0x949cb8=_0x1173f5,_0x2fa7ab=state[_0x949cb8(0x1d0)](_0x4274d,_0x43b872);return _0x2fa7ab[_0x949cb8(0x248)]?_0x2fa7ab[_0x949cb8(0x248)]:_0x2fa7ab[_0x949cb8(0x24f)][_0x949cb8(0x1f5)]();});_0x499ea8[_0x1173f5(0x1ea)]=_0x27b94f;}}else{const _0x196c4e=state['capture'](_0x3a2bf5,_0x499ea8[_0x1173f5(0x23d)],this['config'],this['v8'],this[_0x1173f5(0x1de)]);_0x499ea8['location']&&(0x0,utils_1[_0x1173f5(0x1ee)])(_0x499ea8[_0x1173f5(0x215)][_0x1173f5(0x203)])&&_0x196c4e[_0x1173f5(0x215)]&&_0x196c4e[_0x1173f5(0x215)][_0x1173f5(0x1f6)]&&(_0x499ea8[_0x1173f5(0x215)][_0x1173f5(0x1f6)]=_0x196c4e[_0x1173f5(0x215)][_0x1173f5(0x1f6)]),_0x499ea8[_0x1173f5(0x1d8)]=_0x196c4e[_0x1173f5(0x1d8)],_0x499ea8[_0x1173f5(0x1ec)]=_0x196c4e[_0x1173f5(0x1ec)],_0x499ea8['evaluatedExpressions']=_0x2dddc6[_0x1173f5(0x229)](_0x196c4e[_0x1173f5(0x1ea)]);}}}exports[a36_0xcbcb95(0x1f9)]=V8DebugApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a37_0xc45df9=a37_0x2378;function a37_0x2378(_0x571d02,_0x880ca4){const _0x143d1e=a37_0x5c23();return a37_0x2378=function(_0x34b62a,_0x2671f5){_0x34b62a=_0x34b62a-0x1de;let _0x5c2304=_0x143d1e[_0x34b62a];return _0x5c2304;},a37_0x2378(_0x571d02,_0x880ca4);}(function(_0x8b88d4,_0x7dcbcd){const _0xedb3cf=a37_0x2378,_0x38f182=_0x8b88d4();while(!![]){try{const _0xf483d7=parseInt(_0xedb3cf(0x1f6))/0x1+-parseInt(_0xedb3cf(0x1df))/0x2*(parseInt(_0xedb3cf(0x1ee))/0x3)+-parseInt(_0xedb3cf(0x1fb))/0x4+-parseInt(_0xedb3cf(0x1ff))/0x5*(-parseInt(_0xedb3cf(0x1f8))/0x6)+-parseInt(_0xedb3cf(0x212))/0x7*(parseInt(_0xedb3cf(0x207))/0x8)+parseInt(_0xedb3cf(0x1e9))/0x9*(-parseInt(_0xedb3cf(0x1f9))/0xa)+-parseInt(_0xedb3cf(0x1ec))/0xb*(-parseInt(_0xedb3cf(0x20d))/0xc);if(_0xf483d7===_0x7dcbcd)break;else _0x38f182['push'](_0x38f182['shift']());}catch(_0x18a0d5){_0x38f182['push'](_0x38f182['shift']());}}}(a37_0x5c23,0x47a46));const a37_0x2671f5=(function(){let _0x468967=!![];return function(_0x2b343b,_0x266055){const _0xb8aa70=_0x468967?function(){const _0x3fa2bb=a37_0x2378;if(_0x266055){const _0x5af579=_0x266055[_0x3fa2bb(0x1fa)](_0x2b343b,arguments);return _0x266055=null,_0x5af579;}}:function(){};return _0x468967=![],_0xb8aa70;};}()),a37_0x34b62a=a37_0x2671f5(this,function(){const _0x2624ae=a37_0x2378;return a37_0x34b62a['toString']()['search'](_0x2624ae(0x1e1))[_0x2624ae(0x1f5)]()[_0x2624ae(0x1f4)](a37_0x34b62a)[_0x2624ae(0x20f)]('(((.+)+)+)+$');});a37_0x34b62a();function a37_0x5c23(){const _0x1416a4=['keys','values','2950677RmzyOv','error','session','664906aedcEV','storeSetBreakpointParams','293613FDCzaF','detach','removeBreakpoint','numPausedBeforeReset','logger','breakpointId','constructor','toString','394607znYVpm','V8Inspector','786GjbcfF','10RuKizG','apply','2144184smZpzr','params','Runtime.getProperties','__esModule','18290nMQUGU','disable','disconnect','Debugger.scriptParsed','resetV8DebuggerIfThresholdMet','Debugger.setBreakpointByUrl','onScriptParsed','connect','74296CRejAB','prevStoreSetBreakpointParams','Debugger.enable','defineProperty','length','enable','96SbQInv','shouldUseWellFormattedUrl','search','Debugger.evaluateOnCallFrame','inspector','77OJRlCp','setBreakpointByUrl','Debugger.disable','resetV8DebuggerThreshold','2WccAFN','post','(((.+)+)+)+$','getProperties','response','onPaused','useWellFormattedUrl','attach'];a37_0x5c23=function(){return _0x1416a4;};return a37_0x5c23();}'use strict';Object[a37_0xc45df9(0x20a)](exports,a37_0xc45df9(0x1fe),{'value':!![]}),exports['V8Inspector']=void 0x0;const inspector=require(a37_0xc45df9(0x211));class V8Inspector{constructor(_0x4d38fa,_0x41be03,_0x15d532,_0x3200f8,_0x4c9b45){const _0x3af7c8=a37_0xc45df9;this['logger']=_0x4d38fa,this['useWellFormattedUrl']=_0x41be03,this[_0x3af7c8(0x1de)]=_0x15d532,this[_0x3af7c8(0x205)]=_0x3200f8,this['onPaused']=_0x4c9b45,this['session']=null,this[_0x3af7c8(0x1ed)]={},this[_0x3af7c8(0x208)]=null,this[_0x3af7c8(0x1f1)]=0x0;}[a37_0xc45df9(0x20e)](){const _0x592e8a=a37_0xc45df9;return this[_0x592e8a(0x1e5)];}[a37_0xc45df9(0x213)](_0x31f66e,_0x5eb87e=this[a37_0xc45df9(0x208)]!==null){const _0x452d07=a37_0xc45df9;_0x5eb87e?this['enable'](![]):this['attach']();const _0x1f021e={};return this[_0x452d07(0x1eb)][_0x452d07(0x1e0)](_0x452d07(0x204),_0x31f66e,(_0x47a54d,_0x3d40f1)=>{const _0x4c18a3=_0x452d07;_0x47a54d?_0x1f021e[_0x4c18a3(0x1ea)]=_0x47a54d:this['storeSetBreakpointParams'][_0x3d40f1[_0x4c18a3(0x1f3)]]=_0x31f66e,_0x1f021e['response']=_0x3d40f1;}),_0x5eb87e&&(_0x1f021e['response']&&(this[_0x452d07(0x208)][_0x1f021e['response'][_0x452d07(0x1f3)]]=this[_0x452d07(0x1ed)][_0x1f021e[_0x452d07(0x1e3)][_0x452d07(0x1f3)]]),this[_0x452d07(0x200)](![])),_0x1f021e;}[a37_0xc45df9(0x1f0)](_0xd85389){const _0xcbac77=a37_0xc45df9;this['attach']();const _0x5ab8d0={};return this['session'][_0xcbac77(0x1e0)]('Debugger.removeBreakpoint',{'breakpointId':_0xd85389},_0x2e80cb=>{const _0x5c44a0=_0xcbac77;if(_0x2e80cb)_0x5ab8d0[_0x5c44a0(0x1ea)]=_0x2e80cb;delete this[_0x5c44a0(0x1ed)][_0xd85389],Object[_0x5c44a0(0x1e7)](this[_0x5c44a0(0x1ed)])[_0x5c44a0(0x20b)]===0x0&&this[_0x5c44a0(0x1ef)]();}),this[_0xcbac77(0x208)]!==null&&delete this[_0xcbac77(0x208)][_0xd85389],_0x5ab8d0;}['evaluateOnCallFrame'](_0xebbfaa){const _0x47de77=a37_0xc45df9;this[_0x47de77(0x1e6)]();const _0x596a0e={};return this['session'][_0x47de77(0x1e0)](_0x47de77(0x210),_0xebbfaa,(_0x2fd8e9,_0x8fd5b2)=>{const _0x5c1c56=_0x47de77;if(_0x2fd8e9)_0x596a0e[_0x5c1c56(0x1ea)]=_0x2fd8e9;_0x596a0e[_0x5c1c56(0x1e3)]=_0x8fd5b2;}),_0x596a0e;}[a37_0xc45df9(0x1e2)](_0x54c294){const _0x12d2be=a37_0xc45df9,_0x50a569={};return this['attach'](),this['session'][_0x12d2be(0x1e0)](_0x12d2be(0x1fd),_0x54c294,(_0x1a541b,_0xaf7eb0)=>{const _0x2b8594=_0x12d2be;if(_0x1a541b)_0x50a569[_0x2b8594(0x1ea)]=_0x1a541b;_0x50a569[_0x2b8594(0x1e3)]=_0xaf7eb0;}),_0x50a569;}['attach'](){const _0x1a06d0=a37_0xc45df9;if(this[_0x1a06d0(0x1eb)])return;const _0x4d13ab=new inspector['Session']();_0x4d13ab[_0x1a06d0(0x206)](),_0x4d13ab['on'](_0x1a06d0(0x202),_0x2a3895=>{const _0x40b7ff=_0x1a06d0;this[_0x40b7ff(0x205)](_0x2a3895[_0x40b7ff(0x1fc)]);}),_0x4d13ab['post'](_0x1a06d0(0x209)),_0x4d13ab['post']('Debugger.setBreakpointsActive',{'active':!![]}),_0x4d13ab['on']('Debugger.paused',_0x1a9f75=>{const _0x32b9a2=_0x1a06d0;this[_0x32b9a2(0x1e4)](_0x1a9f75['params']),this[_0x32b9a2(0x203)]();}),this['session']=_0x4d13ab;}[a37_0xc45df9(0x20c)](_0x2d271a=!![]){const _0x2694e4=a37_0xc45df9;var _0x37fdc2;this[_0x2694e4(0x1e6)](),(_0x37fdc2=this[_0x2694e4(0x1eb)])===null||_0x37fdc2===void 0x0?void 0x0:_0x37fdc2[_0x2694e4(0x1e0)]('Debugger.enable');if(_0x2d271a){for(const _0xceee8 of Object[_0x2694e4(0x1e8)](this[_0x2694e4(0x208)])){const _0x1dc66d=this[_0x2694e4(0x213)](_0xceee8,![]);(_0x1dc66d[_0x2694e4(0x1ea)]||!_0x1dc66d[_0x2694e4(0x1e3)])&&this[_0x2694e4(0x1f2)][_0x2694e4(0x1ea)]('Error\x20upon\x20re-setting\x20breakpoint:\x20'+_0x1dc66d);}this[_0x2694e4(0x208)]=null;}}[a37_0xc45df9(0x200)](_0xd1372f=!![]){const _0x5ccfb1=a37_0xc45df9;if(!this[_0x5ccfb1(0x1eb)])return;_0xd1372f&&(this[_0x5ccfb1(0x208)]=this[_0x5ccfb1(0x1ed)]),this['session']['post'](_0x5ccfb1(0x214)),this[_0x5ccfb1(0x1ef)]();}[a37_0xc45df9(0x1ef)](){const _0x2d0dd6=a37_0xc45df9;if(!this[_0x2d0dd6(0x1eb)])return;this[_0x2d0dd6(0x1eb)][_0x2d0dd6(0x201)](),this[_0x2d0dd6(0x1eb)]=null,this['storeSetBreakpointParams']={},this[_0x2d0dd6(0x1f1)]=0x0;}[a37_0xc45df9(0x203)](){const _0x45449a=a37_0xc45df9;if(!this[_0x45449a(0x1eb)])return;this[_0x45449a(0x1f1)]+=0x1;if(this[_0x45449a(0x1f1)]<this[_0x45449a(0x1de)])return;this[_0x45449a(0x1f1)]=0x0,this[_0x45449a(0x200)](),this[_0x45449a(0x20c)]();}}exports[a37_0xc45df9(0x1f7)]=V8Inspector;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a38_0x63a75f=a38_0x4288;(function(_0x3309b9,_0x127098){const _0x108819=a38_0x4288,_0x35d4da=_0x3309b9();while(!![]){try{const _0x197025=-parseInt(_0x108819(0x142))/0x1+-parseInt(_0x108819(0x150))/0x2*(-parseInt(_0x108819(0x14a))/0x3)+parseInt(_0x108819(0x13a))/0x4*(-parseInt(_0x108819(0x141))/0x5)+-parseInt(_0x108819(0x13e))/0x6*(parseInt(_0x108819(0x145))/0x7)+parseInt(_0x108819(0x146))/0x8+parseInt(_0x108819(0x14f))/0x9+parseInt(_0x108819(0x13f))/0xa*(parseInt(_0x108819(0x14e))/0xb);if(_0x197025===_0x127098)break;else _0x35d4da['push'](_0x35d4da['shift']());}catch(_0xc1370a){_0x35d4da['push'](_0x35d4da['shift']());}}}(a38_0x10d0,0xdf7a1));function a38_0x4288(_0x157b2c,_0xe17976){const _0x46c5ce=a38_0x10d0();return a38_0x4288=function(_0x18a3b9,_0x172518){_0x18a3b9=_0x18a3b9-0x139;let _0x10d0ee=_0x46c5ce[_0x18a3b9];return _0x10d0ee;},a38_0x4288(_0x157b2c,_0xe17976);}const a38_0x172518=(function(){let _0x182ff7=!![];return function(_0x7782a1,_0x391576){const _0xedf575=_0x182ff7?function(){if(_0x391576){const _0x598380=_0x391576['apply'](_0x7782a1,arguments);return _0x391576=null,_0x598380;}}:function(){};return _0x182ff7=![],_0xedf575;};}()),a38_0x18a3b9=a38_0x172518(this,function(){const _0xf3443a=a38_0x4288;return a38_0x18a3b9[_0xf3443a(0x14c)]()[_0xf3443a(0x13b)]('(((.+)+)+)+$')[_0xf3443a(0x14c)]()[_0xf3443a(0x13d)](a38_0x18a3b9)['search'](_0xf3443a(0x140));});a38_0x18a3b9();'use strict';Object[a38_0x63a75f(0x148)](exports,a38_0x63a75f(0x143),{'value':!![]}),exports[a38_0x63a75f(0x144)]=void 0x0;function a38_0x10d0(){const _0x562d9e=['packageInfo','2391kAlCKM','name','toString','Service','139282rwLBPz','2641248oLKuNc','3826HlHyPM','https://www.googleapis.com/auth/cloud_debugger','options','652czygkb','search','apiEndpoint','constructor','1538556TieDnb','1160afBBto','(((.+)+)+)+$','21990ReshDp','1506544SlmPti','__esModule','Debug','7VbWxgP','866240qziprI','version','defineProperty'];a38_0x10d0=function(){return _0x562d9e;};return a38_0x10d0();}const common_1=require('@google-cloud/common');class Debug extends common_1[a38_0x63a75f(0x14d)]{constructor(_0x448827={},_0x553fa0){const _0x3bf0ec=a38_0x63a75f;if(new.target!==Debug)return new Debug(_0x448827,_0x553fa0);const _0x1c4887={'projectIdRequired':![],'apiEndpoint':_0x448827[_0x3bf0ec(0x13c)],'baseUrl':'https://'+_0x448827[_0x3bf0ec(0x13c)],'scopes':[_0x3bf0ec(0x151)],'packageJson':_0x553fa0};super(_0x1c4887,_0x448827),this[_0x3bf0ec(0x139)]=_0x448827,this[_0x3bf0ec(0x149)]={'name':_0x553fa0[_0x3bf0ec(0x14b)],'version':_0x553fa0[_0x3bf0ec(0x147)]};}}exports['Debug']=Debug;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a39_0x288e(_0x5a894c,_0x400f44){const _0x4c5d7a=a39_0x528e();return a39_0x288e=function(_0x5a79da,_0x51f877){_0x5a79da=_0x5a79da-0x6c;let _0x528e97=_0x4c5d7a[_0x5a79da];return _0x528e97;},a39_0x288e(_0x5a894c,_0x400f44);}const a39_0x5adcf1=a39_0x288e;(function(_0x4436d0,_0x5be057){const _0x242b02=a39_0x288e,_0x151e52=_0x4436d0();while(!![]){try{const _0x2e0ba5=-parseInt(_0x242b02(0x6d))/0x1*(-parseInt(_0x242b02(0x6e))/0x2)+-parseInt(_0x242b02(0x7e))/0x3*(-parseInt(_0x242b02(0x74))/0x4)+-parseInt(_0x242b02(0x71))/0x5+-parseInt(_0x242b02(0x77))/0x6+parseInt(_0x242b02(0x7b))/0x7+-parseInt(_0x242b02(0x84))/0x8+parseInt(_0x242b02(0x7c))/0x9*(-parseInt(_0x242b02(0x7d))/0xa);if(_0x2e0ba5===_0x5be057)break;else _0x151e52['push'](_0x151e52['shift']());}catch(_0xab98c5){_0x151e52['push'](_0x151e52['shift']());}}}(a39_0x528e,0x1bb26));const a39_0x51f877=(function(){let _0x2181e8=!![];return function(_0x5b5e8b,_0xaa92a1){const _0x47eb9f=_0x2181e8?function(){if(_0xaa92a1){const _0x3e0160=_0xaa92a1['apply'](_0x5b5e8b,arguments);return _0xaa92a1=null,_0x3e0160;}}:function(){};return _0x2181e8=![],_0x47eb9f;};}()),a39_0x5a79da=a39_0x51f877(this,function(){const _0x4c09fa=a39_0x288e;return a39_0x5a79da[_0x4c09fa(0x6c)]()[_0x4c09fa(0x83)](_0x4c09fa(0x80))['toString']()[_0x4c09fa(0x70)](a39_0x5a79da)[_0x4c09fa(0x83)](_0x4c09fa(0x80));});function a39_0x528e(){const _0x20f2ae=['VARIABLE_NAME','__esModule','search','522936aRzxbs','VARIABLE_VALUE','BREAKPOINT_SOURCE_LOCATION','toString','188WTNPZQ','2334wvjNGz','BREAKPOINT_EXPRESSION','constructor','104755jwazgg','defineProperty','isError','1124joqGwz','errorId','BREAKPOINT_CONDITION','560700wEmSCm','isAccepted','StatusMessage','BREAKPOINT_AGE','378210ZPVVnr','36hMWJUe','130370GsZPgf','768RTnezy','description','(((.+)+)+)+$'];a39_0x528e=function(){return _0x20f2ae;};return a39_0x528e();}a39_0x5a79da();'use strict';Object[a39_0x5adcf1(0x72)](exports,a39_0x5adcf1(0x82),{'value':!![]}),exports[a39_0x5adcf1(0x79)]=void 0x0;class StatusMessage{constructor(_0x28f2a7,_0x3f0b7a,_0x43d6b4,_0x6f57db=![]){const _0x18b857=a39_0x5adcf1,{description:_0xa9e598,id:_0xf247ad}=_0x3f0b7a||{};this['refersTo']=_0x28f2a7,this[_0x18b857(0x7f)]={'format':_0xa9e598||''},_0xf247ad&&(this['description'][_0x18b857(0x75)]=_0xf247ad),this[_0x18b857(0x73)]=_0x43d6b4,this[_0x18b857(0x78)]=_0x6f57db;}}StatusMessage['UNSPECIFIED']='UNSPECIFIED',StatusMessage['BREAKPOINT_SOURCE_LOCATION']=a39_0x5adcf1(0x86),StatusMessage[a39_0x5adcf1(0x76)]=a39_0x5adcf1(0x76),StatusMessage[a39_0x5adcf1(0x6f)]=a39_0x5adcf1(0x6f),StatusMessage[a39_0x5adcf1(0x81)]=a39_0x5adcf1(0x81),StatusMessage[a39_0x5adcf1(0x85)]=a39_0x5adcf1(0x85),StatusMessage[a39_0x5adcf1(0x7a)]=a39_0x5adcf1(0x7a),exports[a39_0x5adcf1(0x79)]=StatusMessage;
|
package/build/src/debuggee.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a40_0x58135d=a40_0x509b;(function(_0x49d38b,_0x48332a){var _0x116ac1=a40_0x509b,_0x704599=_0x49d38b();while(!![]){try{var _0x9113c6=parseInt(_0x116ac1(0x187))/0x1+-parseInt(_0x116ac1(0x190))/0x2*(-parseInt(_0x116ac1(0x192))/0x3)+parseInt(_0x116ac1(0x17a))/0x4+parseInt(_0x116ac1(0x189))/0x5*(-parseInt(_0x116ac1(0x182))/0x6)+parseInt(_0x116ac1(0x183))/0x7*(parseInt(_0x116ac1(0x188))/0x8)+parseInt(_0x116ac1(0x17f))/0x9+-parseInt(_0x116ac1(0x181))/0xa;if(_0x9113c6===_0x48332a)break;else _0x704599['push'](_0x704599['shift']());}catch(_0x928d39){_0x704599['push'](_0x704599['shift']());}}}(a40_0x430e,0xd73f9));var a40_0x104ed3=(function(){var _0x41bc57=!![];return function(_0x1c43c0,_0xe9bfcb){var _0x103963=_0x41bc57?function(){var _0x431ffa=a40_0x509b;if(_0xe9bfcb){var _0x439958=_0xe9bfcb[_0x431ffa(0x177)](_0x1c43c0,arguments);return _0xe9bfcb=null,_0x439958;}}:function(){};return _0x41bc57=![],_0x103963;};}()),a40_0x3335fd=a40_0x104ed3(this,function(){var _0x46dbbb=a40_0x509b;return a40_0x3335fd[_0x46dbbb(0x196)]()[_0x46dbbb(0x17d)](_0x46dbbb(0x17c))[_0x46dbbb(0x196)]()[_0x46dbbb(0x175)](a40_0x3335fd)[_0x46dbbb(0x17d)](_0x46dbbb(0x17c));});function a40_0x430e(){var _0x1bca5c=['runtimeEnvironmentVersion','agentOS','statusMessage','397892srRdxd','6352DImOvK','332935KvXrww','osVersion','runtimeEnvironmentInfo','properties.uniquifier\x20must\x20be\x20a\x20string','defineProperty','Debuggee','cpuCoreCount','159574GIkHWX','procArch','3hbEBjk','isInDocker','isInK8s','host','toString','uniquifier','constructor','agentVersion','apply','systemTotalMemoryBytes','__esModule','2683072opFiru','Node.js','(((.+)+)+)+$','search','sourceContexts','15584436PGfAOJ','labels','24835750luijdR','90SaxZpo','13083MWkhPW'];a40_0x430e=function(){return _0x1bca5c;};return a40_0x430e();}a40_0x3335fd();'use strict';Object[a40_0x58135d(0x18d)](exports,a40_0x58135d(0x179),{'value':!![]}),exports['Debuggee']=void 0x0;function a40_0x509b(_0x2340d1,_0x516e24){var _0x20924f=a40_0x430e();return a40_0x509b=function(_0x3335fd,_0x104ed3){_0x3335fd=_0x3335fd-0x174;var _0x430e5d=_0x20924f[_0x3335fd];return _0x430e5d;},a40_0x509b(_0x2340d1,_0x516e24);}class Debuggee{constructor(_0x3d6301){var _0x48f62e=a40_0x58135d;this['runtimeEnvironment']=_0x48f62e(0x17b);if(!(this instanceof Debuggee))return new Debuggee(_0x3d6301);_0x3d6301=_0x3d6301||{};if(typeof _0x3d6301['uniquifier']!=='string')throw new Error(_0x48f62e(0x18c));this[_0x48f62e(0x174)]=_0x3d6301['uniquifier'],this[_0x48f62e(0x176)]=_0x3d6301['agentVersion'],_0x3d6301[_0x48f62e(0x180)]&&(this[_0x48f62e(0x180)]=_0x3d6301[_0x48f62e(0x180)]),_0x3d6301[_0x48f62e(0x17e)]&&(this[_0x48f62e(0x17e)]=_0x3d6301[_0x48f62e(0x17e)]),_0x3d6301[_0x48f62e(0x186)]&&(this[_0x48f62e(0x186)]=_0x3d6301[_0x48f62e(0x186)]),this[_0x48f62e(0x195)]=_0x3d6301[_0x48f62e(0x195)],this['pid']=_0x3d6301['pid'],this['cpuCoreCount']=_0x3d6301[_0x48f62e(0x18f)],this[_0x48f62e(0x178)]=_0x3d6301['systemTotalMemoryBytes'],this[_0x48f62e(0x185)]=_0x3d6301[_0x48f62e(0x185)],this[_0x48f62e(0x18a)]=_0x3d6301[_0x48f62e(0x18a)],this[_0x48f62e(0x184)]=_0x3d6301['runtimeEnvironmentVersion'],this[_0x48f62e(0x18b)]=_0x3d6301['runtimeEnvironmentInfo'],this['linuxDistroName']=_0x3d6301['linuxDistroName'],this[_0x48f62e(0x193)]=_0x3d6301[_0x48f62e(0x193)],this['isInK8s']=_0x3d6301[_0x48f62e(0x194)],this[_0x48f62e(0x191)]=_0x3d6301[_0x48f62e(0x191)];}}exports[a40_0x58135d(0x18e)]=Debuggee;
|
package/build/src/gcp.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a41_0x3d2b41=a41_0x2c04;(function(_0x27bedb,_0x9d7384){const _0x464bda=a41_0x2c04,_0x4e1620=_0x27bedb();while(!![]){try{const _0x58f734=parseInt(_0x464bda(0x146))/0x1*(-parseInt(_0x464bda(0x12d))/0x2)+parseInt(_0x464bda(0x147))/0x3+parseInt(_0x464bda(0x137))/0x4+parseInt(_0x464bda(0x141))/0x5+parseInt(_0x464bda(0x135))/0x6+parseInt(_0x464bda(0x12f))/0x7*(-parseInt(_0x464bda(0x143))/0x8)+-parseInt(_0x464bda(0x13a))/0x9*(-parseInt(_0x464bda(0x131))/0xa);if(_0x58f734===_0x9d7384)break;else _0x4e1620['push'](_0x4e1620['shift']());}catch(_0xdbc656){_0x4e1620['push'](_0x4e1620['shift']());}}}(a41_0x317f,0xb1b21));const a41_0x911ae2=(function(){let _0x2c9be9=!![];return function(_0x85270,_0x4fc611){const _0x5c025a=_0x2c9be9?function(){const _0x56ec2b=a41_0x2c04;if(_0x4fc611){const _0x931d94=_0x4fc611[_0x56ec2b(0x145)](_0x85270,arguments);return _0x4fc611=null,_0x931d94;}}:function(){};return _0x2c9be9=![],_0x5c025a;};}()),a41_0x1e10a1=a41_0x911ae2(this,function(){const _0x38bd90=a41_0x2c04;return a41_0x1e10a1[_0x38bd90(0x138)]()['search'](_0x38bd90(0x136))[_0x38bd90(0x138)]()[_0x38bd90(0x144)](a41_0x1e10a1)['search']('(((.+)+)+)+$');});function a41_0x317f(){const _0x1d22f6=['10zdAVwX','callbackParams','defineProperty','isCallbackWrapperInvoked','8392500PhXdbT','(((.+)+)+)+$','716364yokvjD','toString','./index','39456YsHIjz','callback','callbackWrapper','callbackIndex','asyncStart','run','wrap','1918230BnHVpi','functionParams','8739520CUQcSu','constructor','apply','1024134VfeVxU','2635632YPYKvx','bind','2LlZZFW','app.lightrun.com','7EbZxpI','length'];a41_0x317f=function(){return _0x1d22f6;};return a41_0x317f();}a41_0x1e10a1();'use strict';Object[a41_0x3d2b41(0x133)](exports,'__esModule',{'value':!![]}),exports['wrap']=void 0x0;function a41_0x2c04(_0x220219,_0x53c74f){const _0x38392c=a41_0x317f();return a41_0x2c04=function(_0x1e10a1,_0x911ae2){_0x1e10a1=_0x1e10a1-0x12c;let _0x317f96=_0x38392c[_0x1e10a1];return _0x317f96;},a41_0x2c04(_0x220219,_0x53c74f);}const lightrun=require(a41_0x3d2b41(0x139)),DEFAULT_API_ENDPOINT=a41_0x3d2b41(0x12e),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function wrap(_0x4feaec,_0xb63861,_0x2ecb98){return async(..._0x206af2)=>{const _0x52cd3b=a41_0x2c04,_0x7feb4f=new LightrunGcpWrapper(_0x2ecb98,..._0x206af2);return _0x7feb4f[_0x52cd3b(0x13f)](_0x4feaec,_0xb63861);};}exports[a41_0x3d2b41(0x140)]=wrap;class LightrunGcpWrapper{constructor(_0x4a6161,..._0x3b8872){const _0x1feff7=a41_0x3d2b41;var _0x4d232c;this[_0x1feff7(0x13d)]=_0x4a6161,this['isCallbackWrapperInvoked']=![],this[_0x1feff7(0x132)]=[],this['callback']=null,this[_0x1feff7(0x142)]=_0x3b8872,this[_0x1feff7(0x13d)]&&this[_0x1feff7(0x13d)]<((_0x4d232c=this[_0x1feff7(0x142)])===null||_0x4d232c===void 0x0?void 0x0:_0x4d232c[_0x1feff7(0x130)])&&(this[_0x1feff7(0x13b)]=this[_0x1feff7(0x142)][this[_0x1feff7(0x13d)]],this[_0x1feff7(0x142)][this[_0x1feff7(0x13d)]]=this[_0x1feff7(0x13c)][_0x1feff7(0x12c)](this));}async[a41_0x3d2b41(0x13f)](_0x2b04eb,_0x4fee4a={}){const _0x469eb3=a41_0x3d2b41;this[_0x469eb3(0x134)]=![],await lightrun[_0x469eb3(0x13e)]({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x4fee4a,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x2b04eb(...this[_0x469eb3(0x142)]);}finally{await lightrun['stop'](),this[_0x469eb3(0x134)]&&this[_0x469eb3(0x13b)]&&this['callback'](...this[_0x469eb3(0x132)]);}}[a41_0x3d2b41(0x13c)](..._0x18d472){const _0x672e3d=a41_0x3d2b41;this[_0x672e3d(0x132)]=_0x18d472,this[_0x672e3d(0x134)]=!![];}}
|
package/build/src/index.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ import { EventEmitter } from 'events';
|
|
|
4
4
|
import { GoogleAuthOptions } from '@google-cloud/common';
|
|
5
5
|
import { Service } from '@google-cloud/common';
|
|
6
6
|
|
|
7
|
+
declare type AgentLogLevel = 'debug' | 'info' | 'warn' | 'error';
|
|
8
|
+
|
|
7
9
|
declare interface AgentMetadata {
|
|
8
10
|
filename?: string;
|
|
9
11
|
registration?: {
|
|
@@ -442,15 +444,17 @@ declare interface ResolvedDebugAgentConfig extends GoogleAuthOptions {
|
|
|
442
444
|
/**
|
|
443
445
|
* Path to store the log files of the agent. If empty, the logs will be logged to the console.
|
|
444
446
|
*/
|
|
445
|
-
|
|
447
|
+
agentLogTargetDir?: string;
|
|
448
|
+
agentLogMaxFileSizeMb?: number;
|
|
449
|
+
agentLogMaxFileCount?: number;
|
|
446
450
|
/**
|
|
447
451
|
* log level of the agent
|
|
448
452
|
*/
|
|
449
|
-
|
|
453
|
+
agentLogLevel: AgentLogLevel;
|
|
450
454
|
/**
|
|
451
455
|
* Copy log messages at or above this level to stderr in addition to logfiles.
|
|
452
456
|
*/
|
|
453
|
-
stdErrThreshold:
|
|
457
|
+
stdErrThreshold: StdErrThresholdLevel;
|
|
454
458
|
/**
|
|
455
459
|
* How many ms should pass between log collections
|
|
456
460
|
*/
|
|
@@ -554,6 +558,8 @@ declare interface StackdriverConfig extends GoogleAuthOptions {
|
|
|
554
558
|
*/
|
|
555
559
|
export declare function start(options?: DebugAgentConfig | StackdriverConfig): Debuglet | IsReady | undefined;
|
|
556
560
|
|
|
561
|
+
declare type StdErrThresholdLevel = AgentLogLevel | 'none';
|
|
562
|
+
|
|
557
563
|
declare function stop_2(): void;
|
|
558
564
|
export { stop_2 as stop }
|
|
559
565
|
|
package/build/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a42_0x365be9=a42_0x3a54;function a42_0xce38(){const _0x2ffc99=['get','start','toString','../../package.json','once','breakpoint_set','config','now','__esModule','lightrunInitWaitTimeMs','1727184CMdybP','Debuglet','2960566ZAuFYJ','\x22.\x20Lightrun\x20agent\x20is\x20disabled.','listenerCount','env','Debug\x20Agent\x20has\x20already\x20been\x20started','defineProperty','2XnkjyW','9SvjtyZ','1201175nESqLI','forceNewAgent_','asyncStart','breakpoints_fetched','6vhKRbe','isReadyManager','toLowerCase','debug','stop','Env\x20variable\x20DISABLE_LIGHTRUN_AGENT\x20is\x20set\x20to\x20\x22','testMode_','833103Pguovb','16597580XaKDPQ','true','667312VVYxgR','includes','removeListener','47146MLsoyh','(((.+)+)+)+$'];a42_0xce38=function(){return _0x2ffc99;};return a42_0xce38();}(function(_0x1a9f93,_0x338523){const _0x54ed9b=a42_0x3a54,_0x4371d1=_0x1a9f93();while(!![]){try{const _0x177932=-parseInt(_0x54ed9b(0x100))/0x1*(parseInt(_0x54ed9b(0xed))/0x2)+-parseInt(_0x54ed9b(0xfa))/0x3+-parseInt(_0x54ed9b(0xfd))/0x4+parseInt(_0x54ed9b(0xef))/0x5*(-parseInt(_0x54ed9b(0xf3))/0x6)+-parseInt(_0x54ed9b(0xe7))/0x7+parseInt(_0x54ed9b(0xe5))/0x8*(-parseInt(_0x54ed9b(0xee))/0x9)+parseInt(_0x54ed9b(0xfb))/0xa;if(_0x177932===_0x338523)break;else _0x4371d1['push'](_0x4371d1['shift']());}catch(_0x38145a){_0x4371d1['push'](_0x4371d1['shift']());}}}(a42_0xce38,0x468f4));function a42_0x3a54(_0x562bc5,_0x29654f){const _0x2a584e=a42_0xce38();return a42_0x3a54=function(_0x388569,_0x2f56b6){_0x388569=_0x388569-0xe1;let _0xce380=_0x2a584e[_0x388569];return _0xce380;},a42_0x3a54(_0x562bc5,_0x29654f);}const a42_0x2f56b6=(function(){let _0x5cc45b=!![];return function(_0x3c4b28,_0x5591d0){const _0x24052d=_0x5cc45b?function(){if(_0x5591d0){const _0x3a540e=_0x5591d0['apply'](_0x3c4b28,arguments);return _0x5591d0=null,_0x3a540e;}}:function(){};return _0x5cc45b=![],_0x24052d;};}()),a42_0x388569=a42_0x2f56b6(this,function(){const _0x389ce2=a42_0x3a54;return a42_0x388569[_0x389ce2(0x104)]()['search'](_0x389ce2(0x101))['toString']()['constructor'](a42_0x388569)['search'](_0x389ce2(0x101));});a42_0x388569();'use strict';Object[a42_0x365be9(0xec)](exports,a42_0x365be9(0xe3),{'value':!![]}),exports['get']=exports['asyncStart']=exports['stop']=exports[a42_0x365be9(0x103)]=void 0x0;const debuglet_1=require('./agent/debuglet'),debug_1=require('./client/stackdriver/debug'),pjson=require(a42_0x365be9(0x105));let debuglet;function start(_0x231b43){const _0x3029b6=a42_0x365be9,_0x5cd34d=process[_0x3029b6(0xea)]['DISABLE_LIGHTRUN_AGENT'];if(_0x5cd34d&&['1',_0x3029b6(0xfc)][_0x3029b6(0xfe)](_0x5cd34d[_0x3029b6(0xf5)]())){console['log'](_0x3029b6(0xf8)+_0x5cd34d+_0x3029b6(0xe8));return;}_0x231b43=_0x231b43||{};const _0x2cc418=mergeConfigs(_0x231b43);if(debuglet&&!_0x2cc418[_0x3029b6(0xf0)])throw new Error(_0x3029b6(0xeb));const _0x180a86=new debug_1['Debug'](_0x2cc418,pjson);return debuglet=new debuglet_1[(_0x3029b6(0xe6))](_0x180a86,_0x2cc418),debuglet[_0x3029b6(0x103)](),_0x2cc418[_0x3029b6(0xf9)]?debuglet:debuglet[_0x3029b6(0xf4)];}exports[a42_0x365be9(0x103)]=start;function stop(){const _0x568996=a42_0x365be9;debuglet===null||debuglet===void 0x0?void 0x0:debuglet[_0x568996(0xf7)](),debuglet=null;}exports[a42_0x365be9(0xf7)]=stop;async function asyncStart(_0x1f2095){const _0x176c6b=a42_0x365be9;start(_0x1f2095);if(!debuglet)return;let _0x4de3ce=![];const _0x4bead7=()=>_0x4de3ce=!![];debuglet[_0x176c6b(0x106)](_0x176c6b(0xf2),_0x4c2f23=>{if(_0x4c2f23)return;_0x4bead7();}),debuglet[_0x176c6b(0x106)](_0x176c6b(0x107),_0x4bead7);if(debuglet[_0x176c6b(0xe1)]['lightrunWaitForInit']){const _0x5b4f02=Date[_0x176c6b(0xe2)](),_0x4021fa=debuglet[_0x176c6b(0xe1)][_0x176c6b(0xe4)];while(!_0x4de3ce&&Date[_0x176c6b(0xe2)]()-_0x5b4f02<_0x4021fa){await new Promise(_0x3a5e3b=>setTimeout(_0x3a5e3b,0x64));}}debuglet[_0x176c6b(0xe9)]('breakpoint_set')&&debuglet[_0x176c6b(0xff)]('breakpoint_set',_0x4bead7);}exports[a42_0x365be9(0xf1)]=asyncStart;function mergeConfigs(_0x53f897){const _0x405d4e=a42_0x365be9;if(!_0x53f897['debug'])return _0x53f897;const _0x2443ff=Object['assign']({},_0x53f897);return delete _0x2443ff[_0x405d4e(0xf6)],Object['assign'](_0x2443ff,_0x53f897[_0x405d4e(0xf6)]);}function get(){return debuglet;}exports[a42_0x365be9(0x102)]=get;
|
package/build/src/lambda.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a43_0x836d(){const _0x6d1ecb=['21mATUkh','run','constructor','apply','tryStart','3639WrajGZ','2136312ncwyyG','app.lightrun.com','apiEndpoint','Failed\x20to\x20start\x20the\x20Lightrun\x20agent','wrap','1189780llwXoR','search','defineProperty','1243210TQEVaC','stop','__esModule','(((.+)+)+)+$','tryStop','toString','Failed\x20to\x20stop\x20the\x20Lightrun\x20agent','response','callbackWrapper','lightrunSecret','callback','isCallbackWrapperInvoked','4652vQuSbk','log','asyncStart','15210612qPxtUZ','context','6133740EBbcCZ','5793000uFTLgG'];a43_0x836d=function(){return _0x6d1ecb;};return a43_0x836d();}const a43_0x380d98=a43_0x530e;(function(_0x5e9eb8,_0x324f02){const _0x17c96a=a43_0x530e,_0x2c3701=_0x5e9eb8();while(!![]){try{const _0x1511c2=parseInt(_0x17c96a(0x15c))/0x1+parseInt(_0x17c96a(0x159))/0x2+parseInt(_0x17c96a(0x174))/0x3*(-parseInt(_0x17c96a(0x168))/0x4)+-parseInt(_0x17c96a(0x16e))/0x5+-parseInt(_0x17c96a(0x16d))/0x6+parseInt(_0x17c96a(0x16f))/0x7*(parseInt(_0x17c96a(0x154))/0x8)+parseInt(_0x17c96a(0x16b))/0x9;if(_0x1511c2===_0x324f02)break;else _0x2c3701['push'](_0x2c3701['shift']());}catch(_0x30db28){_0x2c3701['push'](_0x2c3701['shift']());}}}(a43_0x836d,0xb418c));const a43_0x2b4f18=(function(){let _0x464203=!![];return function(_0xb75d98,_0x4d601d){const _0x12de9f=_0x464203?function(){const _0x187301=a43_0x530e;if(_0x4d601d){const _0x52d2d1=_0x4d601d[_0x187301(0x172)](_0xb75d98,arguments);return _0x4d601d=null,_0x52d2d1;}}:function(){};return _0x464203=![],_0x12de9f;};}()),a43_0x41a52f=a43_0x2b4f18(this,function(){const _0x5a78c9=a43_0x530e;return a43_0x41a52f['toString']()[_0x5a78c9(0x15a)](_0x5a78c9(0x15f))[_0x5a78c9(0x161)]()[_0x5a78c9(0x171)](a43_0x41a52f)[_0x5a78c9(0x15a)](_0x5a78c9(0x15f));});a43_0x41a52f();'use strict';Object[a43_0x380d98(0x15b)](exports,a43_0x380d98(0x15e),{'value':!![]}),exports[a43_0x380d98(0x158)]=void 0x0;const lightrun=require('./index'),DEFAULT_API_ENDPOINT=a43_0x380d98(0x155),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function a43_0x530e(_0x38ed63,_0x30bbd5){const _0x10fc81=a43_0x836d();return a43_0x530e=function(_0x41a52f,_0x2b4f18){_0x41a52f=_0x41a52f-0x154;let _0x836d2e=_0x10fc81[_0x41a52f];return _0x836d2e;},a43_0x530e(_0x38ed63,_0x30bbd5);}class LightrunLambdaWrapper{constructor(_0x15878a,_0x5e8a99,_0x592598){const _0x9b66d6=a43_0x380d98;this['event']=_0x15878a,this[_0x9b66d6(0x16c)]=_0x5e8a99,this[_0x9b66d6(0x166)]=_0x592598,this[_0x9b66d6(0x167)]=![];}async[a43_0x380d98(0x170)](_0x87ad5f,_0x2d3115={}){const _0x599b83=a43_0x380d98;this[_0x599b83(0x167)]=![],await this['tryStart'](_0x2d3115);let _0x2830bd=undefined;try{_0x2830bd=await _0x87ad5f(this['event'],this[_0x599b83(0x16c)],this['callbackWrapper']['bind'](this));}finally{await this[_0x599b83(0x160)](),this['isCallbackWrapperInvoked']?this[_0x599b83(0x166)](this['error'],this[_0x599b83(0x163)]):this['callback'](null,_0x2830bd);}}async[a43_0x380d98(0x173)](_0x10258f={}){const _0x2230aa=a43_0x380d98;try{const _0x439bee=this['event'][_0x2230aa(0x156)]||DEFAULT_API_ENDPOINT,_0x2e133d=this['event'][_0x2230aa(0x165)];await lightrun[_0x2230aa(0x16a)]({'apiEndpoint':_0x439bee,'lightrunSecret':_0x2e133d,'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,..._0x10258f,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});}catch(_0x3e6914){console[_0x2230aa(0x169)](_0x2230aa(0x157));}}async[a43_0x380d98(0x160)](){const _0x107726=a43_0x380d98;try{await lightrun[_0x107726(0x15d)]();}catch(_0xc8d79b){console['log'](_0x107726(0x162));}}[a43_0x380d98(0x164)](_0x3f64aa,_0x4fa245){const _0xcf8e3e=a43_0x380d98;this['error']=_0x3f64aa,this[_0xcf8e3e(0x163)]=_0x4fa245,this['isCallbackWrapperInvoked']=!![];}}function wrap(_0x363395,_0x363dc1){return(_0x11b505,_0x367763,_0x1e4fe8)=>{const _0x193c16=a43_0x530e,_0x396c61=new LightrunLambdaWrapper(_0x11b505,_0x367763,_0x1e4fe8);return _0x396c61[_0x193c16(0x170)](_0x363395,_0x363dc1);};}exports['wrap']=wrap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.34.0-release.abbba2aa77
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a44_0x478ed1=a44_0x1c6c;function a44_0x1c6c(_0x36dcd3,_0x2ff19f){var _0x190fad=a44_0x4452();return a44_0x1c6c=function(_0x3584b5,_0xd3cb90){_0x3584b5=_0x3584b5-0x115;var _0x4452ae=_0x190fad[_0x3584b5];return _0x4452ae;},a44_0x1c6c(_0x36dcd3,_0x2ff19f);}(function(_0x4a4cc5,_0x19ca06){var _0x196a7d=a44_0x1c6c,_0x1af27d=_0x4a4cc5();while(!![]){try{var _0x46c0ab=parseInt(_0x196a7d(0x116))/0x1*(-parseInt(_0x196a7d(0x122))/0x2)+-parseInt(_0x196a7d(0x11b))/0x3*(parseInt(_0x196a7d(0x128))/0x4)+parseInt(_0x196a7d(0x118))/0x5*(-parseInt(_0x196a7d(0x129))/0x6)+parseInt(_0x196a7d(0x120))/0x7+-parseInt(_0x196a7d(0x124))/0x8+parseInt(_0x196a7d(0x115))/0x9+-parseInt(_0x196a7d(0x11d))/0xa*(-parseInt(_0x196a7d(0x126))/0xb);if(_0x46c0ab===_0x19ca06)break;else _0x1af27d['push'](_0x1af27d['shift']());}catch(_0x1222a3){_0x1af27d['push'](_0x1af27d['shift']());}}}(a44_0x4452,0x1e250));var a44_0xd3cb90=(function(){var _0x1e62cb=!![];return function(_0x5996db,_0x32941d){var _0x114229=_0x1e62cb?function(){var _0x3386e5=a44_0x1c6c;if(_0x32941d){var _0x520336=_0x32941d[_0x3386e5(0x125)](_0x5996db,arguments);return _0x32941d=null,_0x520336;}}:function(){};return _0x1e62cb=![],_0x114229;};}()),a44_0x3584b5=a44_0xd3cb90(this,function(){var _0x4bd485=a44_0x1c6c;return a44_0x3584b5[_0x4bd485(0x117)]()[_0x4bd485(0x127)]('(((.+)+)+)+$')[_0x4bd485(0x117)]()[_0x4bd485(0x121)](a44_0x3584b5)[_0x4bd485(0x127)](_0x4bd485(0x11f));});function a44_0x4452(){var _0x53be0f=['20YSmsiu','BY_NAME','(((.+)+)+)+$','492002kYeOpI','constructor','20258jEKoKC','BY_VALUE','737456ANypsV','apply','1517813HBBLPX','search','44GNBxCB','6XSxzvU','829467TQuOpy','7UozrYb','toString','649455cQjbuA','defineProperty','PatternDTOTypeEnum','5991JkeQbZ','__esModule'];a44_0x4452=function(){return _0x53be0f;};return a44_0x4452();}a44_0x3584b5();'use strict';Object[a44_0x478ed1(0x119)](exports,a44_0x478ed1(0x11c),{'value':!![]}),exports[a44_0x478ed1(0x11a)]=void 0x0,exports['PatternDTOTypeEnum']={'Name':a44_0x478ed1(0x11e),'Value':a44_0x478ed1(0x123)};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a45_0x1bd9ca=a45_0x48b8;(function(_0x46b6e2,_0x8c5542){const _0x2252eb=a45_0x48b8,_0x22cad4=_0x46b6e2();while(!![]){try{const _0x71b980=-parseInt(_0x2252eb(0x1ee))/0x1+parseInt(_0x2252eb(0x1e6))/0x2+parseInt(_0x2252eb(0x1e0))/0x3+-parseInt(_0x2252eb(0x1f4))/0x4*(-parseInt(_0x2252eb(0x1eb))/0x5)+parseInt(_0x2252eb(0x1f5))/0x6*(-parseInt(_0x2252eb(0x1f3))/0x7)+-parseInt(_0x2252eb(0x1df))/0x8*(parseInt(_0x2252eb(0x1e2))/0x9)+-parseInt(_0x2252eb(0x1e5))/0xa*(-parseInt(_0x2252eb(0x1ec))/0xb);if(_0x71b980===_0x8c5542)break;else _0x22cad4['push'](_0x22cad4['shift']());}catch(_0x2ca7ae){_0x22cad4['push'](_0x22cad4['shift']());}}}(a45_0x4d1c,0x4f1ef));const a45_0x2b96b1=(function(){let _0x15e538=!![];return function(_0x2b52be,_0x1971ca){const _0x1737c5=_0x15e538?function(){const _0x19dd91=a45_0x48b8;if(_0x1971ca){const _0x18b374=_0x1971ca[_0x19dd91(0x1f0)](_0x2b52be,arguments);return _0x1971ca=null,_0x18b374;}}:function(){};return _0x15e538=![],_0x1737c5;};}()),a45_0x1bdcb9=a45_0x2b96b1(this,function(){const _0x394f33=a45_0x48b8;return a45_0x1bdcb9[_0x394f33(0x1e1)]()[_0x394f33(0x1f2)]('(((.+)+)+)+$')[_0x394f33(0x1e1)]()[_0x394f33(0x1ea)](a45_0x1bdcb9)[_0x394f33(0x1f2)](_0x394f33(0x1e8));});a45_0x1bdcb9();function a45_0x4d1c(){const _0x2df5d6=['apply','assign','search','7hBZiJi','4ECfPQI','3516462ViqMIH',',\x20id=','5115792VKowdO','78084FdIAOh','toString','9DbstwO','action','location','9658150XXyQqI','972256CGqoOz','path','(((.+)+)+)+$','defineProperty','constructor','2202735VHZPaG','11JCcLgL','Breakpoint','368888gHdNPR','line'];a45_0x4d1c=function(){return _0x2df5d6;};return a45_0x4d1c();}'use strict';Object[a45_0x1bd9ca(0x1e9)](exports,'__esModule',{'value':!![]}),exports[a45_0x1bd9ca(0x1ed)]=void 0x0;function a45_0x48b8(_0x28e665,_0x10b67b){const _0x147094=a45_0x4d1c();return a45_0x48b8=function(_0x1bdcb9,_0x2b96b1){_0x1bdcb9=_0x1bdcb9-0x1de;let _0x4d1c16=_0x147094[_0x1bdcb9];return _0x4d1c16;},a45_0x48b8(_0x28e665,_0x10b67b);}class Breakpoint{constructor(_0x371b4c){const _0x490b38=a45_0x1bd9ca;_0x371b4c&&Object[_0x490b38(0x1f1)](this,_0x371b4c);}[a45_0x1bd9ca(0x1e1)](){const _0x5c13e2=a45_0x1bd9ca,_0x63123a=this[_0x5c13e2(0x1e4)]?'\x20'+this[_0x5c13e2(0x1e4)][_0x5c13e2(0x1e7)]+':'+this[_0x5c13e2(0x1e4)][_0x5c13e2(0x1ef)]:'';return'\x22'+this[_0x5c13e2(0x1e3)]+_0x63123a+_0x5c13e2(0x1de)+this['id']+'\x22';}}exports['Breakpoint']=Breakpoint;
|
package/build/src/types/v8.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a46_0x3badba=a46_0xc34c;(function(_0x5ae8fd,_0x11c8a4){var _0x1e442c=a46_0xc34c,_0x3dad97=_0x5ae8fd();while(!![]){try{var _0x32187d=parseInt(_0x1e442c(0x8e))/0x1*(parseInt(_0x1e442c(0x89))/0x2)+-parseInt(_0x1e442c(0x90))/0x3+-parseInt(_0x1e442c(0x8d))/0x4*(-parseInt(_0x1e442c(0x92))/0x5)+-parseInt(_0x1e442c(0x91))/0x6+parseInt(_0x1e442c(0x93))/0x7+parseInt(_0x1e442c(0x94))/0x8+-parseInt(_0x1e442c(0x8a))/0x9;if(_0x32187d===_0x11c8a4)break;else _0x3dad97['push'](_0x3dad97['shift']());}catch(_0x8e213a){_0x3dad97['push'](_0x3dad97['shift']());}}}(a46_0x94b2,0xb799e));function a46_0x94b2(){var _0x44a13e=['1346604DrLyJh','8925832YifnGP','apply','constructor','defineProperty','1131134LZTMNt','12829725urkNpC','__esModule','(((.+)+)+)+$','234708IUDMoY','2AHxPDo','search','2365503NoAoTf','2120004lweDlz','75wCRlMS'];a46_0x94b2=function(){return _0x44a13e;};return a46_0x94b2();}var a46_0xf2ce24=(function(){var _0x3dbe2d=!![];return function(_0x4ed544,_0xe8acca){var _0x18e18e=_0x3dbe2d?function(){var _0x744b0d=a46_0xc34c;if(_0xe8acca){var _0x5a0464=_0xe8acca[_0x744b0d(0x95)](_0x4ed544,arguments);return _0xe8acca=null,_0x5a0464;}}:function(){};return _0x3dbe2d=![],_0x18e18e;};}()),a46_0x453ac1=a46_0xf2ce24(this,function(){var _0x2e3740=a46_0xc34c;return a46_0x453ac1['toString']()[_0x2e3740(0x8f)](_0x2e3740(0x8c))['toString']()[_0x2e3740(0x96)](a46_0x453ac1)['search'](_0x2e3740(0x8c));});function a46_0xc34c(_0x39161f,_0x135887){var _0x31a937=a46_0x94b2();return a46_0xc34c=function(_0x453ac1,_0xf2ce24){_0x453ac1=_0x453ac1-0x88;var _0x94b2b6=_0x31a937[_0x453ac1];return _0x94b2b6;},a46_0xc34c(_0x39161f,_0x135887);}a46_0x453ac1();'use strict';Object[a46_0x3badba(0x88)](exports,a46_0x3badba(0x8b),{'value':!![]});
|