lightrun 1.28.0 → 1.30.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/README.md +1 -1
- 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.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 +11 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
const a35_0x4a98e8=a35_0x2c99;(function(_0x4b9ce3,_0xd9a29b){const _0x35e5a3=a35_0x2c99,_0x5c4c7f=_0x4b9ce3();while(!![]){try{const _0x1f7388=-parseInt(_0x35e5a3(0x1c1))/0x1+-parseInt(_0x35e5a3(0x206))/0x2*(-parseInt(_0x35e5a3(0x1b6))/0x3)+-parseInt(_0x35e5a3(0x238))/0x4+parseInt(_0x35e5a3(0x23d))/0x5*(-parseInt(_0x35e5a3(0x1e4))/0x6)+parseInt(_0x35e5a3(0x1b9))/0x7+parseInt(_0x35e5a3(0x226))/0x8+parseInt(_0x35e5a3(0x1ea))/0x9;if(_0x1f7388===_0xd9a29b)break;else _0x5c4c7f['push'](_0x5c4c7f['shift']());}catch(_0x181206){_0x5c4c7f['push'](_0x5c4c7f['shift']());}}}(a35_0x4cee,0xd60d2));const a35_0x91625c=(function(){let _0x12e7d8=!![];return function(_0x459ef4,_0x1b785a){const _0x33cce9=_0x12e7d8?function(){const _0x1d3d1c=a35_0x2c99;if(_0x1b785a){const _0x657638=_0x1b785a[_0x1d3d1c(0x22b)](_0x459ef4,arguments);return _0x1b785a=null,_0x657638;}}:function(){};return _0x12e7d8=![],_0x33cce9;};}()),a35_0x354a98=a35_0x91625c(this,function(){const _0x52e6e=a35_0x2c99;return a35_0x354a98[_0x52e6e(0x240)]()[_0x52e6e(0x1ee)]('(((.+)+)+)+$')[_0x52e6e(0x240)]()['constructor'](a35_0x354a98)[_0x52e6e(0x1ee)](_0x52e6e(0x244));});a35_0x354a98();'use strict';Object[a35_0x4a98e8(0x21d)](exports,'__esModule',{'value':!![]}),exports['InspectorDebugApi']=exports[a35_0x4a98e8(0x1cd)]=void 0x0;const acorn=require('acorn'),path=require('path'),status_message_1=require(a35_0x4a98e8(0x1c3)),state=require(a35_0x4a98e8(0x245)),utils_1=require(a35_0x4a98e8(0x20b)),debugapi=require('./debugapi'),v8inspector_1=require(a35_0x4a98e8(0x1da)),dummy_blocklist_manager_1=require(a35_0x4a98e8(0x215)),USE_MODULE_PREFIX=(0x0,utils_1[a35_0x4a98e8(0x1fe)])(process['version'],a35_0x4a98e8(0x232));class BreakpointData{constructor(_0xdf032d,_0x14bd23,_0x21cd3b,_0x5a56fe,_0x182b01,_0x24e38d,_0x2e3d5d,_0x21936a){const _0x1fffd2=a35_0x4a98e8;this['id']=_0xdf032d,this[_0x1fffd2(0x20d)]=_0x14bd23,this[_0x1fffd2(0x20a)]=_0x21cd3b,this[_0x1fffd2(0x20e)]=_0x5a56fe,this['compile']=_0x182b01,this['remainingHits']=_0x24e38d,this['ignoreQuota']=_0x2e3d5d,this[_0x1fffd2(0x210)]=_0x21936a;}}function a35_0x2c99(_0x2e6c3c,_0x5785ff){const _0x137d11=a35_0x4cee();return a35_0x2c99=function(_0x354a98,_0x91625c){_0x354a98=_0x354a98-0x1b4;let _0x4cee70=_0x137d11[_0x354a98];return _0x4cee70;},a35_0x2c99(_0x2e6c3c,_0x5785ff);}exports[a35_0x4a98e8(0x1cd)]=BreakpointData;class InspectorDebugApi{constructor(_0x16a5c2,_0x2b4d0e,_0x473122,_0x5e0244,_0x210bf2){const _0x5c32dc=a35_0x4a98e8;this[_0x5c32dc(0x1f9)]={},this[_0x5c32dc(0x225)]={},this[_0x5c32dc(0x1f7)]={},this['locationMapper']={},this[_0x5c32dc(0x1e2)]={},this['numBreakpoints']=0x0,this['cleanupAsyncCallStackInterval']=null,this[_0x5c32dc(0x252)]=_0x16a5c2,this[_0x5c32dc(0x1d7)]=_0x2b4d0e,this['fileIndex']=_0x473122,this[_0x5c32dc(0x1f0)]=_0x5e0244,this['v8Inspector']=new v8inspector_1['V8Inspector'](_0x16a5c2,(0x0,utils_1[_0x5c32dc(0x1fe)])(process['version'],_0x5c32dc(0x230)),this['config'][_0x5c32dc(0x1db)],_0x128663=>{const _0x3342cd=_0x5c32dc;this[_0x3342cd(0x1f7)][_0x128663[_0x3342cd(0x1c7)]]=_0x128663;},_0x427a39=>{const _0x469175=_0x5c32dc;try{this[_0x469175(0x231)](_0x427a39);}catch(_0x1d6a28){this['logger']['error'](_0x1d6a28);}}),this[_0x5c32dc(0x256)]=_0x210bf2,this[_0x5c32dc(0x218)]=new dummy_blocklist_manager_1[(_0x5c32dc(0x21c))](!![]);}[a35_0x4a98e8(0x209)](_0x23a606,_0x1c8bc5){const _0x35d9a6=a35_0x4a98e8;if(!_0x23a606||typeof _0x23a606['id']===_0x35d9a6(0x1cb)||!_0x23a606[_0x35d9a6(0x229)]||!_0x23a606['location'][_0x35d9a6(0x1d8)]||!_0x23a606[_0x35d9a6(0x229)]['line'])return(0x0,utils_1[_0x35d9a6(0x239)])(_0x1c8bc5,_0x23a606,status_message_1[_0x35d9a6(0x1c4)][_0x35d9a6(0x1de)],utils_1[_0x35d9a6(0x1ca)]['INVALID_BREAKPOINT']);const _0x3c5bb=path[_0x35d9a6(0x1ed)](_0x23a606[_0x35d9a6(0x229)][_0x35d9a6(0x1d8)]);if(!this['sourcemapper'][_0x35d9a6(0x1e9)](_0x3c5bb)){const _0x2984fb=path[_0x35d9a6(0x22e)](_0x3c5bb);if(!this[_0x35d9a6(0x1d7)]['javascriptFileExtensions'][_0x35d9a6(0x224)](_0x2984fb)){const _0x5b41c5=_0x3c5bb[_0x35d9a6(0x212)](0x0,_0x3c5bb[_0x35d9a6(0x1fa)]-_0x2984fb[_0x35d9a6(0x1fa)]),_0xf39fda=this['config'][_0x35d9a6(0x200)]['map'](_0x44165e=>_0x5b41c5+_0x44165e)[_0x35d9a6(0x251)](_0x581583=>(0x0,utils_1[_0x35d9a6(0x1e7)])(_0x581583,this['fileIndex'])),_0x59225e=_0xf39fda?utils_1[_0x35d9a6(0x1ca)]['COULD_NOT_FIND_MAPPING_FILE']:utils_1[_0x35d9a6(0x1ca)]['SOURCE_FILE_NOT_FOUND'];return(0x0,utils_1[_0x35d9a6(0x239)])(_0x1c8bc5,_0x23a606,status_message_1[_0x35d9a6(0x1c4)][_0x35d9a6(0x23a)],_0x59225e);}this[_0x35d9a6(0x201)](_0x23a606,null,null,_0x1c8bc5);}else{const _0x2438ac=_0x23a606['location'][_0x35d9a6(0x1f5)],_0x59c25b=0x0,_0x13bb20=this[_0x35d9a6(0x1f0)]['mappingInfo'](_0x3c5bb,_0x2438ac,_0x59c25b),_0x44ca88=(0x0,utils_1[_0x35d9a6(0x1eb)])(_0x23a606);if(_0x23a606['condition']&&_0x44ca88)try{_0x23a606[_0x35d9a6(0x23f)]=_0x44ca88(_0x23a606[_0x35d9a6(0x23f)]);}catch(_0x5115b7){return this['logger']['warn'](_0x35d9a6(0x22f)+_0x23a606[_0x35d9a6(0x23f)]+_0x35d9a6(0x1bb)),(0x0,utils_1[_0x35d9a6(0x239)])(_0x1c8bc5,_0x23a606,status_message_1[_0x35d9a6(0x1c4)][_0x35d9a6(0x1cf)],utils_1[_0x35d9a6(0x1ca)][_0x35d9a6(0x257)]);}this[_0x35d9a6(0x201)](_0x23a606,_0x13bb20,_0x44ca88,_0x1c8bc5);}}[a35_0x4a98e8(0x204)](_0x4befbe,_0x1fd47f){const _0x5286e4=a35_0x4a98e8;if(typeof _0x4befbe['id']===_0x5286e4(0x1cb))return this[_0x5286e4(0x252)][_0x5286e4(0x1ec)]('Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined'),(0x0,utils_1[_0x5286e4(0x239)])(_0x1fd47f,_0x4befbe,status_message_1[_0x5286e4(0x1c4)]['BREAKPOINT_CONDITION'],utils_1[_0x5286e4(0x1ca)][_0x5286e4(0x1fb)]);const _0x1da71b=this['breakpoints'][_0x4befbe['id']];if(!_0x1da71b)return this[_0x5286e4(0x252)][_0x5286e4(0x1ec)]('Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20'+_0x4befbe['id']),(0x0,utils_1[_0x5286e4(0x239)])(_0x1fd47f,_0x4befbe,status_message_1['StatusMessage'][_0x5286e4(0x1cf)],utils_1['errors'][_0x5286e4(0x1fb)]);const _0x4bf7ba=_0x1da71b['locationStr'],_0x4124ca=_0x1da71b['id'];(0x0,utils_1[_0x5286e4(0x233)])(this['locationMapper'][_0x4bf7ba],_0x4befbe['id']);this[_0x5286e4(0x1bf)][_0x4bf7ba][_0x5286e4(0x1fa)]===0x0&&delete this[_0x5286e4(0x1bf)][_0x4bf7ba];(0x0,utils_1['removeFirstOccurrenceInArray'])(this[_0x5286e4(0x1e2)][_0x4124ca],_0x4befbe['id']);this[_0x5286e4(0x1e2)][_0x4124ca][_0x5286e4(0x1fa)]===0x0&&delete this[_0x5286e4(0x1e2)][_0x4124ca];let _0x4e56f7={};!this[_0x5286e4(0x1e2)][_0x1da71b['id']]&&(_0x4e56f7=this[_0x5286e4(0x1f4)]['removeBreakpoint'](_0x1da71b['id'])),delete this[_0x5286e4(0x1f9)][_0x4befbe['id']],delete this['listeners'][_0x4befbe['id']],this['numBreakpoints']--,setImmediate(()=>{const _0x86b0a5=_0x5286e4;_0x4e56f7['error']&&_0x1fd47f(_0x4e56f7[_0x86b0a5(0x23c)]),_0x1fd47f(null);});}[a35_0x4a98e8(0x1df)](_0x152423,_0x8b9f77){const _0x1fbba0=a35_0x4a98e8,_0x5529a7=this['onBreakpointHit'][_0x1fbba0(0x1ba)](this,_0x152423,_0x46f619=>{const _0x5d3a04=_0x1fbba0,_0x194c35=--this[_0x5d3a04(0x1f9)][_0x152423['id']][_0x5d3a04(0x217)];(_0x194c35<=0x0||_0x46f619)&&(this[_0x5d3a04(0x225)][_0x152423['id']][_0x5d3a04(0x24f)]=![]),_0x8b9f77(_0x46f619||undefined);});this['listeners'][_0x152423['id']]={'enabled':!![],'listener':_0x5529a7};}['log'](_0x5a9b6d,_0x500de7,_0x497ae0,_0x328186){const _0x25983d=a35_0x4a98e8,_0x590c49=this['onBreakpointHit'][_0x25983d(0x1ba)](this,_0x5a9b6d,_0x452b4e=>{const _0x54e534=_0x25983d;if(_0x452b4e){this[_0x54e534(0x225)][_0x5a9b6d['id']][_0x54e534(0x24f)]=![],setImmediate(()=>{_0x328186(_0x452b4e||undefined);});return;}_0x500de7(_0x5a9b6d[_0x54e534(0x1d3)],_0x5a9b6d['evaluatedExpressions']),_0x5a9b6d[_0x54e534(0x253)]=[],_0x497ae0()?this['listeners'][_0x5a9b6d['id']][_0x54e534(0x24f)]=![]:this[_0x54e534(0x256)][_0x54e534(0x235)](_0x5a9b6d['id'])&&(this['listeners'][_0x5a9b6d['id']][_0x54e534(0x24f)]=![],setTimeout(()=>{const _0x1f319d=_0x54e534;!_0x497ae0()&&this['listeners'][_0x5a9b6d['id']]&&(this['listeners'][_0x5a9b6d['id']][_0x1f319d(0x24f)]=!![]),this[_0x1f319d(0x256)][_0x1f319d(0x1c5)](_0x5a9b6d['id']);},this[_0x54e534(0x1d7)][_0x54e534(0x254)][_0x54e534(0x21e)]*0x3e8));});this[_0x25983d(0x225)][_0x5a9b6d['id']]={'enabled':!![],'listener':_0x590c49};}[a35_0x4a98e8(0x255)](){const _0x5b22ba=a35_0x4a98e8;this[_0x5b22ba(0x1f4)][_0x5b22ba(0x1be)]();}[a35_0x4a98e8(0x221)](){const _0xca98f4=a35_0x4a98e8;this[_0xca98f4(0x1f4)][_0xca98f4(0x221)]();}['disable'](){this['v8Inspector']['disable']();}[a35_0x4a98e8(0x1b5)](){const _0x41ea57=a35_0x4a98e8;return Object['keys'](this[_0x41ea57(0x1f9)])[_0x41ea57(0x1fa)];}[a35_0x4a98e8(0x1e0)](){const _0x4e2f8c=a35_0x4a98e8;return Object[_0x4e2f8c(0x1f3)](this[_0x4e2f8c(0x225)])['length'];}[a35_0x4a98e8(0x217)](_0x5ad839){const _0x4f2519=a35_0x4a98e8;return this[_0x4f2519(0x1f9)][_0x5ad839][_0x4f2519(0x217)];}[a35_0x4a98e8(0x1f2)](_0x161fcd){const _0x486147=a35_0x4a98e8;this[_0x486147(0x218)]=_0x161fcd;}[a35_0x4a98e8(0x201)](_0x50c1d5,_0x358edf,_0x4bd621,_0x2ca7c0){const _0x565a75=a35_0x4a98e8;let _0x35e495=null;if(_0x50c1d5[_0x565a75(0x23f)])try{_0x35e495=acorn[_0x565a75(0x1c8)](_0x50c1d5[_0x565a75(0x23f)],{'sourceType':'script','ecmaVersion':0x6});const _0x2a0705=require(_0x565a75(0x23e));if(!_0x2a0705[_0x565a75(0x1e8)](_0x35e495,![]))return(0x0,utils_1[_0x565a75(0x239)])(_0x2ca7c0,_0x50c1d5,status_message_1['StatusMessage'][_0x565a75(0x1cf)],utils_1[_0x565a75(0x1ca)][_0x565a75(0x1d9)]);}catch(_0x4f6fb5){const _0x4b7c14=utils_1['errors']['SYNTAX_ERROR_IN_CONDITION']+_0x4f6fb5['message'];return(0x0,utils_1[_0x565a75(0x239)])(_0x2ca7c0,_0x50c1d5,status_message_1[_0x565a75(0x1c4)]['BREAKPOINT_CONDITION'],_0x4b7c14);}let _0x13d94c;const _0x49d330=_0x358edf?_0x358edf[_0x565a75(0x1e6)]:path['normalize'](_0x50c1d5[_0x565a75(0x229)][_0x565a75(0x1d8)]),_0x513d94=(0x0,utils_1[_0x565a75(0x222)])(_0x49d330,this[_0x565a75(0x1d7)],this['fileIndex'],this[_0x565a75(0x252)]);if(_0x513d94[_0x565a75(0x1fa)]===0x0)return(0x0,utils_1[_0x565a75(0x239)])(_0x2ca7c0,_0x50c1d5,status_message_1[_0x565a75(0x1c4)][_0x565a75(0x23a)],utils_1['errors'][_0x565a75(0x21a)]);else{if(_0x513d94['length']===0x1)_0x13d94c=_0x513d94[0x0];else return this['logger'][_0x565a75(0x23b)](_0x565a75(0x1b7)+_0x49d330+_0x565a75(0x1b4)+_0x513d94),(0x0,utils_1[_0x565a75(0x239)])(_0x2ca7c0,_0x50c1d5,status_message_1[_0x565a75(0x1c4)][_0x565a75(0x23a)],utils_1[_0x565a75(0x1ca)]['SOURCE_FILE_AMBIGUOUS']);}if(this[_0x565a75(0x218)][_0x565a75(0x203)](_0x13d94c))return(0x0,utils_1['setErrorStatusAndCallback'])(_0x2ca7c0,_0x50c1d5,status_message_1[_0x565a75(0x1c4)][_0x565a75(0x23a)],utils_1['errors']['BREAKPOINT_PATH_BLOCKED']);let _0xe66409=_0x358edf&&_0x358edf[_0x565a75(0x207)]?_0x358edf[_0x565a75(0x207)]:_0x50c1d5[_0x565a75(0x229)][_0x565a75(0x207)]||0x1;const _0x5c82c1=_0x358edf?_0x358edf[_0x565a75(0x1f5)]:_0x50c1d5[_0x565a75(0x229)][_0x565a75(0x1f5)];USE_MODULE_PREFIX&&_0x5c82c1===0x1&&(_0xe66409+=debugapi[_0x565a75(0x1d4)]-0x1);if(_0x5c82c1>=this[_0x565a75(0x208)]['fileStats'][_0x13d94c][_0x565a75(0x1e1)]||_0x5c82c1<0x1)return(0x0,utils_1[_0x565a75(0x239)])(_0x2ca7c0,_0x50c1d5,status_message_1['StatusMessage'][_0x565a75(0x23a)],{...utils_1[_0x565a75(0x1ca)]['INVALID_LINE_NUMBER'],'description':utils_1['errors'][_0x565a75(0x1f1)][_0x565a75(0x223)]+_0x13d94c+':'+_0x5c82c1+_0x565a75(0x1ef)+this[_0x565a75(0x208)][_0x565a75(0x1d0)][_0x13d94c][_0x565a75(0x1e1)]+_0x565a75(0x247)+'\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the'+_0x565a75(0x234)});const _0x37c8bf=this[_0x565a75(0x1fc)](_0x50c1d5,_0x5c82c1,_0xe66409,_0x13d94c);if(!_0x37c8bf)return(0x0,utils_1[_0x565a75(0x239)])(_0x2ca7c0,_0x50c1d5,status_message_1['StatusMessage'][_0x565a75(0x23a)],utils_1[_0x565a75(0x1ca)][_0x565a75(0x21f)]);this['breakpoints'][_0x50c1d5['id']]=new BreakpointData(_0x37c8bf[_0x565a75(0x1c9)],_0x50c1d5,_0x35e495,_0x37c8bf[_0x565a75(0x20e)],_0x4bd621,_0x50c1d5[_0x565a75(0x236)]||0x1,_0x50c1d5[_0x565a75(0x1fd)],_0x50c1d5[_0x565a75(0x210)]),this[_0x565a75(0x202)]++,setImmediate(()=>{_0x2ca7c0(null);});}[a35_0x4a98e8(0x1fc)](_0x48ccb2,_0xc9fa6e,_0x5a7605,_0x4ed5e0){const _0x101cb0=a35_0x4a98e8,_0x3fa42a=JSON['stringify']({..._0x48ccb2['location'],'path':_0x4ed5e0});let _0x595b57;if(!this[_0x101cb0(0x1bf)][_0x3fa42a]){const _0x59aeff=this[_0x101cb0(0x1f4)][_0x101cb0(0x1d6)]()?_0x101cb0(0x219)+_0x4ed5e0:_0x4ed5e0,_0x78a4c1=process[_0x101cb0(0x228)]==='win32'&&(0x0,utils_1[_0x101cb0(0x1fe)])(process[_0x101cb0(0x227)],_0x101cb0(0x1f8))?_0x59aeff[_0x101cb0(0x1bd)](/^file:\/\//,'file:///')[_0x101cb0(0x1bd)](/\\/g,'/'):_0x59aeff,_0x5a1bba=this[_0x101cb0(0x1f4)]['setBreakpointByUrl']({'lineNumber':_0xc9fa6e-0x1,'url':encodeURI(_0x78a4c1),'columnNumber':_0x5a7605-0x1});if(_0x5a1bba[_0x101cb0(0x23c)]||!_0x5a1bba[_0x101cb0(0x213)])return this[_0x101cb0(0x252)][_0x101cb0(0x23c)](_0x101cb0(0x1f6)+_0x78a4c1+':'+_0xc9fa6e+',\x20'+(_0x101cb0(0x22c)+JSON[_0x101cb0(0x21b)](_0x5a1bba[_0x101cb0(0x23c)]))),null;_0x595b57=_0x5a1bba[_0x101cb0(0x213)][_0x101cb0(0x1bc)],delete this['locationMapper'][_0x3fa42a],delete this['breakpointMapper'][_0x595b57],this[_0x101cb0(0x1bf)][_0x3fa42a]=[],this['breakpointMapper'][_0x595b57]=[];}else _0x595b57=this[_0x101cb0(0x1f9)][this[_0x101cb0(0x1bf)][_0x3fa42a][0x0]]['id'];return this[_0x101cb0(0x1bf)][_0x3fa42a]['push'](_0x48ccb2['id']),this[_0x101cb0(0x1e2)][_0x595b57][_0x101cb0(0x1d2)](_0x48ccb2['id']),{'v8BreakpointId':_0x595b57,'locationStr':_0x3fa42a};}[a35_0x4a98e8(0x22a)](_0x1ad7d0,_0x20cc23){const _0x56b4bb=a35_0x4a98e8,_0x206783=this[_0x56b4bb(0x1d7)][_0x56b4bb(0x243)],_0x3abf13=_0x1ad7d0[_0x56b4bb(0x23f)];if(_0x3abf13){let _0x5cd2ea;if(this[_0x56b4bb(0x256)][_0x56b4bb(0x1fd)])_0x5cd2ea=state[_0x56b4bb(0x1b8)](_0x3abf13,_0x20cc23,this[_0x56b4bb(0x1f4)],!![],_0x206783);else{const _0x48b8ca=process['hrtime']();_0x5cd2ea=state[_0x56b4bb(0x1b8)](_0x3abf13,_0x20cc23,this[_0x56b4bb(0x1f4)],!![],_0x206783);const _0x561703=process[_0x56b4bb(0x246)](_0x48b8ca),_0xf6cffa=this[_0x56b4bb(0x1ce)](_0x561703),_0x118a29=this[_0x56b4bb(0x256)]['applyConditionQuota'](_0xf6cffa,_0x1ad7d0);if(_0x118a29)return[undefined,_0x118a29];}if(_0x5cd2ea[_0x56b4bb(0x23c)])return this[_0x56b4bb(0x252)][_0x56b4bb(0x1ec)](_0x56b4bb(0x1cc)+_0x3abf13+_0x56b4bb(0x237),_0x5cd2ea['error']),[undefined,{...utils_1['errors'][_0x56b4bb(0x242)],'description':(utils_1['errors'][_0x56b4bb(0x242)][_0x56b4bb(0x223)]||'')+_0x5cd2ea[_0x56b4bb(0x23c)][_0x56b4bb(0x223)]}];if(!_0x5cd2ea[_0x56b4bb(0x250)]['value'])return this['logger'][_0x56b4bb(0x1ec)](_0x56b4bb(0x1dd)+_0x3abf13+_0x56b4bb(0x1c2)),[![],undefined];}return[!![],undefined];}[a35_0x4a98e8(0x220)](_0x3d0fdb,_0x54409e,_0x193742){const _0x479d83=a35_0x4a98e8,[_0x3398d3,_0x22bcae]=this[_0x479d83(0x22a)](_0x3d0fdb,_0x193742[0x0]);if(_0x22bcae!==undefined){(0x0,utils_1['setErrorStatusAndCallback'])(_0x54409e,_0x3d0fdb,status_message_1['StatusMessage'][_0x479d83(0x1cf)],_0x22bcae);return;}if(_0x3398d3===![])return;const _0x2a0d82=process[_0x479d83(0x246)]();try{this[_0x479d83(0x1d5)](_0x3d0fdb,_0x193742);}catch(_0x5dc5a6){return(0x0,utils_1[_0x479d83(0x239)])(_0x54409e,_0x3d0fdb,status_message_1[_0x479d83(0x1c4)][_0x479d83(0x23a)],utils_1[_0x479d83(0x1ca)][_0x479d83(0x24a)]+_0x5dc5a6);}const _0x595aa5=process[_0x479d83(0x246)](_0x2a0d82),_0x5586b3=this[_0x479d83(0x1ce)](_0x595aa5);this[_0x479d83(0x256)]['applyDynamicLogsCPUQuota'](_0x3d0fdb['id'],_0x5586b3),this[_0x479d83(0x252)]['debug']((0x0,utils_1[_0x479d83(0x1d1)])(_0x479d83(0x22d),_0x595aa5)),_0x54409e(null);}[a35_0x4a98e8(0x1d5)](_0x141cc5,_0x106b29){const _0x5b1344=a35_0x4a98e8,_0x4accdb=[],_0x129e90=this;if(_0x141cc5[_0x5b1344(0x1ff)]&&this['breakpoints'][_0x141cc5['id']]['compile'])for(let _0x4ecb96=0x0;_0x4ecb96<_0x141cc5[_0x5b1344(0x1ff)][_0x5b1344(0x1fa)];_0x4ecb96++){try{_0x141cc5[_0x5b1344(0x1ff)][_0x4ecb96]=this['breakpoints'][_0x141cc5['id']][_0x5b1344(0x24d)](_0x141cc5[_0x5b1344(0x1ff)][_0x4ecb96]);}catch(_0x1277ca){this[_0x5b1344(0x252)][_0x5b1344(0x23b)](_0x5b1344(0x211)+_0x141cc5['expressions'][_0x4ecb96]+_0x5b1344(0x1bb)),_0x4accdb[_0x5b1344(0x1d2)]({'name':_0x141cc5['expressions'][_0x4ecb96],'status':new status_message_1[(_0x5b1344(0x1c4))](status_message_1['StatusMessage'][_0x5b1344(0x249)],utils_1[_0x5b1344(0x1ca)]['EXPRESSION_COMPILING_ERROR'],!![])}),_0x141cc5[_0x5b1344(0x1ff)][_0x5b1344(0x214)](_0x4ecb96,0x1),_0x4ecb96--;}}if(_0x141cc5[_0x5b1344(0x24b)]==='LOG'){if(!_0x141cc5['expressions'])_0x141cc5['evaluatedExpressions']=[];else{const _0x23d9c9=_0x106b29[0x0];_0x141cc5[_0x5b1344(0x253)]=_0x141cc5[_0x5b1344(0x1ff)][_0x5b1344(0x205)](_0x306570=>{const _0x325666=_0x5b1344,_0x435f13=state[_0x325666(0x1b8)](_0x306570,_0x23d9c9,_0x129e90[_0x325666(0x1f4)],!![],this[_0x325666(0x1d7)][_0x325666(0x243)]);return _0x435f13[_0x325666(0x23c)]?_0x435f13[_0x325666(0x23c)]:_0x435f13[_0x325666(0x250)][_0x325666(0x20f)];});}}else{const _0x5c87bb=state[_0x5b1344(0x1c0)](_0x106b29,_0x141cc5,this['config'],this[_0x5b1344(0x1f7)],this[_0x5b1344(0x1f4)],this[_0x5b1344(0x218)]);_0x141cc5[_0x5b1344(0x229)]&&(0x0,utils_1[_0x5b1344(0x20c)])(_0x141cc5[_0x5b1344(0x229)][_0x5b1344(0x1d8)])&&(_0x141cc5[_0x5b1344(0x229)][_0x5b1344(0x1f5)]=_0x106b29[0x0][_0x5b1344(0x229)][_0x5b1344(0x241)]+0x1),_0x141cc5[_0x5b1344(0x1e5)]=_0x5c87bb['stackFrames'],_0x141cc5['variableTable']=_0x5c87bb[_0x5b1344(0x216)],_0x141cc5[_0x5b1344(0x253)]=_0x4accdb[_0x5b1344(0x248)](_0x5c87bb[_0x5b1344(0x253)]);}}['handleDebugPausedEvent'](_0x406915){const _0x51c825=a35_0x4a98e8;try{if(!_0x406915['hitBreakpoints'])return;const _0x227c48=_0x406915[_0x51c825(0x1e3)][0x0],_0x29416e=this[_0x51c825(0x1e2)][_0x227c48];if(!_0x29416e)return;_0x29416e['forEach'](_0x7451c7=>{const _0x5c0f3c=_0x51c825;this['listeners'][_0x7451c7]['enabled']&&(this['logger']['debug'](_0x5c0f3c(0x24e)+_0x7451c7),this[_0x5c0f3c(0x225)][_0x7451c7][_0x5c0f3c(0x24c)](_0x406915['callFrames']));});}catch(_0x52a5fc){this[_0x51c825(0x252)]['warn'](_0x51c825(0x1dc)+_0x52a5fc);}}['changeToNS'](_0x11a4d2){return _0x11a4d2[0x0]*0x3b9aca00+_0x11a4d2[0x1];}}function a35_0x4cee(){const _0x15cda0=['error','5UTCMPu','../util/validator.js','condition','toString','lineNumber','ERROR_EVALUATING_CONDITION','expressionsEvalTimeoutMillis','(((.+)+)+)+$','../state/inspector-state','hrtime','\x20lines.\x20Please\x20ensure','concat','VARIABLE_VALUE','CAPTURE_BREAKPOINT_DATA','action','listener','compile','>>>breakpoint\x20hit<<<\x20number:\x20','enabled','object','some','logger','evaluatedExpressions','quota','disconnect','quotaManager','ERROR_COMPILING_CONDITION','.\x20Potential\x20matches:\x20','numBreakpoints_','1218dTGQYU','Unable\x20to\x20unambiguously\x20find\x20','evaluate','8134427PsWwWS','bind','\x20<<','breakpointId','replace','detach','locationMapper','capture','1332953tAailC','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','../../client/stackdriver/status-message','StatusMessage','recovered','InspectorDebugApi','scriptId','parse','v8BreakpointId','errors','undefined','Failed\x20to\x20evaluate\x20condition\x20','BreakpointData','changeToNS','BREAKPOINT_CONDITION','fileStats','formatInterval','push','logMessageFormat','MODULE_WRAP_PREFIX_LENGTH','captureBreakpointData','shouldUseWellFormattedUrl','config','path','DISALLOWED_EXPRESSION','./v8inspector','resetV8DebuggerThreshold','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','condition\x20','UNSPECIFIED','wait','numListeners_','lines','breakpointMapper','hitBreakpoints','7910886RYghRC','stackFrames','file','isFileIndexed','isValid','hasMappingInfo','10231317fDnlxj','getBreakpointCompiler','debug','normalize','search','.\x20Loaded\x20script\x20contained\x20','sourcemapper','INVALID_LINE_NUMBER','setBlocklistManager','keys','v8Inspector','line','Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20','scriptMapper','>=11','breakpoints','length','V8_BREAKPOINT_CLEAR_ERROR','setAndStoreBreakpoint','ignoreQuota','satisfies','expressions','javascriptFileExtensions','setInternal','numBreakpoints','shouldBlock','clear','map','4232jWooPA','column','fileIndex','set','parsedCondition','../util/utils','isJavaScriptFile','apiBreakpoint','locationStr','value','pipingStatus','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','substring','response','splice','../blocklisting/dummy-blocklist-manager','variableTable','remainingHits','blocklistManager','file://','SOURCE_FILE_NOT_FOUND','stringify','DummyBlocklistManager','defineProperty','quotaRecoverySeconds','V8_BREAKPOINT_ERROR','onBreakpointHit','enable','findScripts','description','includes','listeners','9796064hgCBjQ','version','platform','location','processCondition','apply','setBreakpointByUrl\x20error:\x20','capture\x20time:\x20','extname','Unable\x20to\x20compile\x20condition\x20>>\x20','>10.11.0','handleDebugPausedEvent','<10.16\x20||\x20>=11\x20<11.11','removeFirstOccurrenceInArray','\x20deployed\x20source.','needsRecoveryTime','maxHitCount','\x20due\x20to\x20error:\x20','3417160UtHIkn','setErrorStatusAndCallback','BREAKPOINT_SOURCE_LOCATION','warn'];a35_0x4cee=function(){return _0x15cda0;};return a35_0x4cee();}exports[a35_0x4a98e8(0x1c6)]=InspectorDebugApi;
|
|
1
|
+
const a35_0x5e9229=a35_0x9ab4;(function(_0x2cdd13,_0x3ff34b){const _0x4c489f=a35_0x9ab4,_0xc1c924=_0x2cdd13();while(!![]){try{const _0x5e0e55=parseInt(_0x4c489f(0x17f))/0x1+-parseInt(_0x4c489f(0x123))/0x2*(-parseInt(_0x4c489f(0x15f))/0x3)+parseInt(_0x4c489f(0x163))/0x4+-parseInt(_0x4c489f(0x18b))/0x5+parseInt(_0x4c489f(0x10d))/0x6*(-parseInt(_0x4c489f(0x138))/0x7)+parseInt(_0x4c489f(0x15d))/0x8+-parseInt(_0x4c489f(0x135))/0x9;if(_0x5e0e55===_0x3ff34b)break;else _0xc1c924['push'](_0xc1c924['shift']());}catch(_0xd96963){_0xc1c924['push'](_0xc1c924['shift']());}}}(a35_0x5136,0xe1c54));const a35_0x28a17b=(function(){let _0x2de25b=!![];return function(_0x5ee090,_0x557fc5){const _0x1f8f1b=_0x2de25b?function(){if(_0x557fc5){const _0x2f4dbd=_0x557fc5['apply'](_0x5ee090,arguments);return _0x557fc5=null,_0x2f4dbd;}}:function(){};return _0x2de25b=![],_0x1f8f1b;};}()),a35_0x51abf2=a35_0x28a17b(this,function(){const _0x378514=a35_0x9ab4;return a35_0x51abf2['toString']()[_0x378514(0x102)](_0x378514(0x115))[_0x378514(0x12a)]()['constructor'](a35_0x51abf2)['search']('(((.+)+)+)+$');});a35_0x51abf2();'use strict';Object[a35_0x5e9229(0x181)](exports,a35_0x5e9229(0xfc),{'value':!![]}),exports[a35_0x5e9229(0x18f)]=exports[a35_0x5e9229(0x186)]=void 0x0;const acorn=require(a35_0x5e9229(0x14d)),path=require(a35_0x5e9229(0x16e)),status_message_1=require(a35_0x5e9229(0x10f)),state=require(a35_0x5e9229(0x16a)),utils_1=require(a35_0x5e9229(0xf9)),debugapi=require('./debugapi'),v8inspector_1=require(a35_0x5e9229(0x189)),dummy_blocklist_manager_1=require(a35_0x5e9229(0x12e)),USE_MODULE_PREFIX=(0x0,utils_1['satisfies'])(process[a35_0x5e9229(0x177)],a35_0x5e9229(0x116));class BreakpointData{constructor(_0x43ace9,_0x144908,_0x129d97,_0x577141,_0x3e01fa,_0xca727,_0x5715a8,_0x274fb4){const _0x5875f6=a35_0x5e9229;this['id']=_0x43ace9,this[_0x5875f6(0x127)]=_0x144908,this[_0x5875f6(0x156)]=_0x129d97,this['locationStr']=_0x577141,this[_0x5875f6(0x18d)]=_0x3e01fa,this[_0x5875f6(0x11f)]=_0xca727,this[_0x5875f6(0xfa)]=_0x5715a8,this['pipingStatus']=_0x274fb4;}}exports[a35_0x5e9229(0x186)]=BreakpointData;function a35_0x9ab4(_0x590931,_0x4e5348){const _0x2f86e8=a35_0x5136();return a35_0x9ab4=function(_0x51abf2,_0x28a17b){_0x51abf2=_0x51abf2-0xf5;let _0x5136ef=_0x2f86e8[_0x51abf2];return _0x5136ef;},a35_0x9ab4(_0x590931,_0x4e5348);}function a35_0x5136(){const _0x4f1a31=['capture','./v8inspector','javascriptFileExtensions','1529245tCdhJX','handleDebugPausedEvent','compile','locationStr','InspectorDebugApi','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','.\x20Potential\x20matches:\x20','blocklistManager','enable','breakpoints','../util/utils','ignoreQuota','isValid','__esModule','v8BreakpointId','numListeners_','numBreakpoints_','DummyBlocklistManager','breakpointMapper','search','evaluatedExpressions','sourcemapper','warn','normalize','keys','.\x20Loaded\x20script\x20contained\x20','replace','column','\x20<<','Cannot\x20clear\x20breakpoint\x20-\x20no\x20breakpoint\x20data\x20for\x20id\x20','169698SWEWZj','undefined','../../client/stackdriver/status-message','setAndStoreBreakpoint','Failed\x20to\x20evaluate\x20condition\x20','satisfies','disable','LOG','(((.+)+)+)+$','<10.16\x20||\x20>=11\x20<11.11','v8Inspector','Cannot\x20clear\x20breakpoint\x20-\x20id\x20is\x20undefined','stringify','evaluate','isJavaScriptFile','\x20evaluated\x20to\x20false\x20-\x20skipping\x20breakpoint','setBreakpointByUrl','config','remainingHits','stackFrames','>10.11.0','pipingStatus','2cmKVZm','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','setInternal','MODULE_WRAP_PREFIX_LENGTH','apiBreakpoint','\x20lines.\x20Please\x20ensure','CAPTURE_BREAKPOINT_DATA','toString','StatusMessage','listeners','cleanupAsyncCallStackInterval','../blocklisting/dummy-blocklist-manager','action','\x20deployed\x20source.','line','scriptMapper','VARIABLE_VALUE','forEach','11617398MutsQH','parse','wait','7yEngHa','fileStats','errors','bind','expressions','clear','callFrames','concat','enabled','quotaRecoverySeconds','locationMapper','maxHitCount','getBreakpointCompiler','capture\x20time:\x20','condition','map','hrtime','description','substring','length','breakpointId','acorn','V8_BREAKPOINT_ERROR','COULD_NOT_FIND_MAPPING_FILE','V8_BREAKPOINT_CLEAR_ERROR','ERROR_EVALUATING_CONDITION','captureBreakpointData','numBreakpoints','lineNumber','onBreakpointHit','parsedCondition','quotaManager','recovered','shouldUseWellFormattedUrl','location','fileIndex','lines','2036968XuvQPZ','formatInterval','4180221TznKwv','BREAKPOINT_CONDITION','push','setErrorStatusAndCallback','67780qzYJov','SOURCE_FILE_NOT_FOUND','hitBreakpoints','file','condition\x20','logger','V8Inspector','../state/inspector-state','changeToNS','error','quota','path','debug','ERROR_COMPILING_CONDITION','value','set','listener','DISALLOWED_EXPRESSION','splice','BREAKPOINT_SOURCE_LOCATION','version','isFileIndexed','detach','>>>breakpoint\x20hit<<<\x20number:\x20','removeBreakpoint','response','SOURCE_FILE_AMBIGUOUS','disconnect','884737PvcfzF','removeFirstOccurrenceInArray','defineProperty','expressionsEvalTimeoutMillis','variableTable','INVALID_LINE_NUMBER','file:///','BreakpointData','file://'];a35_0x5136=function(){return _0x4f1a31;};return a35_0x5136();}class InspectorDebugApi{constructor(_0x46788b,_0x3ebf58,_0x38a447,_0x32d5c1,_0x151081){const _0x2d5078=a35_0x5e9229;this[_0x2d5078(0xf8)]={},this[_0x2d5078(0x12c)]={},this['scriptMapper']={},this[_0x2d5078(0x142)]={},this[_0x2d5078(0x101)]={},this[_0x2d5078(0x153)]=0x0,this[_0x2d5078(0x12d)]=null,this[_0x2d5078(0x168)]=_0x46788b,this[_0x2d5078(0x11e)]=_0x3ebf58,this['fileIndex']=_0x38a447,this[_0x2d5078(0x104)]=_0x32d5c1,this[_0x2d5078(0x117)]=new v8inspector_1[(_0x2d5078(0x169))](_0x46788b,(0x0,utils_1[_0x2d5078(0x112)])(process[_0x2d5078(0x177)],_0x2d5078(0x121)),this[_0x2d5078(0x11e)]['resetV8DebuggerThreshold'],_0x11e8dc=>{const _0x2be4f8=_0x2d5078;this[_0x2be4f8(0x132)][_0x11e8dc['scriptId']]=_0x11e8dc;},_0x13425b=>{const _0x2706ec=_0x2d5078;try{this['handleDebugPausedEvent'](_0x13425b);}catch(_0x22c88e){this[_0x2706ec(0x168)][_0x2706ec(0x16c)](_0x22c88e);}}),this[_0x2d5078(0x157)]=_0x151081,this[_0x2d5078(0xf6)]=new dummy_blocklist_manager_1[(_0x2d5078(0x100))](!![]);}[a35_0x5e9229(0x172)](_0xb0f549,_0xdee7bb){const _0xb66558=a35_0x5e9229;if(!_0xb0f549||typeof _0xb0f549['id']===_0xb66558(0x10e)||!_0xb0f549[_0xb66558(0x15a)]||!_0xb0f549[_0xb66558(0x15a)][_0xb66558(0x16e)]||!_0xb0f549[_0xb66558(0x15a)][_0xb66558(0x131)])return(0x0,utils_1[_0xb66558(0x162)])(_0xdee7bb,_0xb0f549,status_message_1[_0xb66558(0x12b)]['UNSPECIFIED'],utils_1[_0xb66558(0x13a)]['INVALID_BREAKPOINT']);const _0x3a74ad=path[_0xb66558(0x106)](_0xb0f549[_0xb66558(0x15a)]['path']);if(!this[_0xb66558(0x104)]['hasMappingInfo'](_0x3a74ad)){const _0x50e52c=path['extname'](_0x3a74ad);if(!this[_0xb66558(0x11e)][_0xb66558(0x18a)]['includes'](_0x50e52c)){const _0x4730ae=_0x3a74ad[_0xb66558(0x14a)](0x0,_0x3a74ad[_0xb66558(0x14b)]-_0x50e52c['length']),_0x526d7b=this[_0xb66558(0x11e)][_0xb66558(0x18a)]['map'](_0x2d3f8a=>_0x4730ae+_0x2d3f8a)['some'](_0x2cbc33=>(0x0,utils_1[_0xb66558(0x178)])(_0x2cbc33,this[_0xb66558(0x15b)])),_0x32c61b=_0x526d7b?utils_1[_0xb66558(0x13a)][_0xb66558(0x14f)]:utils_1[_0xb66558(0x13a)]['SOURCE_FILE_NOT_FOUND'];return(0x0,utils_1['setErrorStatusAndCallback'])(_0xdee7bb,_0xb0f549,status_message_1['StatusMessage'][_0xb66558(0x176)],_0x32c61b);}this[_0xb66558(0x125)](_0xb0f549,null,null,_0xdee7bb);}else{const _0x9f2c43=_0xb0f549['location'][_0xb66558(0x131)],_0x133df3=0x0,_0x7c80da=this[_0xb66558(0x104)]['mappingInfo'](_0x3a74ad,_0x9f2c43,_0x133df3),_0x570454=(0x0,utils_1[_0xb66558(0x144)])(_0xb0f549);if(_0xb0f549[_0xb66558(0x146)]&&_0x570454)try{_0xb0f549[_0xb66558(0x146)]=_0x570454(_0xb0f549[_0xb66558(0x146)]);}catch(_0x24a7dc){return this[_0xb66558(0x168)]['warn']('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0xb0f549[_0xb66558(0x146)]+'\x20<<'),(0x0,utils_1['setErrorStatusAndCallback'])(_0xdee7bb,_0xb0f549,status_message_1[_0xb66558(0x12b)]['BREAKPOINT_CONDITION'],utils_1[_0xb66558(0x13a)][_0xb66558(0x170)]);}this[_0xb66558(0x125)](_0xb0f549,_0x7c80da,_0x570454,_0xdee7bb);}}[a35_0x5e9229(0x13d)](_0x5d3bbb,_0x236c90){const _0x3b985a=a35_0x5e9229;if(typeof _0x5d3bbb['id']===_0x3b985a(0x10e))return this[_0x3b985a(0x168)][_0x3b985a(0x16f)](_0x3b985a(0x118)),(0x0,utils_1[_0x3b985a(0x162)])(_0x236c90,_0x5d3bbb,status_message_1[_0x3b985a(0x12b)][_0x3b985a(0x160)],utils_1['errors'][_0x3b985a(0x150)]);const _0x52794b=this[_0x3b985a(0xf8)][_0x5d3bbb['id']];if(!_0x52794b)return this['logger'][_0x3b985a(0x16f)](_0x3b985a(0x10c)+_0x5d3bbb['id']),(0x0,utils_1[_0x3b985a(0x162)])(_0x236c90,_0x5d3bbb,status_message_1[_0x3b985a(0x12b)]['BREAKPOINT_CONDITION'],utils_1[_0x3b985a(0x13a)][_0x3b985a(0x150)]);const _0x28e008=_0x52794b[_0x3b985a(0x18e)],_0x283ad5=_0x52794b['id'];(0x0,utils_1[_0x3b985a(0x180)])(this[_0x3b985a(0x142)][_0x28e008],_0x5d3bbb['id']);this[_0x3b985a(0x142)][_0x28e008][_0x3b985a(0x14b)]===0x0&&delete this[_0x3b985a(0x142)][_0x28e008];(0x0,utils_1[_0x3b985a(0x180)])(this[_0x3b985a(0x101)][_0x283ad5],_0x5d3bbb['id']);this[_0x3b985a(0x101)][_0x283ad5][_0x3b985a(0x14b)]===0x0&&delete this[_0x3b985a(0x101)][_0x283ad5];let _0x5a0500={};!this[_0x3b985a(0x101)][_0x52794b['id']]&&(_0x5a0500=this[_0x3b985a(0x117)][_0x3b985a(0x17b)](_0x52794b['id'])),delete this['breakpoints'][_0x5d3bbb['id']],delete this[_0x3b985a(0x12c)][_0x5d3bbb['id']],this[_0x3b985a(0x153)]--,setImmediate(()=>{const _0x2751e2=_0x3b985a;_0x5a0500['error']&&_0x236c90(_0x5a0500[_0x2751e2(0x16c)]),_0x236c90(null);});}[a35_0x5e9229(0x137)](_0x327c22,_0x3896e0){const _0x56f75b=a35_0x5e9229,_0x4eda86=this[_0x56f75b(0x155)][_0x56f75b(0x13b)](this,_0x327c22,_0x36d645=>{const _0x1bcb87=_0x56f75b,_0x1ef7f6=--this[_0x1bcb87(0xf8)][_0x327c22['id']][_0x1bcb87(0x11f)];(_0x1ef7f6<=0x0||_0x36d645)&&(this[_0x1bcb87(0x12c)][_0x327c22['id']]['enabled']=![]),_0x3896e0(_0x36d645||undefined);});this[_0x56f75b(0x12c)][_0x327c22['id']]={'enabled':!![],'listener':_0x4eda86};}['log'](_0x53ba55,_0x4d6ca5,_0x4d7a9f,_0x131147){const _0x3b026c=a35_0x5e9229,_0xb58fd7=this[_0x3b026c(0x155)]['bind'](this,_0x53ba55,_0x3333f4=>{const _0x109510=_0x3b026c;if(_0x3333f4){this[_0x109510(0x12c)][_0x53ba55['id']][_0x109510(0x140)]=![],setImmediate(()=>{_0x131147(_0x3333f4||undefined);});return;}_0x4d6ca5(_0x53ba55['logMessageFormat'],_0x53ba55[_0x109510(0x103)]),_0x53ba55['evaluatedExpressions']=[],_0x4d7a9f()?this[_0x109510(0x12c)][_0x53ba55['id']][_0x109510(0x140)]=![]:this['quotaManager']['needsRecoveryTime'](_0x53ba55['id'])&&(this['listeners'][_0x53ba55['id']]['enabled']=![],setTimeout(()=>{const _0xe0e61f=_0x109510;!_0x4d7a9f()&&this[_0xe0e61f(0x12c)][_0x53ba55['id']]&&(this['listeners'][_0x53ba55['id']]['enabled']=!![]),this[_0xe0e61f(0x157)][_0xe0e61f(0x158)](_0x53ba55['id']);},this['config'][_0x109510(0x16d)][_0x109510(0x141)]*0x3e8));});this[_0x3b026c(0x12c)][_0x53ba55['id']]={'enabled':!![],'listener':_0xb58fd7};}[a35_0x5e9229(0x17e)](){const _0x2b7c8e=a35_0x5e9229;this[_0x2b7c8e(0x117)][_0x2b7c8e(0x179)]();}[a35_0x5e9229(0xf7)](){const _0x3d0af4=a35_0x5e9229;this[_0x3d0af4(0x117)][_0x3d0af4(0xf7)]();}[a35_0x5e9229(0x113)](){const _0xd5a5ad=a35_0x5e9229;this[_0xd5a5ad(0x117)][_0xd5a5ad(0x113)]();}[a35_0x5e9229(0xff)](){const _0x218c5c=a35_0x5e9229;return Object[_0x218c5c(0x107)](this[_0x218c5c(0xf8)])[_0x218c5c(0x14b)];}[a35_0x5e9229(0xfe)](){const _0x59fd2a=a35_0x5e9229;return Object['keys'](this[_0x59fd2a(0x12c)])[_0x59fd2a(0x14b)];}[a35_0x5e9229(0x11f)](_0x10003e){const _0x4d7846=a35_0x5e9229;return this['breakpoints'][_0x10003e][_0x4d7846(0x11f)];}['setBlocklistManager'](_0x21b43e){const _0x25183c=a35_0x5e9229;this[_0x25183c(0xf6)]=_0x21b43e;}[a35_0x5e9229(0x125)](_0x10685a,_0x3c011a,_0x4c95fa,_0x419023){const _0x3841fc=a35_0x5e9229;let _0x431867=null;if(_0x10685a[_0x3841fc(0x146)])try{_0x431867=acorn[_0x3841fc(0x136)](_0x10685a[_0x3841fc(0x146)],{'sourceType':'script','ecmaVersion':0x6});const _0xcea417=require('../util/validator.js');if(!_0xcea417[_0x3841fc(0xfb)](_0x431867,![]))return(0x0,utils_1[_0x3841fc(0x162)])(_0x419023,_0x10685a,status_message_1['StatusMessage']['BREAKPOINT_CONDITION'],utils_1[_0x3841fc(0x13a)][_0x3841fc(0x174)]);}catch(_0x49b5bf){const _0xef730c=utils_1[_0x3841fc(0x13a)]['SYNTAX_ERROR_IN_CONDITION']+_0x49b5bf['message'];return(0x0,utils_1[_0x3841fc(0x162)])(_0x419023,_0x10685a,status_message_1[_0x3841fc(0x12b)]['BREAKPOINT_CONDITION'],_0xef730c);}let _0x3aeff4;const _0x288982=_0x3c011a?_0x3c011a[_0x3841fc(0x166)]:path[_0x3841fc(0x106)](_0x10685a[_0x3841fc(0x15a)][_0x3841fc(0x16e)]),_0x56b740=(0x0,utils_1['findScripts'])(_0x288982,this[_0x3841fc(0x11e)],this[_0x3841fc(0x15b)],this[_0x3841fc(0x168)]);if(_0x56b740['length']===0x0)return(0x0,utils_1[_0x3841fc(0x162)])(_0x419023,_0x10685a,status_message_1[_0x3841fc(0x12b)][_0x3841fc(0x176)],utils_1[_0x3841fc(0x13a)][_0x3841fc(0x164)]);else{if(_0x56b740['length']===0x1)_0x3aeff4=_0x56b740[0x0];else return this[_0x3841fc(0x168)][_0x3841fc(0x105)]('Unable\x20to\x20unambiguously\x20find\x20'+_0x288982+_0x3841fc(0xf5)+_0x56b740),(0x0,utils_1[_0x3841fc(0x162)])(_0x419023,_0x10685a,status_message_1['StatusMessage'][_0x3841fc(0x176)],utils_1[_0x3841fc(0x13a)][_0x3841fc(0x17d)]);}if(this[_0x3841fc(0xf6)]['shouldBlock'](_0x3aeff4))return(0x0,utils_1[_0x3841fc(0x162)])(_0x419023,_0x10685a,status_message_1[_0x3841fc(0x12b)][_0x3841fc(0x176)],utils_1[_0x3841fc(0x13a)]['BREAKPOINT_PATH_BLOCKED']);let _0x13cb34=_0x3c011a&&_0x3c011a[_0x3841fc(0x10a)]?_0x3c011a['column']:_0x10685a[_0x3841fc(0x15a)][_0x3841fc(0x10a)]||0x1;const _0x16611e=_0x3c011a?_0x3c011a['line']:_0x10685a[_0x3841fc(0x15a)][_0x3841fc(0x131)];USE_MODULE_PREFIX&&_0x16611e===0x1&&(_0x13cb34+=debugapi[_0x3841fc(0x126)]-0x1);if(_0x16611e>=this['fileIndex'][_0x3841fc(0x139)][_0x3aeff4][_0x3841fc(0x15c)]||_0x16611e<0x1)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x419023,_0x10685a,status_message_1[_0x3841fc(0x12b)][_0x3841fc(0x176)],{...utils_1[_0x3841fc(0x13a)][_0x3841fc(0x184)],'description':utils_1[_0x3841fc(0x13a)][_0x3841fc(0x184)]['description']+_0x3aeff4+':'+_0x16611e+_0x3841fc(0x108)+this[_0x3841fc(0x15b)][_0x3841fc(0x139)][_0x3aeff4][_0x3841fc(0x15c)]+_0x3841fc(0x128)+_0x3841fc(0x124)+_0x3841fc(0x130)});const _0x2147af=this[_0x3841fc(0x110)](_0x10685a,_0x16611e,_0x13cb34,_0x3aeff4);if(!_0x2147af)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x419023,_0x10685a,status_message_1[_0x3841fc(0x12b)][_0x3841fc(0x176)],utils_1['errors'][_0x3841fc(0x14e)]);this[_0x3841fc(0xf8)][_0x10685a['id']]=new BreakpointData(_0x2147af[_0x3841fc(0xfd)],_0x10685a,_0x431867,_0x2147af['locationStr'],_0x4c95fa,_0x10685a[_0x3841fc(0x143)]||0x1,_0x10685a[_0x3841fc(0xfa)],_0x10685a[_0x3841fc(0x122)]),this[_0x3841fc(0x153)]++,setImmediate(()=>{_0x419023(null);});}['setAndStoreBreakpoint'](_0xd04118,_0x3ea24e,_0x2c27ce,_0x3f0cd5){const _0x537e11=a35_0x5e9229,_0x3339e5=JSON[_0x537e11(0x119)]({..._0xd04118[_0x537e11(0x15a)],'path':_0x3f0cd5});let _0x56c144;if(!this[_0x537e11(0x142)][_0x3339e5]){const _0x1190e6=this[_0x537e11(0x117)][_0x537e11(0x159)]()?_0x537e11(0x187)+_0x3f0cd5:_0x3f0cd5,_0x55da4f=process['platform']==='win32'&&(0x0,utils_1[_0x537e11(0x112)])(process[_0x537e11(0x177)],'>=11')?_0x1190e6[_0x537e11(0x109)](/^file:\/\//,_0x537e11(0x185))[_0x537e11(0x109)](/\\/g,'/'):_0x1190e6,_0x1fd66f=this[_0x537e11(0x117)][_0x537e11(0x11d)]({'lineNumber':_0x3ea24e-0x1,'url':encodeURI(_0x55da4f),'columnNumber':_0x2c27ce-0x1});if(_0x1fd66f[_0x537e11(0x16c)]||!_0x1fd66f[_0x537e11(0x17c)])return this[_0x537e11(0x168)][_0x537e11(0x16c)]('Failed\x20to\x20put\x20the\x20breakpoint\x20in\x20'+_0x55da4f+':'+_0x3ea24e+',\x20'+('setBreakpointByUrl\x20error:\x20'+JSON[_0x537e11(0x119)](_0x1fd66f[_0x537e11(0x16c)]))),null;_0x56c144=_0x1fd66f[_0x537e11(0x17c)][_0x537e11(0x14c)],delete this[_0x537e11(0x142)][_0x3339e5],delete this[_0x537e11(0x101)][_0x56c144],this[_0x537e11(0x142)][_0x3339e5]=[],this[_0x537e11(0x101)][_0x56c144]=[];}else _0x56c144=this[_0x537e11(0xf8)][this[_0x537e11(0x142)][_0x3339e5][0x0]]['id'];return this[_0x537e11(0x142)][_0x3339e5][_0x537e11(0x161)](_0xd04118['id']),this['breakpointMapper'][_0x56c144]['push'](_0xd04118['id']),{'v8BreakpointId':_0x56c144,'locationStr':_0x3339e5};}['processCondition'](_0x249f67,_0xffef90){const _0x35081e=a35_0x5e9229,_0x224cb8=this[_0x35081e(0x11e)][_0x35081e(0x182)],_0x20591b=_0x249f67[_0x35081e(0x146)];if(_0x20591b){let _0x3c991d;if(this[_0x35081e(0x157)][_0x35081e(0xfa)])_0x3c991d=state[_0x35081e(0x11a)](_0x20591b,_0xffef90,this[_0x35081e(0x117)],!![],_0x224cb8);else{const _0x5c66da=process['hrtime']();_0x3c991d=state[_0x35081e(0x11a)](_0x20591b,_0xffef90,this[_0x35081e(0x117)],!![],_0x224cb8);const _0x4a585a=process[_0x35081e(0x148)](_0x5c66da),_0x3280c3=this[_0x35081e(0x16b)](_0x4a585a),_0x8d1ff=this['quotaManager']['applyConditionQuota'](_0x3280c3,_0x249f67);if(_0x8d1ff)return[undefined,_0x8d1ff];}if(_0x3c991d['error'])return this[_0x35081e(0x168)][_0x35081e(0x16f)](_0x35081e(0x111)+_0x20591b+'\x20due\x20to\x20error:\x20',_0x3c991d[_0x35081e(0x16c)]),[undefined,{...utils_1['errors'][_0x35081e(0x151)],'description':(utils_1[_0x35081e(0x13a)]['ERROR_EVALUATING_CONDITION'][_0x35081e(0x149)]||'')+_0x3c991d[_0x35081e(0x16c)][_0x35081e(0x149)]}];if(!_0x3c991d['object'][_0x35081e(0x171)])return this[_0x35081e(0x168)]['debug'](_0x35081e(0x167)+_0x20591b+_0x35081e(0x11c)),[![],undefined];}return[!![],undefined];}['onBreakpointHit'](_0x4714e9,_0x3989c2,_0x56121b){const _0xae5f09=a35_0x5e9229,[_0x23cc89,_0x50d10e]=this['processCondition'](_0x4714e9,_0x56121b[0x0]);if(_0x50d10e!==undefined){(0x0,utils_1[_0xae5f09(0x162)])(_0x3989c2,_0x4714e9,status_message_1['StatusMessage'][_0xae5f09(0x160)],_0x50d10e);return;}if(_0x23cc89===![])return;const _0x23898f=process[_0xae5f09(0x148)]();try{this[_0xae5f09(0x152)](_0x4714e9,_0x56121b);}catch(_0x11b6fa){return(0x0,utils_1[_0xae5f09(0x162)])(_0x3989c2,_0x4714e9,status_message_1[_0xae5f09(0x12b)][_0xae5f09(0x176)],utils_1['errors'][_0xae5f09(0x129)]+_0x11b6fa);}const _0x246aa8=process[_0xae5f09(0x148)](_0x23898f),_0x5f5d48=this['changeToNS'](_0x246aa8);this[_0xae5f09(0x157)]['applyDynamicLogsCPUQuota'](_0x4714e9['id'],_0x5f5d48),this[_0xae5f09(0x168)][_0xae5f09(0x16f)]((0x0,utils_1[_0xae5f09(0x15e)])(_0xae5f09(0x145),_0x246aa8)),_0x3989c2(null);}[a35_0x5e9229(0x152)](_0x708856,_0x90a89){const _0x408ce7=a35_0x5e9229,_0x55e6f0=[],_0x224600=this;if(_0x708856['expressions']&&this[_0x408ce7(0xf8)][_0x708856['id']][_0x408ce7(0x18d)])for(let _0x449196=0x0;_0x449196<_0x708856['expressions'][_0x408ce7(0x14b)];_0x449196++){try{_0x708856[_0x408ce7(0x13c)][_0x449196]=this['breakpoints'][_0x708856['id']][_0x408ce7(0x18d)](_0x708856['expressions'][_0x449196]);}catch(_0x4e0ded){this[_0x408ce7(0x168)][_0x408ce7(0x105)]('Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20'+_0x708856[_0x408ce7(0x13c)][_0x449196]+_0x408ce7(0x10b)),_0x55e6f0[_0x408ce7(0x161)]({'name':_0x708856[_0x408ce7(0x13c)][_0x449196],'status':new status_message_1['StatusMessage'](status_message_1[_0x408ce7(0x12b)][_0x408ce7(0x133)],utils_1[_0x408ce7(0x13a)]['EXPRESSION_COMPILING_ERROR'],!![])}),_0x708856[_0x408ce7(0x13c)][_0x408ce7(0x175)](_0x449196,0x1),_0x449196--;}}if(_0x708856[_0x408ce7(0x12f)]===_0x408ce7(0x114)){if(!_0x708856[_0x408ce7(0x13c)])_0x708856['evaluatedExpressions']=[];else{const _0x204232=_0x90a89[0x0];_0x708856['evaluatedExpressions']=_0x708856[_0x408ce7(0x13c)][_0x408ce7(0x147)](_0x2e4308=>{const _0xf12416=_0x408ce7,_0x9817d2=state['evaluate'](_0x2e4308,_0x204232,_0x224600[_0xf12416(0x117)],!![],this[_0xf12416(0x11e)][_0xf12416(0x182)]);return _0x9817d2['error']?_0x9817d2[_0xf12416(0x16c)]:_0x9817d2['object']['value'];});}}else{const _0xc9ace7=state[_0x408ce7(0x188)](_0x90a89,_0x708856,this['config'],this['scriptMapper'],this[_0x408ce7(0x117)],this[_0x408ce7(0xf6)]);_0x708856[_0x408ce7(0x15a)]&&(0x0,utils_1[_0x408ce7(0x11b)])(_0x708856['location'][_0x408ce7(0x16e)])&&(_0x708856[_0x408ce7(0x15a)]['line']=_0x90a89[0x0][_0x408ce7(0x15a)][_0x408ce7(0x154)]+0x1),_0x708856[_0x408ce7(0x120)]=_0xc9ace7[_0x408ce7(0x120)],_0x708856['variableTable']=_0xc9ace7[_0x408ce7(0x183)],_0x708856[_0x408ce7(0x103)]=_0x55e6f0[_0x408ce7(0x13f)](_0xc9ace7[_0x408ce7(0x103)]);}}[a35_0x5e9229(0x18c)](_0x3918ee){const _0x2e62ee=a35_0x5e9229;try{if(!_0x3918ee[_0x2e62ee(0x165)])return;const _0x2e64f6=_0x3918ee['hitBreakpoints'][0x0],_0x243b88=this[_0x2e62ee(0x101)][_0x2e64f6];if(!_0x243b88)return;_0x243b88[_0x2e62ee(0x134)](_0x48cdb9=>{const _0x51f965=_0x2e62ee;this[_0x51f965(0x12c)][_0x48cdb9]['enabled']&&(this[_0x51f965(0x168)][_0x51f965(0x16f)](_0x51f965(0x17a)+_0x48cdb9),this[_0x51f965(0x12c)][_0x48cdb9][_0x51f965(0x173)](_0x3918ee[_0x51f965(0x13e)]));});}catch(_0x377f19){this[_0x2e62ee(0x168)][_0x2e62ee(0x105)](_0x2e62ee(0x190)+_0x377f19);}}[a35_0x5e9229(0x16b)](_0x3b95b9){return _0x3b95b9[0x0]*0x3b9aca00+_0x3b95b9[0x1];}}exports['InspectorDebugApi']=InspectorDebugApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a36_0x29106a=a36_0x34eb;function a36_0x2afc(){const _0x10cfda=['warn','Unable\x20to\x20unambiguously\x20find\x20','StatusMessage','setInternal','Debug','DummyBlocklistManager','setBlocklistManager','numBreakpoints','setScriptBreakPointByRegExp','>>>V8\x20breakpoint\x20hit<<<\x20number:\x20','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','clear','log','.\x20Potential\x20matches:\x20','48hyvsUg','12809106mOuLag','V8_BREAKPOINT_DISABLED','error','../../client/stackdriver/status-message','defineProperty','isJavaScriptFile','7385826DExZQh','../state/legacy-state','CAPTURE_BREAKPOINT_DATA','description','v8Breakpoint','recovered','handleDebugEvents','script','onBreakpointHit','SYNTAX_ERROR_IN_CONDITION','formatInterval','shouldBlock','evaluate','LOG','lines','info','activating\x20v8\x20breakpoint\x20listener','apply','versions','Unable\x20to\x20compile\x20condition\x20>>\x20','logger','blocklistManager','set','BREAKPOINT_CONDITION','INVALID_LINE_NUMBER','sourcemapper','deactivating\x20v8\x20breakpoint\x20listener','fileStats','V8_BREAKPOINT_CLEAR_ERROR','compile','EXPRESSION_COMPILING_ERROR','setListener','wait','forEach','disable','semver','findBreakPoint','DISALLOWED_EXPRESSION','35FVvfJy','v8Version','frame','1432940pFExyl','pathToRegExp','acorn','length','number','BREAKPOINT_SOURCE_LOCATION','parsedCondition','>=4.5','.\x20Loaded\x20script\x20contained\x20','needsRecoveryTime','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','location','captureBreakpointData','concat','expressions','SOURCE_FILE_AMBIGUOUS','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','getBreakpointCompiler','condition','stackFrames','numBreakpoints_','../blocklisting/dummy-blocklist-manager','SOURCE_FILE_NOT_FOUND','88565hLtkFU','COULD_NOT_FIND_MAPPING_FILE','file','quotaRecoverySeconds','DebugEvent','mappingInfo','hrtime','numListeners_','V8BreakpointData','\x20<<','satisfies','capture','errors','value','(((.+)+)+)+$','path','normalize','\x20deployed\x20source.','findScripts','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','bind','breakpoints','constructor','setErrorStatusAndCallback','setByRegExp','column','../util/validator.js','VARIABLE_VALUE','Break','quotaManager','keys','52txOtZI','action','usePermanentListener','line','variableTable','./debugapi','ERROR_EVALUATING_CONDITION','parse','toString','V8_BREAKPOINT_ERROR','__esModule','\x20lines.\x20Please\x20ensure','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','apiBreakpoint','hasMappingInfo','config','38542MqTHPa','checkCondition','listeners','message','extname','undefined','isValid','V8DebugApi','enabled','100294qxcHyP','listener','evaluatedExpressions','ERROR_COMPILING_CONDITION','fileIndex','749859mRllEW','javascriptFileExtensions','BREAKPOINT_PATH_BLOCKED','runInDebugContext'];a36_0x2afc=function(){return _0x10cfda;};return a36_0x2afc();}(function(_0x40c758,_0x2670c3){const _0x38ce67=a36_0x34eb,_0x3efb58=_0x40c758();while(!![]){try{const _0x1f7e23=-parseInt(_0x38ce67(0x140))/0x1*(parseInt(_0x38ce67(0x192))/0x2)+-parseInt(_0x38ce67(0x197))/0x3+-parseInt(_0x38ce67(0x179))/0x4*(-parseInt(_0x38ce67(0x15a))/0x5)+parseInt(_0x38ce67(0x1b0))/0x6+parseInt(_0x38ce67(0x189))/0x7*(-parseInt(_0x38ce67(0x1a9))/0x8)+parseInt(_0x38ce67(0x1aa))/0x9+parseInt(_0x38ce67(0x143))/0xa;if(_0x1f7e23===_0x2670c3)break;else _0x3efb58['push'](_0x3efb58['shift']());}catch(_0x44a53d){_0x3efb58['push'](_0x3efb58['shift']());}}}(a36_0x2afc,0xf19c2));const a36_0x3a7c1=(function(){let _0x52ee16=!![];return function(_0x42f31c,_0x1e0dab){const _0x3e073b=_0x52ee16?function(){const _0xfaba82=a36_0x34eb;if(_0x1e0dab){const _0x550e83=_0x1e0dab[_0xfaba82(0x12b)](_0x42f31c,arguments);return _0x1e0dab=null,_0x550e83;}}:function(){};return _0x52ee16=![],_0x3e073b;};}()),a36_0xab30fa=a36_0x3a7c1(this,function(){const _0x2a9e53=a36_0x34eb;return a36_0xab30fa[_0x2a9e53(0x181)]()['search']('(((.+)+)+)+$')[_0x2a9e53(0x181)]()[_0x2a9e53(0x170)](a36_0xab30fa)['search'](_0x2a9e53(0x168));});a36_0xab30fa();'use strict';Object[a36_0x29106a(0x1ae)](exports,a36_0x29106a(0x183),{'value':!![]}),exports[a36_0x29106a(0x190)]=exports[a36_0x29106a(0x162)]=void 0x0;const acorn=require(a36_0x29106a(0x145)),path=require(a36_0x29106a(0x169)),semver=require(a36_0x29106a(0x13d)),vm=require('vm'),status_message_1=require(a36_0x29106a(0x1ad)),state=require(a36_0x29106a(0x1b1)),utils_1=require('../util/utils'),debugapi=require(a36_0x29106a(0x17e)),dummy_blocklist_manager_1=require(a36_0x29106a(0x158));class V8BreakpointData{constructor(_0x295e42,_0x129911,_0x104694,_0xd40773){const _0x30de6c=a36_0x29106a;this[_0x30de6c(0x186)]=_0x295e42,this[_0x30de6c(0x1b4)]=_0x129911,this[_0x30de6c(0x149)]=_0x104694,this[_0x30de6c(0x137)]=_0xd40773;}}exports[a36_0x29106a(0x162)]=V8BreakpointData;class V8DebugApi{constructor(_0x487cf3,_0xbfb3c3,_0x576aba,_0x322196,_0x5e1b60){const _0x88cccb=a36_0x29106a;this['breakpoints']={},this[_0x88cccb(0x18b)]={},this[_0x88cccb(0x1a2)]=0x0,this[_0x88cccb(0x133)]=_0x322196,this['v8']=vm[_0x88cccb(0x19a)](_0x88cccb(0x19f)),this[_0x88cccb(0x188)]=_0xbfb3c3,this['fileIndex']=_0x576aba,this[_0x88cccb(0x141)]=/(\d+\.\d+\.\d+)\.\d+/['exec'](process[_0x88cccb(0x12c)]['v8']),this[_0x88cccb(0x12e)]=_0x487cf3,this[_0x88cccb(0x17b)]=semver[_0x88cccb(0x164)](this[_0x88cccb(0x141)][0x1],_0x88cccb(0x14a)),this[_0x88cccb(0x177)]=_0x5e1b60,this[_0x88cccb(0x12f)]=new dummy_blocklist_manager_1[(_0x88cccb(0x1a0))](!![]),this[_0x88cccb(0x1b6)]=(_0x9267e6,_0x5ea700,_0x43526a)=>{const _0x4d0307=_0x88cccb;try{switch(_0x9267e6){case this['v8'][_0x4d0307(0x15e)][_0x4d0307(0x176)]:_0x43526a['breakPointsHit']()[_0x4d0307(0x13b)](_0x1cce6c=>{const _0x1a584f=_0x4d0307,_0x524f39=_0x1cce6c['script_break_point']()[_0x1a584f(0x147)]();this['listeners'][_0x524f39][_0x1a584f(0x191)]&&(this['logger']['info'](_0x1a584f(0x1a4)+_0x524f39),this['listeners'][_0x524f39][_0x1a584f(0x193)](_0x5ea700,_0x43526a));});break;default:}}catch(_0x303223){this['logger'][_0x4d0307(0x19b)](_0x4d0307(0x153)+_0x303223);}},this[_0x88cccb(0x17b)]&&(this['logger'][_0x88cccb(0x129)](_0x88cccb(0x1a5)),this['v8'][_0x88cccb(0x139)](this[_0x88cccb(0x1b6)]));}[a36_0x29106a(0x130)](_0x1e994a,_0x3d6e85){const _0x3bd0ac=a36_0x29106a;if(!this['v8']||!_0x1e994a||typeof _0x1e994a['id']===_0x3bd0ac(0x18e)||!_0x1e994a[_0x3bd0ac(0x14e)]||!_0x1e994a['location'][_0x3bd0ac(0x169)]||!_0x1e994a[_0x3bd0ac(0x14e)][_0x3bd0ac(0x17c)])return(0x0,utils_1['setErrorStatusAndCallback'])(_0x3d6e85,_0x1e994a,status_message_1[_0x3bd0ac(0x19d)]['UNSPECIFIED'],utils_1[_0x3bd0ac(0x166)]['INVALID_BREAKPOINT']);const _0xb9d5cf=path['normalize'](_0x1e994a[_0x3bd0ac(0x14e)]['path']);if(this[_0x3bd0ac(0x12f)][_0x3bd0ac(0x1bb)](_0xb9d5cf))return(0x0,utils_1[_0x3bd0ac(0x171)])(_0x3d6e85,_0x1e994a,status_message_1[_0x3bd0ac(0x19d)]['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x3bd0ac(0x166)][_0x3bd0ac(0x199)]);if(!this[_0x3bd0ac(0x133)][_0x3bd0ac(0x187)](_0xb9d5cf)){const _0x2d8d1a=path[_0x3bd0ac(0x18d)](_0xb9d5cf);if(!this['config'][_0x3bd0ac(0x198)]['includes'](_0x2d8d1a))return(0x0,utils_1[_0x3bd0ac(0x171)])(_0x3d6e85,_0x1e994a,status_message_1[_0x3bd0ac(0x19d)][_0x3bd0ac(0x148)],utils_1['errors'][_0x3bd0ac(0x15b)]);this[_0x3bd0ac(0x19e)](_0x1e994a,null,null,_0x3d6e85);}else{const _0x422f42=_0x1e994a[_0x3bd0ac(0x14e)]['line'],_0x34b3c5=0x0,_0xbd20f1=this[_0x3bd0ac(0x133)][_0x3bd0ac(0x15f)](_0xb9d5cf,_0x422f42,_0x34b3c5),_0x5b827f=(0x0,utils_1[_0x3bd0ac(0x154)])(_0x1e994a);if(_0x1e994a['condition']&&_0x5b827f)try{_0x1e994a['condition']=_0x5b827f(_0x1e994a[_0x3bd0ac(0x155)]);}catch(_0x5108ba){return this['logger'][_0x3bd0ac(0x129)](_0x3bd0ac(0x12d)+_0x1e994a[_0x3bd0ac(0x155)]+'\x20<<'),(0x0,utils_1[_0x3bd0ac(0x171)])(_0x3d6e85,_0x1e994a,status_message_1[_0x3bd0ac(0x19d)][_0x3bd0ac(0x131)],utils_1[_0x3bd0ac(0x166)]['ERROR_COMPILING_CONDITION']);}this[_0x3bd0ac(0x19e)](_0x1e994a,_0xbd20f1,_0x5b827f,_0x3d6e85);}}[a36_0x29106a(0x1a6)](_0x46c2f4,_0x2540d7){const _0x27496d=a36_0x29106a;if(typeof _0x46c2f4['id']===_0x27496d(0x18e))return(0x0,utils_1[_0x27496d(0x171)])(_0x2540d7,_0x46c2f4,status_message_1[_0x27496d(0x19d)][_0x27496d(0x131)],utils_1['errors'][_0x27496d(0x136)]);const _0x3ad0ce=this[_0x27496d(0x16f)][_0x46c2f4['id']];if(!_0x3ad0ce)return(0x0,utils_1[_0x27496d(0x171)])(_0x2540d7,_0x46c2f4,status_message_1[_0x27496d(0x19d)][_0x27496d(0x131)],utils_1['errors'][_0x27496d(0x136)]);const _0xe62408=_0x3ad0ce[_0x27496d(0x1b4)];this['v8']['clearBreakPoint'](_0xe62408[_0x27496d(0x147)]()),delete this['breakpoints'][_0x46c2f4['id']],delete this[_0x27496d(0x18b)][_0xe62408['number']()],this[_0x27496d(0x1a2)]--,this['numBreakpoints']===0x0&&!this[_0x27496d(0x17b)]&&(this[_0x27496d(0x12e)][_0x27496d(0x129)](_0x27496d(0x134)),this['v8'][_0x27496d(0x139)](null)),setImmediate(()=>{_0x2540d7(null);});}[a36_0x29106a(0x13a)](_0x8991ab,_0x30564f){const _0x2e5548=a36_0x29106a,_0x267868=this,_0x2e111d=_0x267868['breakpoints'][_0x8991ab['id']][_0x2e5548(0x1b4)][_0x2e5548(0x147)](),_0x1ffca4=this['onBreakpointHit'][_0x2e5548(0x16e)](this,_0x8991ab,_0x48d924=>{const _0x68d8a4=_0x2e5548;_0x267868[_0x68d8a4(0x18b)][_0x2e111d][_0x68d8a4(0x191)]=![],setImmediate(()=>{_0x30564f(_0x48d924||undefined);});});_0x267868['listeners'][_0x2e111d]={'enabled':!![],'listener':_0x1ffca4};}[a36_0x29106a(0x1a7)](_0xb46fcd,_0xb10e7e,_0x3124ad,_0x16302c){const _0x4a486a=a36_0x29106a,_0x5a1235=this,_0x1e0251=_0x5a1235[_0x4a486a(0x16f)][_0xb46fcd['id']][_0x4a486a(0x1b4)]['number'](),_0x112a49=this['onBreakpointHit']['bind'](this,_0xb46fcd,_0x3eb938=>{const _0x2cc436=_0x4a486a;_0x3eb938&&(this['listeners'][_0xb46fcd['id']][_0x2cc436(0x191)]=![],setImmediate(()=>{_0x16302c(_0x3eb938||undefined);})),_0xb10e7e(_0xb46fcd['logMessageFormat'],_0xb46fcd[_0x2cc436(0x194)]),_0x3124ad()?_0x5a1235[_0x2cc436(0x18b)][_0x1e0251][_0x2cc436(0x191)]=![]:this['quotaManager'][_0x2cc436(0x14c)](_0xb46fcd['id'])&&(_0x5a1235[_0x2cc436(0x18b)][_0x1e0251][_0x2cc436(0x191)]=![],setTimeout(()=>{const _0xc1d711=_0x2cc436;!_0x3124ad()&&_0x5a1235[_0xc1d711(0x18b)][_0x1e0251]&&(_0x5a1235[_0xc1d711(0x18b)][_0x1e0251]['enabled']=!![]),this[_0xc1d711(0x177)][_0xc1d711(0x1b5)](_0xb46fcd['id']);},_0x5a1235[_0x2cc436(0x188)]['quota'][_0x2cc436(0x15d)]*0x3e8));});_0x5a1235['listeners'][_0x1e0251]={'enabled':!![],'listener':_0x112a49};}['disconnect'](){return;}['enable'](){}[a36_0x29106a(0x13c)](){}[a36_0x29106a(0x157)](){const _0x221e56=a36_0x29106a;return Object[_0x221e56(0x178)](this[_0x221e56(0x16f)])[_0x221e56(0x146)];}[a36_0x29106a(0x161)](){const _0x3cf828=a36_0x29106a;return Object['keys'](this[_0x3cf828(0x18b)])['length'];}['remainingHits'](){return 0x0;}[a36_0x29106a(0x1a1)](_0x3bdbb3){const _0x1e1b82=a36_0x29106a;this[_0x1e1b82(0x12f)]=_0x3bdbb3;}[a36_0x29106a(0x19e)](_0x19d363,_0xe82ce8,_0x11833c,_0x27f103){const _0x369837=a36_0x29106a;let _0x2011f1=null;if(_0x19d363[_0x369837(0x155)])try{_0x2011f1=acorn[_0x369837(0x180)](_0x19d363['condition'],{'sourceType':_0x369837(0x1b7),'ecmaVersion':0x6});const _0x994435=require(_0x369837(0x174));if(!_0x994435[_0x369837(0x18f)](_0x2011f1,!![]))return(0x0,utils_1[_0x369837(0x171)])(_0x27f103,_0x19d363,status_message_1[_0x369837(0x19d)][_0x369837(0x131)],utils_1[_0x369837(0x166)][_0x369837(0x13f)]);}catch(_0x2008d1){return(0x0,utils_1['setErrorStatusAndCallback'])(_0x27f103,_0x19d363,status_message_1['StatusMessage'][_0x369837(0x131)],utils_1['errors'][_0x369837(0x1b9)]+_0x2008d1[_0x369837(0x18c)]);}let _0x458adc;const _0x53cd46=_0xe82ce8?_0xe82ce8[_0x369837(0x15c)]:path[_0x369837(0x16a)](_0x19d363[_0x369837(0x14e)][_0x369837(0x169)]),_0x30b639=(0x0,utils_1[_0x369837(0x16c)])(_0x53cd46,this['config'],this[_0x369837(0x196)],this[_0x369837(0x12e)]);if(_0x30b639['length']===0x0)return(0x0,utils_1[_0x369837(0x171)])(_0x27f103,_0x19d363,status_message_1[_0x369837(0x19d)][_0x369837(0x148)],utils_1[_0x369837(0x166)][_0x369837(0x159)]);else{if(_0x30b639[_0x369837(0x146)]===0x1)_0x458adc=_0x30b639[0x0];else return this[_0x369837(0x12e)][_0x369837(0x19b)](_0x369837(0x19c)+_0x53cd46+_0x369837(0x1a8)+_0x30b639),(0x0,utils_1[_0x369837(0x171)])(_0x27f103,_0x19d363,status_message_1['StatusMessage'][_0x369837(0x148)],utils_1[_0x369837(0x166)][_0x369837(0x152)]);}let _0x787643=_0xe82ce8&&_0xe82ce8[_0x369837(0x173)]?_0xe82ce8[_0x369837(0x173)]:_0x19d363[_0x369837(0x14e)][_0x369837(0x173)]||0x1;const _0x4dfef0=_0xe82ce8?_0xe82ce8[_0x369837(0x17c)]:_0x19d363[_0x369837(0x14e)]['line'];_0x4dfef0===0x1&&(_0x787643+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x4dfef0>=this['fileIndex'][_0x369837(0x135)][_0x458adc]['lines'])return(0x0,utils_1[_0x369837(0x171)])(_0x27f103,_0x19d363,status_message_1[_0x369837(0x19d)][_0x369837(0x148)],{...utils_1[_0x369837(0x166)]['INVALID_LINE_NUMBER'],'description':utils_1[_0x369837(0x166)][_0x369837(0x132)]['description']+_0x458adc+':'+_0x4dfef0+_0x369837(0x14b)+this['fileIndex']['fileStats'][_0x458adc][_0x369837(0x128)]+_0x369837(0x184)+_0x369837(0x14d)+_0x369837(0x16b)});const _0x99b7e4=this[_0x369837(0x172)](_0x458adc,_0x4dfef0,_0x787643);if(!_0x99b7e4)return(0x0,utils_1['setErrorStatusAndCallback'])(_0x27f103,_0x19d363,status_message_1[_0x369837(0x19d)][_0x369837(0x148)],utils_1['errors'][_0x369837(0x182)]);this[_0x369837(0x1a2)]===0x0&&!this[_0x369837(0x17b)]&&(this[_0x369837(0x12e)][_0x369837(0x129)](_0x369837(0x12a)),this['v8'][_0x369837(0x139)](this[_0x369837(0x1b6)])),this[_0x369837(0x16f)][_0x19d363['id']]=new V8BreakpointData(_0x19d363,_0x99b7e4,_0x2011f1,_0x11833c),this[_0x369837(0x1a2)]++,setImmediate(()=>{_0x27f103(null);});}[a36_0x29106a(0x172)](_0x30ab6b,_0x5dedcb,_0x4c4d32){const _0x3ed72e=a36_0x29106a,_0x46377b=(0x0,utils_1[_0x3ed72e(0x144)])(_0x30ab6b),_0x22efb2=this['v8'][_0x3ed72e(0x1a3)](_0x46377b,_0x5dedcb-0x1,_0x4c4d32-0x1),_0x28058e=this['v8'][_0x3ed72e(0x13e)](_0x22efb2);return _0x28058e;}[a36_0x29106a(0x1b8)](_0x3b2cf3,_0x4e3016,_0x5a3f81){const _0x44bec6=a36_0x29106a,_0x4ca20f=this['breakpoints'][_0x3b2cf3['id']][_0x44bec6(0x1b4)];if(!_0x4ca20f['active']())return(0x0,utils_1['setErrorStatusAndCallback'])(_0x4e3016,_0x3b2cf3,status_message_1[_0x44bec6(0x19d)][_0x44bec6(0x148)],utils_1[_0x44bec6(0x166)][_0x44bec6(0x1ab)]);const _0xe5b81d=this[_0x44bec6(0x18a)](_0x3b2cf3,_0x5a3f81);if(_0xe5b81d[_0x44bec6(0x1ac)])return(0x0,utils_1['setErrorStatusAndCallback'])(_0x4e3016,_0x3b2cf3,status_message_1[_0x44bec6(0x19d)][_0x44bec6(0x131)],{...utils_1[_0x44bec6(0x166)][_0x44bec6(0x17f)],'description':utils_1[_0x44bec6(0x166)][_0x44bec6(0x195)][_0x44bec6(0x1b3)]+_0xe5b81d[_0x44bec6(0x1ac)]});else{if(!_0xe5b81d[_0x44bec6(0x167)]){this[_0x44bec6(0x12e)]['info'](_0x44bec6(0x16d));return;}}const _0x37f34b=process[_0x44bec6(0x160)]();try{this[_0x44bec6(0x14f)](_0x3b2cf3,_0x5a3f81);}catch(_0x109eae){return(0x0,utils_1[_0x44bec6(0x171)])(_0x4e3016,_0x3b2cf3,status_message_1['StatusMessage'][_0x44bec6(0x148)],utils_1[_0x44bec6(0x166)][_0x44bec6(0x1b2)]+_0x109eae);}const _0x50e33e=process[_0x44bec6(0x160)](_0x37f34b);this[_0x44bec6(0x12e)][_0x44bec6(0x129)]((0x0,utils_1[_0x44bec6(0x1ba)])('capture\x20time:\x20',_0x50e33e)),_0x4e3016(null);}['checkCondition'](_0x52c544,_0x4b070f){const _0x3d905d=a36_0x29106a;if(!_0x52c544[_0x3d905d(0x155)])return{'value':!![]};const _0x1070b8=state['evaluate'](_0x52c544[_0x3d905d(0x155)],_0x4b070f[_0x3d905d(0x142)](0x0));if(_0x1070b8[_0x3d905d(0x1ac)])return{'error':_0x1070b8[_0x3d905d(0x1ac)]};return{'value':!!_0x1070b8['mirror']['value']()};}[a36_0x29106a(0x14f)](_0x1371ef,_0x339747){const _0x5c9508=a36_0x29106a,_0x2a4703=[];if(_0x1371ef['expressions']&&this[_0x5c9508(0x16f)][_0x1371ef['id']][_0x5c9508(0x137)])for(let _0x3de84a=0x0;_0x3de84a<_0x1371ef[_0x5c9508(0x151)][_0x5c9508(0x146)];_0x3de84a++){try{_0x1371ef[_0x5c9508(0x151)][_0x3de84a]=this[_0x5c9508(0x16f)][_0x1371ef['id']][_0x5c9508(0x137)](_0x1371ef['expressions'][_0x3de84a]);}catch(_0x36985a){this['logger']['info'](_0x5c9508(0x185)+_0x1371ef[_0x5c9508(0x151)][_0x3de84a]+_0x5c9508(0x163)),_0x2a4703['push']({'name':_0x1371ef[_0x5c9508(0x151)][_0x3de84a],'status':new status_message_1[(_0x5c9508(0x19d))](status_message_1[_0x5c9508(0x19d)][_0x5c9508(0x175)],utils_1[_0x5c9508(0x166)][_0x5c9508(0x138)],!![])}),_0x1371ef[_0x5c9508(0x151)]['splice'](_0x3de84a,0x1),_0x3de84a--;}}if(_0x1371ef[_0x5c9508(0x17a)]===_0x5c9508(0x1bd)){if(!_0x1371ef[_0x5c9508(0x151)])_0x1371ef[_0x5c9508(0x194)]=[];else{const _0x31e28d=_0x339747['frame'](0x0),_0xfad2bd=_0x1371ef[_0x5c9508(0x151)]['map'](_0x35419=>{const _0x5d0f8a=_0x5c9508,_0x1f2982=state[_0x5d0f8a(0x1bc)](_0x35419,_0x31e28d);return _0x1f2982[_0x5d0f8a(0x1ac)]?_0x1f2982[_0x5d0f8a(0x1ac)]:_0x1f2982['mirror'][_0x5d0f8a(0x167)]();});_0x1371ef['evaluatedExpressions']=_0xfad2bd;}}else{const _0x2e33d7=state[_0x5c9508(0x165)](_0x339747,_0x1371ef[_0x5c9508(0x151)],this[_0x5c9508(0x188)],this['v8'],this[_0x5c9508(0x12f)]);_0x1371ef['location']&&(0x0,utils_1[_0x5c9508(0x1af)])(_0x1371ef[_0x5c9508(0x14e)][_0x5c9508(0x169)])&&_0x2e33d7[_0x5c9508(0x14e)]&&_0x2e33d7[_0x5c9508(0x14e)]['line']&&(_0x1371ef[_0x5c9508(0x14e)][_0x5c9508(0x17c)]=_0x2e33d7[_0x5c9508(0x14e)][_0x5c9508(0x17c)]),_0x1371ef[_0x5c9508(0x156)]=_0x2e33d7[_0x5c9508(0x156)],_0x1371ef[_0x5c9508(0x17d)]=_0x2e33d7[_0x5c9508(0x17d)],_0x1371ef[_0x5c9508(0x194)]=_0x2a4703[_0x5c9508(0x150)](_0x2e33d7[_0x5c9508(0x194)]);}}}function a36_0x34eb(_0x17c8ce,_0x102810){const _0x2f9f8e=a36_0x2afc();return a36_0x34eb=function(_0xab30fa,_0x3a7c1){_0xab30fa=_0xab30fa-0x128;let _0x2afc9a=_0x2f9f8e[_0xab30fa];return _0x2afc9a;},a36_0x34eb(_0x17c8ce,_0x102810);}exports[a36_0x29106a(0x190)]=V8DebugApi;
|
|
1
|
+
const a36_0x27ea8b=a36_0x5400;(function(_0x5cb639,_0x3289fe){const _0x107687=a36_0x5400,_0x31fdbc=_0x5cb639();while(!![]){try{const _0x1ca399=-parseInt(_0x107687(0xe1))/0x1*(parseInt(_0x107687(0xfb))/0x2)+parseInt(_0x107687(0xd5))/0x3+-parseInt(_0x107687(0xef))/0x4+-parseInt(_0x107687(0xd0))/0x5+-parseInt(_0x107687(0xa2))/0x6+-parseInt(_0x107687(0xa6))/0x7+-parseInt(_0x107687(0xc8))/0x8*(-parseInt(_0x107687(0x103))/0x9);if(_0x1ca399===_0x3289fe)break;else _0x31fdbc['push'](_0x31fdbc['shift']());}catch(_0x366604){_0x31fdbc['push'](_0x31fdbc['shift']());}}}(a36_0x49ed,0x1ff6f));const a36_0x398f70=(function(){let _0x40cc13=!![];return function(_0x343ae0,_0x43e7cc){const _0x5b824f=_0x40cc13?function(){if(_0x43e7cc){const _0x950aa1=_0x43e7cc['apply'](_0x343ae0,arguments);return _0x43e7cc=null,_0x950aa1;}}:function(){};return _0x40cc13=![],_0x5b824f;};}()),a36_0x5cd4aa=a36_0x398f70(this,function(){const _0x530d16=a36_0x5400;return a36_0x5cd4aa[_0x530d16(0xdd)]()[_0x530d16(0xf1)](_0x530d16(0xe3))[_0x530d16(0xdd)]()['constructor'](a36_0x5cd4aa)[_0x530d16(0xf1)]('(((.+)+)+)+$');});a36_0x5cd4aa();'use strict';Object[a36_0x27ea8b(0x95)](exports,'__esModule',{'value':!![]}),exports['V8DebugApi']=exports['V8BreakpointData']=void 0x0;const acorn=require('acorn'),path=require(a36_0x27ea8b(0xa1)),semver=require('semver'),vm=require('vm'),status_message_1=require(a36_0x27ea8b(0xa7)),state=require(a36_0x27ea8b(0xf9)),utils_1=require(a36_0x27ea8b(0xd4)),debugapi=require(a36_0x27ea8b(0xe2)),dummy_blocklist_manager_1=require(a36_0x27ea8b(0xc6));class V8BreakpointData{constructor(_0x35649d,_0x129d4a,_0x4029eb,_0x4a11b0){const _0x523d32=a36_0x27ea8b;this[_0x523d32(0x109)]=_0x35649d,this[_0x523d32(0xd3)]=_0x129d4a,this['parsedCondition']=_0x4029eb,this['compile']=_0x4a11b0;}}function a36_0x5400(_0x4ac57d,_0x5cc4e4){const _0x1174c2=a36_0x49ed();return a36_0x5400=function(_0x5cd4aa,_0x398f70){_0x5cd4aa=_0x5cd4aa-0x94;let _0x49ed35=_0x1174c2[_0x5cd4aa];return _0x49ed35;},a36_0x5400(_0x4ac57d,_0x5cc4e4);}function a36_0x49ed(){const _0x5a47ef=['BREAKPOINT_CONDITION','1177800HRYSvb','>=4.5','v8Version','v8Breakpoint','../util/utils','595719ehriSa','includes','listeners','\x20lines.\x20Please\x20ensure','isValid','setListener','findScripts','message','toString','mirror','stackFrames','warn','66589ZUannw','./debugapi','(((.+)+)+)+$','activating\x20v8\x20breakpoint\x20listener','breakpoints','V8_BREAKPOINT_ERROR','column','SOURCE_FILE_AMBIGUOUS','CAPTURE_BREAKPOINT_DATA','line','deactivating\x20v8\x20breakpoint\x20listener','clear','V8BreakpointData','findBreakPoint','135596ozXLdP','logger','search','remainingHits','undefined','sourcemapper','parse','value','description','compile','../state/legacy-state','script_break_point','2mOheuv','COULD_NOT_FIND_MAPPING_FILE','checkCondition','DummyBlocklistManager','javascriptFileExtensions','versions','hrtime','setErrorStatusAndCallback','42156dpfVVN','ERROR_EVALUATING_CONDITION','setScriptBreakPointByRegExp','V8_BREAKPOINT_DISABLED','Internal\x20V8\x20error\x20on\x20breakpoint\x20event:\x20','disable','apiBreakpoint','Unable\x20to\x20unambiguously\x20find\x20','SOURCE_FILE_NOT_FOUND','formatInterval','BREAKPOINT_SOURCE_LOCATION','listener','setInternal','expressions','VARIABLE_VALUE','numBreakpoints_','concat','disconnect','UNSPECIFIED','quotaManager','lines','logMessageFormat','defineProperty','INVALID_LINE_NUMBER','capture\x20time:\x20','enable','ERROR_COMPILING_CONDITION','StatusMessage','onBreakpointHit','condition','breakPointsHit','config','evaluatedExpressions','number','path','952830PHYnkB','Unable\x20to\x20compile\x20watch\x20expression\x20>>\x20','set','LOG','1796599KgnCMA','../../client/stackdriver/status-message','fileIndex','\x20that\x20the\x20snapshot\x20was\x20set\x20in\x20the\x20same\x20code\x20version\x20as\x20the','active','evaluate','\x09the\x20breakpoint\x20condition\x20wasn\x27t\x20met','error','enabled','BREAKPOINT_PATH_BLOCKED','usePermanentListener','numBreakpoints','length','clearBreakPoint','setByRegExp','blocklistManager','fileStats','capture','errors','exec','V8_BREAKPOINT_CLEAR_ERROR','DISALLOWED_EXPRESSION','activating\x20v8\x20breakpoint\x20listener\x20(permanent)','EXPRESSION_COMPILING_ERROR','DebugEvent','location','log','normalize','splice','map','INVALID_BREAKPOINT','info','../blocklisting/dummy-blocklist-manager','isJavaScriptFile','1168pDKKzK','keys','forEach','\x20<<','frame','handleDebugEvents','recovered'];a36_0x49ed=function(){return _0x5a47ef;};return a36_0x49ed();}exports[a36_0x27ea8b(0xed)]=V8BreakpointData;class V8DebugApi{constructor(_0x497a2f,_0x22a63a,_0x19af01,_0x34445a,_0x3f9c17){const _0x502db3=a36_0x27ea8b;this[_0x502db3(0xe5)]={},this['listeners']={},this['numBreakpoints']=0x0,this['sourcemapper']=_0x34445a,this['v8']=vm['runInDebugContext']('Debug'),this['config']=_0x22a63a,this['fileIndex']=_0x19af01,this[_0x502db3(0xd2)]=/(\d+\.\d+\.\d+)\.\d+/[_0x502db3(0xb9)](process[_0x502db3(0x100)]['v8']),this[_0x502db3(0xf0)]=_0x497a2f,this[_0x502db3(0xb0)]=semver['satisfies'](this[_0x502db3(0xd2)][0x1],_0x502db3(0xd1)),this[_0x502db3(0x116)]=_0x3f9c17,this[_0x502db3(0xb5)]=new dummy_blocklist_manager_1[(_0x502db3(0xfe))](!![]),this['handleDebugEvents']=(_0x14959e,_0x41d6bd,_0x482fe9)=>{const _0x359d4e=_0x502db3;try{switch(_0x14959e){case this['v8'][_0x359d4e(0xbe)]['Break']:_0x482fe9[_0x359d4e(0x9d)]()[_0x359d4e(0xca)](_0xbd1f0e=>{const _0x494c40=_0x359d4e,_0x524634=_0xbd1f0e[_0x494c40(0xfa)]()[_0x494c40(0xa0)]();this[_0x494c40(0xd7)][_0x524634]['enabled']&&(this[_0x494c40(0xf0)]['info']('>>>V8\x20breakpoint\x20hit<<<\x20number:\x20'+_0x524634),this['listeners'][_0x524634][_0x494c40(0x10e)](_0x41d6bd,_0x482fe9));});break;default:}}catch(_0x53e751){this[_0x359d4e(0xf0)][_0x359d4e(0xe0)](_0x359d4e(0x107)+_0x53e751);}},this['usePermanentListener']&&(this[_0x502db3(0xf0)][_0x502db3(0xc5)](_0x502db3(0xbc)),this['v8'][_0x502db3(0xda)](this['handleDebugEvents']));}[a36_0x27ea8b(0xa4)](_0x332b64,_0x44240f){const _0x1851f7=a36_0x27ea8b;if(!this['v8']||!_0x332b64||typeof _0x332b64['id']===_0x1851f7(0xf3)||!_0x332b64['location']||!_0x332b64[_0x1851f7(0xbf)][_0x1851f7(0xa1)]||!_0x332b64[_0x1851f7(0xbf)][_0x1851f7(0xea)])return(0x0,utils_1[_0x1851f7(0x102)])(_0x44240f,_0x332b64,status_message_1[_0x1851f7(0x9a)][_0x1851f7(0x115)],utils_1['errors'][_0x1851f7(0xc4)]);const _0xf89712=path[_0x1851f7(0xc1)](_0x332b64[_0x1851f7(0xbf)][_0x1851f7(0xa1)]);if(this[_0x1851f7(0xb5)]['shouldBlock'](_0xf89712))return(0x0,utils_1[_0x1851f7(0x102)])(_0x44240f,_0x332b64,status_message_1[_0x1851f7(0x9a)][_0x1851f7(0x10d)],utils_1['errors'][_0x1851f7(0xaf)]);if(!this[_0x1851f7(0xf4)]['hasMappingInfo'](_0xf89712)){const _0xeff887=path['extname'](_0xf89712);if(!this[_0x1851f7(0x9e)][_0x1851f7(0xff)][_0x1851f7(0xd6)](_0xeff887))return(0x0,utils_1[_0x1851f7(0x102)])(_0x44240f,_0x332b64,status_message_1['StatusMessage'][_0x1851f7(0x10d)],utils_1['errors'][_0x1851f7(0xfc)]);this[_0x1851f7(0x10f)](_0x332b64,null,null,_0x44240f);}else{const _0x20c67b=_0x332b64[_0x1851f7(0xbf)][_0x1851f7(0xea)],_0x328b5f=0x0,_0x2d9dfb=this['sourcemapper']['mappingInfo'](_0xf89712,_0x20c67b,_0x328b5f),_0x55e8e0=(0x0,utils_1['getBreakpointCompiler'])(_0x332b64);if(_0x332b64[_0x1851f7(0x9c)]&&_0x55e8e0)try{_0x332b64[_0x1851f7(0x9c)]=_0x55e8e0(_0x332b64[_0x1851f7(0x9c)]);}catch(_0x536874){return this[_0x1851f7(0xf0)]['info']('Unable\x20to\x20compile\x20condition\x20>>\x20'+_0x332b64['condition']+_0x1851f7(0xcb)),(0x0,utils_1[_0x1851f7(0x102)])(_0x44240f,_0x332b64,status_message_1[_0x1851f7(0x9a)][_0x1851f7(0xcf)],utils_1[_0x1851f7(0xb8)]['ERROR_COMPILING_CONDITION']);}this[_0x1851f7(0x10f)](_0x332b64,_0x2d9dfb,_0x55e8e0,_0x44240f);}}[a36_0x27ea8b(0xec)](_0x237d1b,_0x347889){const _0x2f295d=a36_0x27ea8b;if(typeof _0x237d1b['id']===_0x2f295d(0xf3))return(0x0,utils_1[_0x2f295d(0x102)])(_0x347889,_0x237d1b,status_message_1[_0x2f295d(0x9a)][_0x2f295d(0xcf)],utils_1[_0x2f295d(0xb8)][_0x2f295d(0xba)]);const _0x203561=this[_0x2f295d(0xe5)][_0x237d1b['id']];if(!_0x203561)return(0x0,utils_1[_0x2f295d(0x102)])(_0x347889,_0x237d1b,status_message_1[_0x2f295d(0x9a)][_0x2f295d(0xcf)],utils_1[_0x2f295d(0xb8)][_0x2f295d(0xba)]);const _0x3a977f=_0x203561[_0x2f295d(0xd3)];this['v8'][_0x2f295d(0xb3)](_0x3a977f[_0x2f295d(0xa0)]()),delete this[_0x2f295d(0xe5)][_0x237d1b['id']],delete this[_0x2f295d(0xd7)][_0x3a977f[_0x2f295d(0xa0)]()],this[_0x2f295d(0xb1)]--,this[_0x2f295d(0xb1)]===0x0&&!this[_0x2f295d(0xb0)]&&(this[_0x2f295d(0xf0)]['info'](_0x2f295d(0xeb)),this['v8'][_0x2f295d(0xda)](null)),setImmediate(()=>{_0x347889(null);});}['wait'](_0x582270,_0x5e5b56){const _0xcaf663=a36_0x27ea8b,_0x4e895e=this,_0x52918d=_0x4e895e['breakpoints'][_0x582270['id']][_0xcaf663(0xd3)][_0xcaf663(0xa0)](),_0xe5d2f3=this[_0xcaf663(0x9b)]['bind'](this,_0x582270,_0x2cf666=>{_0x4e895e['listeners'][_0x52918d]['enabled']=![],setImmediate(()=>{_0x5e5b56(_0x2cf666||undefined);});});_0x4e895e[_0xcaf663(0xd7)][_0x52918d]={'enabled':!![],'listener':_0xe5d2f3};}[a36_0x27ea8b(0xc0)](_0x2ca7f5,_0x3b192a,_0x516ed3,_0x2a731d){const _0x425f2f=a36_0x27ea8b,_0x51193d=this,_0x15be45=_0x51193d['breakpoints'][_0x2ca7f5['id']][_0x425f2f(0xd3)][_0x425f2f(0xa0)](),_0x3c3799=this[_0x425f2f(0x9b)]['bind'](this,_0x2ca7f5,_0x33c033=>{const _0x38d966=_0x425f2f;_0x33c033&&(this[_0x38d966(0xd7)][_0x2ca7f5['id']][_0x38d966(0xae)]=![],setImmediate(()=>{_0x2a731d(_0x33c033||undefined);})),_0x3b192a(_0x2ca7f5[_0x38d966(0x94)],_0x2ca7f5[_0x38d966(0x9f)]),_0x516ed3()?_0x51193d[_0x38d966(0xd7)][_0x15be45][_0x38d966(0xae)]=![]:this[_0x38d966(0x116)]['needsRecoveryTime'](_0x2ca7f5['id'])&&(_0x51193d[_0x38d966(0xd7)][_0x15be45]['enabled']=![],setTimeout(()=>{const _0x17e9b4=_0x38d966;!_0x516ed3()&&_0x51193d[_0x17e9b4(0xd7)][_0x15be45]&&(_0x51193d[_0x17e9b4(0xd7)][_0x15be45][_0x17e9b4(0xae)]=!![]),this[_0x17e9b4(0x116)][_0x17e9b4(0xce)](_0x2ca7f5['id']);},_0x51193d[_0x38d966(0x9e)]['quota']['quotaRecoverySeconds']*0x3e8));});_0x51193d[_0x425f2f(0xd7)][_0x15be45]={'enabled':!![],'listener':_0x3c3799};}[a36_0x27ea8b(0x114)](){return;}[a36_0x27ea8b(0x98)](){}[a36_0x27ea8b(0x108)](){}[a36_0x27ea8b(0x112)](){const _0x3fc623=a36_0x27ea8b;return Object[_0x3fc623(0xc9)](this[_0x3fc623(0xe5)])['length'];}['numListeners_'](){const _0x202a8d=a36_0x27ea8b;return Object[_0x202a8d(0xc9)](this[_0x202a8d(0xd7)])[_0x202a8d(0xb2)];}[a36_0x27ea8b(0xf2)](){return 0x0;}['setBlocklistManager'](_0x40b2a4){const _0x4b1c6=a36_0x27ea8b;this[_0x4b1c6(0xb5)]=_0x40b2a4;}[a36_0x27ea8b(0x10f)](_0x2def45,_0x5544f7,_0x3f6bdd,_0x5b9e41){const _0x4d48dd=a36_0x27ea8b;let _0x162b6d=null;if(_0x2def45['condition'])try{_0x162b6d=acorn[_0x4d48dd(0xf5)](_0x2def45[_0x4d48dd(0x9c)],{'sourceType':'script','ecmaVersion':0x6});const _0x10d3d6=require('../util/validator.js');if(!_0x10d3d6[_0x4d48dd(0xd9)](_0x162b6d,!![]))return(0x0,utils_1[_0x4d48dd(0x102)])(_0x5b9e41,_0x2def45,status_message_1[_0x4d48dd(0x9a)]['BREAKPOINT_CONDITION'],utils_1[_0x4d48dd(0xb8)][_0x4d48dd(0xbb)]);}catch(_0x1141d3){return(0x0,utils_1[_0x4d48dd(0x102)])(_0x5b9e41,_0x2def45,status_message_1[_0x4d48dd(0x9a)][_0x4d48dd(0xcf)],utils_1[_0x4d48dd(0xb8)]['SYNTAX_ERROR_IN_CONDITION']+_0x1141d3[_0x4d48dd(0xdc)]);}let _0x55b01f;const _0x243628=_0x5544f7?_0x5544f7['file']:path[_0x4d48dd(0xc1)](_0x2def45[_0x4d48dd(0xbf)][_0x4d48dd(0xa1)]),_0x147b46=(0x0,utils_1[_0x4d48dd(0xdb)])(_0x243628,this['config'],this[_0x4d48dd(0xa8)],this[_0x4d48dd(0xf0)]);if(_0x147b46[_0x4d48dd(0xb2)]===0x0)return(0x0,utils_1[_0x4d48dd(0x102)])(_0x5b9e41,_0x2def45,status_message_1[_0x4d48dd(0x9a)][_0x4d48dd(0x10d)],utils_1[_0x4d48dd(0xb8)][_0x4d48dd(0x10b)]);else{if(_0x147b46[_0x4d48dd(0xb2)]===0x1)_0x55b01f=_0x147b46[0x0];else return this[_0x4d48dd(0xf0)][_0x4d48dd(0xe0)](_0x4d48dd(0x10a)+_0x243628+'.\x20Potential\x20matches:\x20'+_0x147b46),(0x0,utils_1[_0x4d48dd(0x102)])(_0x5b9e41,_0x2def45,status_message_1['StatusMessage'][_0x4d48dd(0x10d)],utils_1['errors'][_0x4d48dd(0xe8)]);}let _0x166e5f=_0x5544f7&&_0x5544f7['column']?_0x5544f7[_0x4d48dd(0xe7)]:_0x2def45[_0x4d48dd(0xbf)]['column']||0x1;const _0x5cc082=_0x5544f7?_0x5544f7[_0x4d48dd(0xea)]:_0x2def45[_0x4d48dd(0xbf)][_0x4d48dd(0xea)];_0x5cc082===0x1&&(_0x166e5f+=debugapi['MODULE_WRAP_PREFIX_LENGTH']-0x1);if(_0x5cc082>=this[_0x4d48dd(0xa8)][_0x4d48dd(0xb6)][_0x55b01f][_0x4d48dd(0x117)])return(0x0,utils_1[_0x4d48dd(0x102)])(_0x5b9e41,_0x2def45,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],{...utils_1[_0x4d48dd(0xb8)][_0x4d48dd(0x96)],'description':utils_1[_0x4d48dd(0xb8)][_0x4d48dd(0x96)][_0x4d48dd(0xf7)]+_0x55b01f+':'+_0x5cc082+'.\x20Loaded\x20script\x20contained\x20'+this['fileIndex'][_0x4d48dd(0xb6)][_0x55b01f][_0x4d48dd(0x117)]+_0x4d48dd(0xd8)+_0x4d48dd(0xa9)+'\x20deployed\x20source.'});const _0xc7c40b=this['setByRegExp'](_0x55b01f,_0x5cc082,_0x166e5f);if(!_0xc7c40b)return(0x0,utils_1[_0x4d48dd(0x102)])(_0x5b9e41,_0x2def45,status_message_1[_0x4d48dd(0x9a)][_0x4d48dd(0x10d)],utils_1[_0x4d48dd(0xb8)][_0x4d48dd(0xe6)]);this['numBreakpoints']===0x0&&!this[_0x4d48dd(0xb0)]&&(this[_0x4d48dd(0xf0)][_0x4d48dd(0xc5)](_0x4d48dd(0xe4)),this['v8'][_0x4d48dd(0xda)](this[_0x4d48dd(0xcd)])),this[_0x4d48dd(0xe5)][_0x2def45['id']]=new V8BreakpointData(_0x2def45,_0xc7c40b,_0x162b6d,_0x3f6bdd),this[_0x4d48dd(0xb1)]++,setImmediate(()=>{_0x5b9e41(null);});}[a36_0x27ea8b(0xb4)](_0x5ef57a,_0x1ea542,_0xa598d5){const _0x4c2e37=a36_0x27ea8b,_0x1b001e=(0x0,utils_1['pathToRegExp'])(_0x5ef57a),_0x5eedbc=this['v8'][_0x4c2e37(0x105)](_0x1b001e,_0x1ea542-0x1,_0xa598d5-0x1),_0x361f21=this['v8'][_0x4c2e37(0xee)](_0x5eedbc);return _0x361f21;}[a36_0x27ea8b(0x9b)](_0x35c0ae,_0x49dcdc,_0x18d286){const _0x40c8e3=a36_0x27ea8b,_0x15024d=this['breakpoints'][_0x35c0ae['id']][_0x40c8e3(0xd3)];if(!_0x15024d[_0x40c8e3(0xaa)]())return(0x0,utils_1[_0x40c8e3(0x102)])(_0x49dcdc,_0x35c0ae,status_message_1['StatusMessage']['BREAKPOINT_SOURCE_LOCATION'],utils_1[_0x40c8e3(0xb8)][_0x40c8e3(0x106)]);const _0x2b6c41=this[_0x40c8e3(0xfd)](_0x35c0ae,_0x18d286);if(_0x2b6c41[_0x40c8e3(0xad)])return(0x0,utils_1[_0x40c8e3(0x102)])(_0x49dcdc,_0x35c0ae,status_message_1[_0x40c8e3(0x9a)][_0x40c8e3(0xcf)],{...utils_1[_0x40c8e3(0xb8)][_0x40c8e3(0x104)],'description':utils_1[_0x40c8e3(0xb8)][_0x40c8e3(0x99)]['description']+_0x2b6c41[_0x40c8e3(0xad)]});else{if(!_0x2b6c41[_0x40c8e3(0xf6)]){this[_0x40c8e3(0xf0)][_0x40c8e3(0xc5)](_0x40c8e3(0xac));return;}}const _0x166a7d=process['hrtime']();try{this['captureBreakpointData'](_0x35c0ae,_0x18d286);}catch(_0x4aa349){return(0x0,utils_1[_0x40c8e3(0x102)])(_0x49dcdc,_0x35c0ae,status_message_1[_0x40c8e3(0x9a)][_0x40c8e3(0x10d)],utils_1[_0x40c8e3(0xb8)][_0x40c8e3(0xe9)]+_0x4aa349);}const _0xf7b533=process[_0x40c8e3(0x101)](_0x166a7d);this[_0x40c8e3(0xf0)][_0x40c8e3(0xc5)]((0x0,utils_1[_0x40c8e3(0x10c)])(_0x40c8e3(0x97),_0xf7b533)),_0x49dcdc(null);}['checkCondition'](_0x2ad901,_0x3e4efc){const _0x8fee4d=a36_0x27ea8b;if(!_0x2ad901[_0x8fee4d(0x9c)])return{'value':!![]};const _0x1fba40=state[_0x8fee4d(0xab)](_0x2ad901['condition'],_0x3e4efc[_0x8fee4d(0xcc)](0x0));if(_0x1fba40[_0x8fee4d(0xad)])return{'error':_0x1fba40[_0x8fee4d(0xad)]};return{'value':!!_0x1fba40[_0x8fee4d(0xde)][_0x8fee4d(0xf6)]()};}['captureBreakpointData'](_0x46fed3,_0x20b0c0){const _0x1cb63d=a36_0x27ea8b,_0x29f398=[];if(_0x46fed3[_0x1cb63d(0x110)]&&this['breakpoints'][_0x46fed3['id']][_0x1cb63d(0xf8)])for(let _0x15cb75=0x0;_0x15cb75<_0x46fed3[_0x1cb63d(0x110)][_0x1cb63d(0xb2)];_0x15cb75++){try{_0x46fed3[_0x1cb63d(0x110)][_0x15cb75]=this[_0x1cb63d(0xe5)][_0x46fed3['id']][_0x1cb63d(0xf8)](_0x46fed3[_0x1cb63d(0x110)][_0x15cb75]);}catch(_0x3d4d15){this[_0x1cb63d(0xf0)][_0x1cb63d(0xc5)](_0x1cb63d(0xa3)+_0x46fed3[_0x1cb63d(0x110)][_0x15cb75]+'\x20<<'),_0x29f398['push']({'name':_0x46fed3[_0x1cb63d(0x110)][_0x15cb75],'status':new status_message_1[(_0x1cb63d(0x9a))](status_message_1['StatusMessage'][_0x1cb63d(0x111)],utils_1[_0x1cb63d(0xb8)][_0x1cb63d(0xbd)],!![])}),_0x46fed3[_0x1cb63d(0x110)][_0x1cb63d(0xc2)](_0x15cb75,0x1),_0x15cb75--;}}if(_0x46fed3['action']===_0x1cb63d(0xa5)){if(!_0x46fed3[_0x1cb63d(0x110)])_0x46fed3[_0x1cb63d(0x9f)]=[];else{const _0x3eece6=_0x20b0c0['frame'](0x0),_0x4d1a85=_0x46fed3[_0x1cb63d(0x110)][_0x1cb63d(0xc3)](_0xd2eb68=>{const _0x919c16=_0x1cb63d,_0x2bc472=state[_0x919c16(0xab)](_0xd2eb68,_0x3eece6);return _0x2bc472[_0x919c16(0xad)]?_0x2bc472[_0x919c16(0xad)]:_0x2bc472[_0x919c16(0xde)][_0x919c16(0xf6)]();});_0x46fed3[_0x1cb63d(0x9f)]=_0x4d1a85;}}else{const _0x4d53aa=state[_0x1cb63d(0xb7)](_0x20b0c0,_0x46fed3[_0x1cb63d(0x110)],this[_0x1cb63d(0x9e)],this['v8'],this[_0x1cb63d(0xb5)]);_0x46fed3['location']&&(0x0,utils_1[_0x1cb63d(0xc7)])(_0x46fed3['location'][_0x1cb63d(0xa1)])&&_0x4d53aa[_0x1cb63d(0xbf)]&&_0x4d53aa['location']['line']&&(_0x46fed3['location'][_0x1cb63d(0xea)]=_0x4d53aa[_0x1cb63d(0xbf)][_0x1cb63d(0xea)]),_0x46fed3['stackFrames']=_0x4d53aa[_0x1cb63d(0xdf)],_0x46fed3['variableTable']=_0x4d53aa['variableTable'],_0x46fed3[_0x1cb63d(0x9f)]=_0x29f398[_0x1cb63d(0x113)](_0x4d53aa['evaluatedExpressions']);}}}exports['V8DebugApi']=V8DebugApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a37_0x138cb3=a37_0x3954;(function(_0x530661,_0xaf2019){const _0x5011b3=a37_0x3954,_0x52ef6d=_0x530661();while(!![]){try{const _0x25a91d=-parseInt(_0x5011b3(0x14e))/0x1+-parseInt(_0x5011b3(0x15d))/0x2*(-parseInt(_0x5011b3(0x156))/0x3)+-parseInt(_0x5011b3(0x14b))/0x4*(parseInt(_0x5011b3(0x175))/0x5)+parseInt(_0x5011b3(0x165))/0x6*(-parseInt(_0x5011b3(0x15a))/0x7)+parseInt(_0x5011b3(0x172))/0x8+parseInt(_0x5011b3(0x166))/0x9*(parseInt(_0x5011b3(0x14f))/0xa)+parseInt(_0x5011b3(0x14c))/0xb*(parseInt(_0x5011b3(0x17b))/0xc);if(_0x25a91d===_0xaf2019)break;else _0x52ef6d['push'](_0x52ef6d['shift']());}catch(_0x5a3903){_0x52ef6d['push'](_0x52ef6d['shift']());}}}(a37_0x3abe,0x56268));const a37_0x66dd9a=(function(){let _0xdf22ee=!![];return function(_0x3207cb,_0x196a1e){const _0x327eec=_0xdf22ee?function(){const _0x21a537=a37_0x3954;if(_0x196a1e){const _0x25fde5=_0x196a1e[_0x21a537(0x16e)](_0x3207cb,arguments);return _0x196a1e=null,_0x25fde5;}}:function(){};return _0xdf22ee=![],_0x327eec;};}()),a37_0x475fc9=a37_0x66dd9a(this,function(){const _0x37e577=a37_0x3954;return a37_0x475fc9[_0x37e577(0x17d)]()['search'](_0x37e577(0x157))[_0x37e577(0x17d)]()[_0x37e577(0x17a)](a37_0x475fc9)['search']('(((.+)+)+)+$');});a37_0x475fc9();'use strict';function a37_0x3abe(){const _0x1401c5=['session','Debugger.disable','connect','params','breakpointId','Debugger.removeBreakpoint','256125ptXHdF','(((.+)+)+)+$','Error\x20upon\x20re-setting\x20breakpoint:\x20','removeBreakpoint','2120678hSLitV','detach','enable','4aNzEyW','useWellFormattedUrl','logger','V8Inspector','resetV8DebuggerThreshold','resetV8DebuggerIfThresholdMet','getProperties','defineProperty','12jmRgmC','18FJIqmF','post','prevStoreSetBreakpointParams','onScriptParsed','storeSetBreakpointParams','error','attach','Debugger.evaluateOnCallFrame','apply','Session','Debugger.scriptParsed','Debugger.setBreakpointsActive','4443928Facpww','disconnect','numPausedBeforeReset','1910yEJNpl','response','disable','__esModule','Debugger.enable','constructor','36qrgIrb','evaluateOnCallFrame','toString','setBreakpointByUrl','5776zwwlKK','4770106HuHxjN','length','666029SXhJfL','746190oWoUMR'];a37_0x3abe=function(){return _0x1401c5;};return a37_0x3abe();}Object[a37_0x138cb3(0x164)](exports,a37_0x138cb3(0x178),{'value':!![]}),exports['V8Inspector']=void 0x0;function a37_0x3954(_0x19c109,_0x42e7b8){const _0x5ec33e=a37_0x3abe();return a37_0x3954=function(_0x475fc9,_0x66dd9a){_0x475fc9=_0x475fc9-0x14a;let _0x3abe95=_0x5ec33e[_0x475fc9];return _0x3abe95;},a37_0x3954(_0x19c109,_0x42e7b8);}const inspector=require('inspector');class V8Inspector{constructor(_0x31a904,_0xf5cdb2,_0x27fd5a,_0x225c3d,_0x106b28){const _0x3a4445=a37_0x138cb3;this[_0x3a4445(0x15f)]=_0x31a904,this['useWellFormattedUrl']=_0xf5cdb2,this[_0x3a4445(0x161)]=_0x27fd5a,this[_0x3a4445(0x169)]=_0x225c3d,this['onPaused']=_0x106b28,this[_0x3a4445(0x150)]=null,this[_0x3a4445(0x16a)]={},this[_0x3a4445(0x168)]=null,this['numPausedBeforeReset']=0x0;}['shouldUseWellFormattedUrl'](){const _0x3a0d17=a37_0x138cb3;return this[_0x3a0d17(0x15e)];}['setBreakpointByUrl'](_0x38a64a,_0x55b53f=this['prevStoreSetBreakpointParams']!==null){const _0x3132e9=a37_0x138cb3;_0x55b53f?this['enable'](![]):this['attach']();const _0x270b92={};return this[_0x3132e9(0x150)][_0x3132e9(0x167)]('Debugger.setBreakpointByUrl',_0x38a64a,(_0x22d98d,_0x2613dd)=>{const _0x1be16c=_0x3132e9;_0x22d98d?_0x270b92[_0x1be16c(0x16b)]=_0x22d98d:this['storeSetBreakpointParams'][_0x2613dd[_0x1be16c(0x154)]]=_0x38a64a,_0x270b92['response']=_0x2613dd;}),_0x55b53f&&(_0x270b92[_0x3132e9(0x176)]&&(this[_0x3132e9(0x168)][_0x270b92[_0x3132e9(0x176)]['breakpointId']]=this[_0x3132e9(0x16a)][_0x270b92['response'][_0x3132e9(0x154)]]),this[_0x3132e9(0x177)](![])),_0x270b92;}[a37_0x138cb3(0x159)](_0x114026){const _0x35a58d=a37_0x138cb3;this[_0x35a58d(0x16c)]();const _0x498652={};return this[_0x35a58d(0x150)]['post'](_0x35a58d(0x155),{'breakpointId':_0x114026},_0x165baa=>{const _0xb9e25f=_0x35a58d;if(_0x165baa)_0x498652[_0xb9e25f(0x16b)]=_0x165baa;delete this['storeSetBreakpointParams'][_0x114026],Object['keys'](this[_0xb9e25f(0x16a)])[_0xb9e25f(0x14d)]===0x0&&this['detach']();}),this[_0x35a58d(0x168)]!==null&&delete this['prevStoreSetBreakpointParams'][_0x114026],_0x498652;}[a37_0x138cb3(0x17c)](_0xf5567){const _0x1e7979=a37_0x138cb3;this[_0x1e7979(0x16c)]();const _0x47171f={};return this[_0x1e7979(0x150)][_0x1e7979(0x167)](_0x1e7979(0x16d),_0xf5567,(_0x9c0999,_0x3fd723)=>{const _0x4aa0ce=_0x1e7979;if(_0x9c0999)_0x47171f[_0x4aa0ce(0x16b)]=_0x9c0999;_0x47171f[_0x4aa0ce(0x176)]=_0x3fd723;}),_0x47171f;}[a37_0x138cb3(0x163)](_0x1b59b1){const _0x5d3888=a37_0x138cb3,_0x15234c={};return this[_0x5d3888(0x16c)](),this[_0x5d3888(0x150)]['post']('Runtime.getProperties',_0x1b59b1,(_0x4db5fc,_0x254d15)=>{const _0x29213a=_0x5d3888;if(_0x4db5fc)_0x15234c[_0x29213a(0x16b)]=_0x4db5fc;_0x15234c[_0x29213a(0x176)]=_0x254d15;}),_0x15234c;}[a37_0x138cb3(0x16c)](){const _0x31ea8c=a37_0x138cb3;if(this[_0x31ea8c(0x150)])return;const _0x4c78d7=new inspector[(_0x31ea8c(0x16f))]();_0x4c78d7[_0x31ea8c(0x152)](),_0x4c78d7['on'](_0x31ea8c(0x170),_0x12acc2=>{const _0x1c043e=_0x31ea8c;this[_0x1c043e(0x169)](_0x12acc2['params']);}),_0x4c78d7['post'](_0x31ea8c(0x179)),_0x4c78d7[_0x31ea8c(0x167)](_0x31ea8c(0x171),{'active':!![]}),_0x4c78d7['on']('Debugger.paused',_0x471f14=>{const _0x484111=_0x31ea8c;this['onPaused'](_0x471f14[_0x484111(0x153)]),this[_0x484111(0x162)]();}),this['session']=_0x4c78d7;}[a37_0x138cb3(0x15c)](_0x522f7d=!![]){const _0x4b183b=a37_0x138cb3;var _0x16b6cb;this[_0x4b183b(0x16c)](),(_0x16b6cb=this['session'])===null||_0x16b6cb===void 0x0?void 0x0:_0x16b6cb[_0x4b183b(0x167)]('Debugger.enable');if(_0x522f7d){for(const _0x2da62f of Object['values'](this[_0x4b183b(0x168)])){const _0x4885ed=this[_0x4b183b(0x14a)](_0x2da62f,![]);(_0x4885ed[_0x4b183b(0x16b)]||!_0x4885ed['response'])&&this['logger'][_0x4b183b(0x16b)](_0x4b183b(0x158)+_0x4885ed);}this['prevStoreSetBreakpointParams']=null;}}[a37_0x138cb3(0x177)](_0x40cac8=!![]){const _0x5b8b49=a37_0x138cb3;if(!this[_0x5b8b49(0x150)])return;_0x40cac8&&(this[_0x5b8b49(0x168)]=this[_0x5b8b49(0x16a)]),this[_0x5b8b49(0x150)][_0x5b8b49(0x167)](_0x5b8b49(0x151)),this[_0x5b8b49(0x15b)]();}[a37_0x138cb3(0x15b)](){const _0x41782d=a37_0x138cb3;if(!this[_0x41782d(0x150)])return;this[_0x41782d(0x150)][_0x41782d(0x173)](),this['session']=null,this[_0x41782d(0x16a)]={},this[_0x41782d(0x174)]=0x0;}['resetV8DebuggerIfThresholdMet'](){const _0x11eab6=a37_0x138cb3;if(!this['session'])return;this[_0x11eab6(0x174)]+=0x1;if(this[_0x11eab6(0x174)]<this[_0x11eab6(0x161)])return;this[_0x11eab6(0x174)]=0x0,this[_0x11eab6(0x177)](),this[_0x11eab6(0x15c)]();}}exports[a37_0x138cb3(0x160)]=V8Inspector;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a38_0x9f3155=a38_0x4b88;(function(_0x9082e4,_0x3b9b58){const _0x26cde4=a38_0x4b88,_0xc7143f=_0x9082e4();while(!![]){try{const _0x58a3e6=-parseInt(_0x26cde4(0xa0))/0x1+parseInt(_0x26cde4(0xa8))/0x2+parseInt(_0x26cde4(0xaf))/0x3+parseInt(_0x26cde4(0xa3))/0x4*(parseInt(_0x26cde4(0x9d))/0x5)+parseInt(_0x26cde4(0xb1))/0x6+parseInt(_0x26cde4(0xae))/0x7+-parseInt(_0x26cde4(0x9f))/0x8;if(_0x58a3e6===_0x3b9b58)break;else _0xc7143f['push'](_0xc7143f['shift']());}catch(_0x3c8e70){_0xc7143f['push'](_0xc7143f['shift']());}}}(a38_0x328b,0xf1ce3));const a38_0xf9cba8=(function(){let _0xea0d18=!![];return function(_0x29b254,_0x2772c7){const _0x103032=_0xea0d18?function(){const _0x32609d=a38_0x4b88;if(_0x2772c7){const _0x3a4ee1=_0x2772c7[_0x32609d(0xa4)](_0x29b254,arguments);return _0x2772c7=null,_0x3a4ee1;}}:function(){};return _0xea0d18=![],_0x103032;};}()),a38_0x3eb4f3=a38_0xf9cba8(this,function(){const _0x4dbf72=a38_0x4b88;return a38_0x3eb4f3['toString']()[_0x4dbf72(0xb0)]('(((.+)+)+)+$')[_0x4dbf72(0x9e)]()[_0x4dbf72(0xa7)](a38_0x3eb4f3)[_0x4dbf72(0xb0)](_0x4dbf72(0xa9));});a38_0x3eb4f3();'use strict';Object[a38_0x9f3155(0xa6)](exports,a38_0x9f3155(0xaa),{'value':!![]}),exports[a38_0x9f3155(0xac)]=void 0x0;const common_1=require(a38_0x9f3155(0xa1));class Debug extends common_1['Service']{constructor(_0x420b89={},_0x3eb1ae){const _0x420c2e=a38_0x9f3155;if(new.target!==Debug)return new Debug(_0x420b89,_0x3eb1ae);const _0xe390f2={'projectIdRequired':![],'apiEndpoint':_0x420b89[_0x420c2e(0xa5)],'baseUrl':'https://'+_0x420b89[_0x420c2e(0xa5)],'scopes':[_0x420c2e(0xab)],'packageJson':_0x3eb1ae};super(_0xe390f2,_0x420b89),this['options']=_0x420b89,this['packageInfo']={'name':_0x3eb1ae[_0x420c2e(0xa2)],'version':_0x3eb1ae[_0x420c2e(0xad)]};}}function a38_0x4b88(_0x39f5d6,_0x32b935){const _0x6a6f2f=a38_0x328b();return a38_0x4b88=function(_0x3eb4f3,_0xf9cba8){_0x3eb4f3=_0x3eb4f3-0x9d;let _0x328b16=_0x6a6f2f[_0x3eb4f3];return _0x328b16;},a38_0x4b88(_0x39f5d6,_0x32b935);}function a38_0x328b(){const _0x4169a0=['14360yvKmDk','toString','35007128vByIpG','977357GKlatc','@google-cloud/common','name','2224EHjFkS','apply','apiEndpoint','defineProperty','constructor','1672528sxtEZC','(((.+)+)+)+$','__esModule','https://www.googleapis.com/auth/cloud_debugger','Debug','version','12577943abXrBX','1460352BEBnqF','search','9761724UpmiPK'];a38_0x328b=function(){return _0x4169a0;};return a38_0x328b();}exports['Debug']=Debug;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a39_0x47ab36=a39_0x594c;function a39_0x4756(){const _0x56a377=['refersTo','constructor','1672020RjviwS','BREAKPOINT_AGE','12nESXNJ','192eLpgYD','BREAKPOINT_CONDITION','errorId','5102100hConUJ','apply','__esModule','search','2JhrCHy','458139osPyXX','isError','UNSPECIFIED','160nTBZlg','isAccepted','207109qbZVYI','VARIABLE_VALUE','description','toString','2716650xeLyhU','737066NLkgpw','VARIABLE_NAME','BREAKPOINT_EXPRESSION','BREAKPOINT_SOURCE_LOCATION','StatusMessage','411057MMEPHt','(((.+)+)+)+$'];a39_0x4756=function(){return _0x56a377;};return a39_0x4756();}(function(_0x21e2b8,_0x4404c4){const _0x191907=a39_0x594c,_0x30cd85=_0x21e2b8();while(!![]){try{const _0x2a1eec=-parseInt(_0x191907(0xf8))/0x1*(-parseInt(_0x191907(0xed))/0x2)+parseInt(_0x191907(0xfd))/0x3*(-parseInt(_0x191907(0x103))/0x4)+parseInt(_0x191907(0x101))/0x5+parseInt(_0x191907(0xe9))/0x6+-parseInt(_0x191907(0xf3))/0x7*(parseInt(_0x191907(0x104))/0x8)+parseInt(_0x191907(0xf7))/0x9+-parseInt(_0x191907(0xf1))/0xa*(parseInt(_0x191907(0xee))/0xb);if(_0x2a1eec===_0x4404c4)break;else _0x30cd85['push'](_0x30cd85['shift']());}catch(_0x1f9ba8){_0x30cd85['push'](_0x30cd85['shift']());}}}(a39_0x4756,0x6a7ad));const a39_0x6064b8=(function(){let _0x93ab6e=!![];return function(_0x4e0e48,_0x457df9){const _0x188edc=_0x93ab6e?function(){const _0x298a1f=a39_0x594c;if(_0x457df9){const _0x216f80=_0x457df9[_0x298a1f(0xea)](_0x4e0e48,arguments);return _0x457df9=null,_0x216f80;}}:function(){};return _0x93ab6e=![],_0x188edc;};}()),a39_0x3de106=a39_0x6064b8(this,function(){const _0x18f3e8=a39_0x594c;return a39_0x3de106[_0x18f3e8(0xf6)]()[_0x18f3e8(0xec)](_0x18f3e8(0xfe))['toString']()[_0x18f3e8(0x100)](a39_0x3de106)[_0x18f3e8(0xec)](_0x18f3e8(0xfe));});function a39_0x594c(_0xa22574,_0x1dc3f6){const _0x5d3c9f=a39_0x4756();return a39_0x594c=function(_0x3de106,_0x6064b8){_0x3de106=_0x3de106-0xe7;let _0x47563e=_0x5d3c9f[_0x3de106];return _0x47563e;},a39_0x594c(_0xa22574,_0x1dc3f6);}a39_0x3de106();'use strict';Object['defineProperty'](exports,a39_0x47ab36(0xeb),{'value':!![]}),exports[a39_0x47ab36(0xfc)]=void 0x0;class StatusMessage{constructor(_0x4aabb9,_0x5002b4,_0x162667,_0x3ea548=![]){const _0xeb6334=a39_0x47ab36,{description:_0x3f6614,id:_0x21ef82}=_0x5002b4||{};this[_0xeb6334(0xff)]=_0x4aabb9,this['description']={'format':_0x3f6614||''},_0x21ef82&&(this[_0xeb6334(0xf5)][_0xeb6334(0xe8)]=_0x21ef82),this[_0xeb6334(0xef)]=_0x162667,this[_0xeb6334(0xf2)]=_0x3ea548;}}StatusMessage[a39_0x47ab36(0xf0)]=a39_0x47ab36(0xf0),StatusMessage[a39_0x47ab36(0xfb)]=a39_0x47ab36(0xfb),StatusMessage[a39_0x47ab36(0xe7)]=a39_0x47ab36(0xe7),StatusMessage[a39_0x47ab36(0xfa)]=a39_0x47ab36(0xfa),StatusMessage[a39_0x47ab36(0xf9)]=a39_0x47ab36(0xf9),StatusMessage['VARIABLE_VALUE']=a39_0x47ab36(0xf4),StatusMessage[a39_0x47ab36(0x102)]='BREAKPOINT_AGE',exports['StatusMessage']=StatusMessage;
|
package/build/src/debuggee.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a40_0x243275=a40_0x4a13;(function(_0x5625ae,_0x19ec4e){var _0xf7e348=a40_0x4a13,_0x3b4157=_0x5625ae();while(!![]){try{var _0x1521f9=-parseInt(_0xf7e348(0x131))/0x1+parseInt(_0xf7e348(0x134))/0x2+parseInt(_0xf7e348(0x130))/0x3+-parseInt(_0xf7e348(0x11c))/0x4+parseInt(_0xf7e348(0x121))/0x5*(-parseInt(_0xf7e348(0x122))/0x6)+-parseInt(_0xf7e348(0x132))/0x7+parseInt(_0xf7e348(0x13a))/0x8*(parseInt(_0xf7e348(0x126))/0x9);if(_0x1521f9===_0x19ec4e)break;else _0x3b4157['push'](_0x3b4157['shift']());}catch(_0x243578){_0x3b4157['push'](_0x3b4157['shift']());}}}(a40_0xe1eb,0x9f2d6));var a40_0x16f18c=(function(){var _0x40e8e7=!![];return function(_0x2a6409,_0x2655c1){var _0x58b6c2=_0x40e8e7?function(){var _0x202956=a40_0x4a13;if(_0x2655c1){var _0x430bec=_0x2655c1[_0x202956(0x11e)](_0x2a6409,arguments);return _0x2655c1=null,_0x430bec;}}:function(){};return _0x40e8e7=![],_0x58b6c2;};}()),a40_0x2cfb56=a40_0x16f18c(this,function(){var _0x4f7117=a40_0x4a13;return a40_0x2cfb56['toString']()['search'](_0x4f7117(0x11d))[_0x4f7117(0x128)]()[_0x4f7117(0x11b)](a40_0x2cfb56)[_0x4f7117(0x125)](_0x4f7117(0x11d));});a40_0x2cfb56();'use strict';function a40_0xe1eb(){var _0x4b8f37=['2042877mhzvXb','779488GBEhLU','9110017WzTdhb','runtimeEnvironmentVersion','1334126TLDXQN','uniquifier','procArch','__esModule','cpuCoreCount','string','72JRkrwL','agentVersion','systemTotalMemoryBytes','pid','constructor','4293324zabVIq','(((.+)+)+)+$','apply','linuxDistroName','isInDocker','15OShOKG','1498656GPtXtW','agentOS','runtimeEnvironmentInfo','search','3207546VrFlJd','runtimeEnvironment','toString','sourceContexts','osVersion','Debuggee','statusMessage','labels','isInK8s','host'];a40_0xe1eb=function(){return _0x4b8f37;};return a40_0xe1eb();}Object['defineProperty'](exports,a40_0x243275(0x137),{'value':!![]}),exports[a40_0x243275(0x12b)]=void 0x0;class Debuggee{constructor(_0x3e08a7){var _0x348e45=a40_0x243275;this[_0x348e45(0x127)]='Node.js';if(!(this instanceof Debuggee))return new Debuggee(_0x3e08a7);_0x3e08a7=_0x3e08a7||{};if(typeof _0x3e08a7['uniquifier']!==_0x348e45(0x139))throw new Error('properties.uniquifier\x20must\x20be\x20a\x20string');this[_0x348e45(0x135)]=_0x3e08a7['uniquifier'],this[_0x348e45(0x118)]=_0x3e08a7[_0x348e45(0x118)],_0x3e08a7[_0x348e45(0x12d)]&&(this['labels']=_0x3e08a7[_0x348e45(0x12d)]),_0x3e08a7[_0x348e45(0x129)]&&(this[_0x348e45(0x129)]=_0x3e08a7['sourceContexts']),_0x3e08a7[_0x348e45(0x12c)]&&(this[_0x348e45(0x12c)]=_0x3e08a7[_0x348e45(0x12c)]),this['host']=_0x3e08a7[_0x348e45(0x12f)],this[_0x348e45(0x11a)]=_0x3e08a7[_0x348e45(0x11a)],this[_0x348e45(0x138)]=_0x3e08a7[_0x348e45(0x138)],this[_0x348e45(0x119)]=_0x3e08a7['systemTotalMemoryBytes'],this[_0x348e45(0x123)]=_0x3e08a7['agentOS'],this[_0x348e45(0x12a)]=_0x3e08a7[_0x348e45(0x12a)],this[_0x348e45(0x133)]=_0x3e08a7['runtimeEnvironmentVersion'],this['runtimeEnvironmentInfo']=_0x3e08a7[_0x348e45(0x124)],this[_0x348e45(0x11f)]=_0x3e08a7[_0x348e45(0x11f)],this[_0x348e45(0x120)]=_0x3e08a7[_0x348e45(0x120)],this[_0x348e45(0x12e)]=_0x3e08a7['isInK8s'],this['procArch']=_0x3e08a7[_0x348e45(0x136)];}}function a40_0x4a13(_0x57c1ca,_0x417a2a){var _0x186f50=a40_0xe1eb();return a40_0x4a13=function(_0x2cfb56,_0x16f18c){_0x2cfb56=_0x2cfb56-0x118;var _0xe1ebee=_0x186f50[_0x2cfb56];return _0xe1ebee;},a40_0x4a13(_0x57c1ca,_0x417a2a);}exports['Debuggee']=Debuggee;
|
package/build/src/gcp.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a41_0x393f3a=a41_0x468f;(function(_0x32f277,_0x62285d){const _0x1698f2=a41_0x468f,_0x164148=_0x32f277();while(!![]){try{const _0x30f581=parseInt(_0x1698f2(0x16e))/0x1+parseInt(_0x1698f2(0x178))/0x2+-parseInt(_0x1698f2(0x169))/0x3+-parseInt(_0x1698f2(0x16f))/0x4+parseInt(_0x1698f2(0x179))/0x5*(-parseInt(_0x1698f2(0x167))/0x6)+-parseInt(_0x1698f2(0x168))/0x7+-parseInt(_0x1698f2(0x174))/0x8*(-parseInt(_0x1698f2(0x171))/0x9);if(_0x30f581===_0x62285d)break;else _0x164148['push'](_0x164148['shift']());}catch(_0xe9db59){_0x164148['push'](_0x164148['shift']());}}}(a41_0x2e00,0x56255));const a41_0x1c002e=(function(){let _0x125a1e=!![];return function(_0x4f8c6d,_0x190d0c){const _0x282e62=_0x125a1e?function(){const _0x4d9cca=a41_0x468f;if(_0x190d0c){const _0x32c1f3=_0x190d0c[_0x4d9cca(0x17f)](_0x4f8c6d,arguments);return _0x190d0c=null,_0x32c1f3;}}:function(){};return _0x125a1e=![],_0x282e62;};}()),a41_0x15d27a=a41_0x1c002e(this,function(){const _0x4fe8bc=a41_0x468f;return a41_0x15d27a[_0x4fe8bc(0x16c)]()[_0x4fe8bc(0x17e)](_0x4fe8bc(0x17b))[_0x4fe8bc(0x16c)]()['constructor'](a41_0x15d27a)[_0x4fe8bc(0x17e)]('(((.+)+)+)+$');});function a41_0x2e00(){const _0x19ab9f=['4677386hzeqYs','402159nkdjHY','callbackParams','callback','toString','isCallbackWrapperInvoked','24124GxlCaO','540540yxUbCi','callbackWrapper','9LAPBxr','app.lightrun.com','asyncStart','14026328MUGovR','stop','./index','run','279094cpXIdZ','5QGeLxI','defineProperty','(((.+)+)+)+$','bind','functionParams','search','apply','wrap','length','callbackIndex','3760338BVYJgS'];a41_0x2e00=function(){return _0x19ab9f;};return a41_0x2e00();}a41_0x15d27a();'use strict';Object[a41_0x393f3a(0x17a)](exports,'__esModule',{'value':!![]}),exports[a41_0x393f3a(0x180)]=void 0x0;const lightrun=require(a41_0x393f3a(0x176)),DEFAULT_API_ENDPOINT=a41_0x393f3a(0x172),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function wrap(_0x583054,_0x266e5d,_0x596af7){return async(..._0x127809)=>{const _0x5a9cf9=a41_0x468f,_0x5e2047=new LightrunGcpWrapper(_0x596af7,..._0x127809);return _0x5e2047[_0x5a9cf9(0x177)](_0x583054,_0x266e5d);};}function a41_0x468f(_0x3ae373,_0x1e95c8){const _0x248252=a41_0x2e00();return a41_0x468f=function(_0x15d27a,_0x1c002e){_0x15d27a=_0x15d27a-0x166;let _0x2e007b=_0x248252[_0x15d27a];return _0x2e007b;},a41_0x468f(_0x3ae373,_0x1e95c8);}exports[a41_0x393f3a(0x180)]=wrap;class LightrunGcpWrapper{constructor(_0x597035,..._0x2bbc4d){const _0x3c9422=a41_0x393f3a;var _0x3e2025;this['callbackIndex']=_0x597035,this[_0x3c9422(0x16d)]=![],this[_0x3c9422(0x16a)]=[],this[_0x3c9422(0x16b)]=null,this[_0x3c9422(0x17d)]=_0x2bbc4d,this['callbackIndex']&&this[_0x3c9422(0x166)]<((_0x3e2025=this['functionParams'])===null||_0x3e2025===void 0x0?void 0x0:_0x3e2025[_0x3c9422(0x181)])&&(this['callback']=this[_0x3c9422(0x17d)][this[_0x3c9422(0x166)]],this[_0x3c9422(0x17d)][this[_0x3c9422(0x166)]]=this[_0x3c9422(0x170)][_0x3c9422(0x17c)](this));}async[a41_0x393f3a(0x177)](_0x1a83c8,_0x4e29ca={}){const _0x46598d=a41_0x393f3a;this[_0x46598d(0x16d)]=![],await lightrun[_0x46598d(0x173)]({'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,'apiEndpoint':DEFAULT_API_ENDPOINT,..._0x4e29ca,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});try{await _0x1a83c8(...this[_0x46598d(0x17d)]);}finally{await lightrun[_0x46598d(0x175)](),this[_0x46598d(0x16d)]&&this[_0x46598d(0x16b)]&&this[_0x46598d(0x16b)](...this[_0x46598d(0x16a)]);}}[a41_0x393f3a(0x170)](..._0x32d723){const _0x5923ee=a41_0x393f3a;this[_0x5923ee(0x16a)]=_0x32d723,this[_0x5923ee(0x16d)]=!![];}}
|
package/build/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a42_0x43753a=a42_0x3980;(function(_0x14cd83,_0x551313){const _0x3164fe=a42_0x3980,_0x1232f3=_0x14cd83();while(!![]){try{const _0x4cf379=-parseInt(_0x3164fe(0x190))/0x1*(-parseInt(_0x3164fe(0x17b))/0x2)+parseInt(_0x3164fe(0x175))/0x3+parseInt(_0x3164fe(0x199))/0x4+parseInt(_0x3164fe(0x178))/0x5+parseInt(_0x3164fe(0x18f))/0x6+-parseInt(_0x3164fe(0x176))/0x7+-parseInt(_0x3164fe(0x18e))/0x8;if(_0x4cf379===_0x551313)break;else _0x1232f3['push'](_0x1232f3['shift']());}catch(_0x2cc2ce){_0x1232f3['push'](_0x1232f3['shift']());}}}(a42_0x369d,0x6fc0c));function a42_0x369d(){const _0x57aa65=['defineProperty','3525725EcoEve','toString','breakpoint_set','278YQfXGH','now','Debug','removeListener','search','start','log','toLowerCase','Env\x20variable\x20DISABLE_LIGHTRUN_AGENT\x20is\x20set\x20to\x20\x22','true','once','lightrunInitWaitTimeMs','config','listenerCount','debug','assign','constructor','(((.+)+)+)+$','stop','11721704YzNtCg','2614098laasxk','426cNtPBB','isReadyManager','../../package.json','Debuglet','asyncStart','./agent/debuglet','testMode_','forceNewAgent_','__esModule','1612176zJMNdj','includes','get','\x22.\x20Lightrun\x20agent\x20is\x20disabled.','Debug\x20Agent\x20has\x20already\x20been\x20started','apply','1164957WftJGJ','479164uOZAPt'];a42_0x369d=function(){return _0x57aa65;};return a42_0x369d();}const a42_0x3715ec=(function(){let _0x2826f9=!![];return function(_0x34e02a,_0x44da50){const _0x1cde1e=_0x2826f9?function(){const _0x3cb754=a42_0x3980;if(_0x44da50){const _0x41950d=_0x44da50[_0x3cb754(0x19e)](_0x34e02a,arguments);return _0x44da50=null,_0x41950d;}}:function(){};return _0x2826f9=![],_0x1cde1e;};}()),a42_0x28641a=a42_0x3715ec(this,function(){const _0x1b3e47=a42_0x3980;return a42_0x28641a['toString']()[_0x1b3e47(0x17f)]('(((.+)+)+)+$')[_0x1b3e47(0x179)]()[_0x1b3e47(0x18b)](a42_0x28641a)[_0x1b3e47(0x17f)](_0x1b3e47(0x18c));});a42_0x28641a();'use strict';Object[a42_0x43753a(0x177)](exports,a42_0x43753a(0x198),{'value':!![]}),exports[a42_0x43753a(0x19b)]=exports[a42_0x43753a(0x194)]=exports['stop']=exports['start']=void 0x0;const debuglet_1=require(a42_0x43753a(0x195)),debug_1=require('./client/stackdriver/debug'),pjson=require(a42_0x43753a(0x192));let debuglet;function start(_0x26a3fb){const _0x3a8a0f=a42_0x43753a,_0x1fd6cf=process['env']['DISABLE_LIGHTRUN_AGENT'];if(_0x1fd6cf&&['1',_0x3a8a0f(0x184)][_0x3a8a0f(0x19a)](_0x1fd6cf[_0x3a8a0f(0x182)]())){console[_0x3a8a0f(0x181)](_0x3a8a0f(0x183)+_0x1fd6cf+_0x3a8a0f(0x19c));return;}_0x26a3fb=_0x26a3fb||{};const _0x2eb79e=mergeConfigs(_0x26a3fb);if(debuglet&&!_0x2eb79e[_0x3a8a0f(0x197)])throw new Error(_0x3a8a0f(0x19d));const _0x4a3b99=new debug_1[(_0x3a8a0f(0x17d))](_0x2eb79e,pjson);return debuglet=new debuglet_1[(_0x3a8a0f(0x193))](_0x4a3b99,_0x2eb79e),debuglet[_0x3a8a0f(0x180)](),_0x2eb79e[_0x3a8a0f(0x196)]?debuglet:debuglet[_0x3a8a0f(0x191)];}exports['start']=start;function stop(){const _0x4da85c=a42_0x43753a;debuglet===null||debuglet===void 0x0?void 0x0:debuglet[_0x4da85c(0x18d)](),debuglet=null;}exports['stop']=stop;async function asyncStart(_0x17bda0){const _0x185e97=a42_0x43753a;start(_0x17bda0);if(!debuglet)return;let _0x4d1d89=![];const _0x239bbf=()=>_0x4d1d89=!![];debuglet[_0x185e97(0x185)]('breakpoints_fetched',_0x237019=>{if(_0x237019)return;_0x239bbf();}),debuglet[_0x185e97(0x185)](_0x185e97(0x17a),_0x239bbf);if(debuglet[_0x185e97(0x187)]['lightrunWaitForInit']){const _0x315758=Date[_0x185e97(0x17c)](),_0x37a8e8=debuglet['config'][_0x185e97(0x186)];while(!_0x4d1d89&&Date[_0x185e97(0x17c)]()-_0x315758<_0x37a8e8){await new Promise(_0x2bc047=>setTimeout(_0x2bc047,0x64));}}debuglet[_0x185e97(0x188)](_0x185e97(0x17a))&&debuglet[_0x185e97(0x17e)]('breakpoint_set',_0x239bbf);}exports[a42_0x43753a(0x194)]=asyncStart;function mergeConfigs(_0x9bcfa6){const _0x3d688d=a42_0x43753a;if(!_0x9bcfa6['debug'])return _0x9bcfa6;const _0x4b5326=Object['assign']({},_0x9bcfa6);return delete _0x4b5326[_0x3d688d(0x189)],Object[_0x3d688d(0x18a)](_0x4b5326,_0x9bcfa6['debug']);}function get(){return debuglet;}function a42_0x3980(_0x2a4ce3,_0x3b9a7a){const _0x6402f3=a42_0x369d();return a42_0x3980=function(_0x28641a,_0x3715ec){_0x28641a=_0x28641a-0x175;let _0x369d80=_0x6402f3[_0x28641a];return _0x369d80;},a42_0x3980(_0x2a4ce3,_0x3b9a7a);}exports[a42_0x43753a(0x19b)]=get;
|
package/build/src/lambda.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a43_0x323904=a43_0x186a;(function(_0x1a63d8,_0x43f3b6){const _0x316417=a43_0x186a,_0x3f6256=_0x1a63d8();while(!![]){try{const _0x5e7840=-parseInt(_0x316417(0x209))/0x1*(-parseInt(_0x316417(0x202))/0x2)+-parseInt(_0x316417(0x1fc))/0x3+parseInt(_0x316417(0x212))/0x4+-parseInt(_0x316417(0x20f))/0x5+parseInt(_0x316417(0x211))/0x6+parseInt(_0x316417(0x20e))/0x7+parseInt(_0x316417(0x207))/0x8;if(_0x5e7840===_0x43f3b6)break;else _0x3f6256['push'](_0x3f6256['shift']());}catch(_0xecd2c0){_0x3f6256['push'](_0x3f6256['shift']());}}}(a43_0x5cdb,0x8db22));const a43_0x453c9b=(function(){let _0x3818f6=!![];return function(_0x255472,_0x6d9213){const _0xda0105=_0x3818f6?function(){const _0x547946=a43_0x186a;if(_0x6d9213){const _0x864c2c=_0x6d9213[_0x547946(0x20c)](_0x255472,arguments);return _0x6d9213=null,_0x864c2c;}}:function(){};return _0x3818f6=![],_0xda0105;};}()),a43_0x53ecb3=a43_0x453c9b(this,function(){const _0x2adc01=a43_0x186a;return a43_0x53ecb3['toString']()[_0x2adc01(0x203)](_0x2adc01(0x208))[_0x2adc01(0x1fd)]()[_0x2adc01(0x20b)](a43_0x53ecb3)[_0x2adc01(0x203)](_0x2adc01(0x208));});a43_0x53ecb3();'use strict';Object[a43_0x323904(0x1fe)](exports,a43_0x323904(0x1f5),{'value':!![]}),exports[a43_0x323904(0x20a)]=void 0x0;const lightrun=require('./index'),DEFAULT_API_ENDPOINT=a43_0x323904(0x206),DEFAULT_WAIT_FOR_INIT_MS=0x1388;function a43_0x5cdb(){const _0x33350b=['context','apiEndpoint','3432741vJEOtb','toString','defineProperty','stop','event','Failed\x20to\x20stop\x20the\x20Lightrun\x20agent','54vFxyxY','search','Failed\x20to\x20start\x20the\x20Lightrun\x20agent','response','app.lightrun.com','1878368JRQQIs','(((.+)+)+)+$','16033OzTNIf','wrap','constructor','apply','bind','912947ewBQat','1021510ZTUcsk','tryStop','4433280bdubzC','1567788BWeUwd','tryStart','run','lightrunSecret','error','callback','__esModule','asyncStart','log','callbackWrapper','isCallbackWrapperInvoked'];a43_0x5cdb=function(){return _0x33350b;};return a43_0x5cdb();}class LightrunLambdaWrapper{constructor(_0x1f11c1,_0x1e77b1,_0x77a377){const _0x46293c=a43_0x323904;this[_0x46293c(0x200)]=_0x1f11c1,this[_0x46293c(0x1fa)]=_0x1e77b1,this[_0x46293c(0x1f4)]=_0x77a377,this[_0x46293c(0x1f9)]=![];}async[a43_0x323904(0x214)](_0x4c2e09,_0x2dbcdd={}){const _0x5b6c3a=a43_0x323904;this['isCallbackWrapperInvoked']=![],await this[_0x5b6c3a(0x213)](_0x2dbcdd);let _0x51cb13=undefined;try{_0x51cb13=await _0x4c2e09(this[_0x5b6c3a(0x200)],this[_0x5b6c3a(0x1fa)],this[_0x5b6c3a(0x1f8)][_0x5b6c3a(0x20d)](this));}finally{await this[_0x5b6c3a(0x210)](),this['isCallbackWrapperInvoked']?this[_0x5b6c3a(0x1f4)](this[_0x5b6c3a(0x216)],this['response']):this[_0x5b6c3a(0x1f4)](null,_0x51cb13);}}async['tryStart'](_0x543d63={}){const _0x1a9dca=a43_0x323904;try{const _0x720796=this[_0x1a9dca(0x200)][_0x1a9dca(0x1fb)]||DEFAULT_API_ENDPOINT,_0x364d5c=this[_0x1a9dca(0x200)][_0x1a9dca(0x215)];await lightrun[_0x1a9dca(0x1f6)]({'apiEndpoint':_0x720796,'lightrunSecret':_0x364d5c,'lightrunInitWaitTimeMs':DEFAULT_WAIT_FOR_INIT_MS,..._0x543d63,'forceNewAgent_':!![],'lightrunWaitForInit':!![]});}catch(_0x892f3d){console[_0x1a9dca(0x1f7)](_0x1a9dca(0x204));}}async['tryStop'](){const _0x101787=a43_0x323904;try{await lightrun[_0x101787(0x1ff)]();}catch(_0x38b879){console[_0x101787(0x1f7)](_0x101787(0x201));}}[a43_0x323904(0x1f8)](_0x15a59f,_0x401c5f){const _0x2c6451=a43_0x323904;this[_0x2c6451(0x216)]=_0x15a59f,this[_0x2c6451(0x205)]=_0x401c5f,this[_0x2c6451(0x1f9)]=!![];}}function wrap(_0x36db3c,_0x823971){return(_0x5f0845,_0x21c1a8,_0x25ef43)=>{const _0x479d01=new LightrunLambdaWrapper(_0x5f0845,_0x21c1a8,_0x25ef43);return _0x479d01['run'](_0x36db3c,_0x823971);};}function a43_0x186a(_0xbfe049,_0x159f96){const _0x534da4=a43_0x5cdb();return a43_0x186a=function(_0x53ecb3,_0x453c9b){_0x53ecb3=_0x53ecb3-0x1f4;let _0x5cdb7a=_0x534da4[_0x53ecb3];return _0x5cdb7a;},a43_0x186a(_0xbfe049,_0x159f96);}exports['wrap']=wrap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.30.2-release.382b33895b
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a44_0xf69006=a44_0x34df;function a44_0x34df(_0x2889cc,_0x2c1ba8){var _0x5d643f=a44_0x35fe();return a44_0x34df=function(_0x255d88,_0x2f09da){_0x255d88=_0x255d88-0x143;var _0x35fed1=_0x5d643f[_0x255d88];return _0x35fed1;},a44_0x34df(_0x2889cc,_0x2c1ba8);}(function(_0x1960c0,_0x154b8c){var _0x1adf0f=a44_0x34df,_0x2b9c5b=_0x1960c0();while(!![]){try{var _0x25d78c=parseInt(_0x1adf0f(0x148))/0x1+parseInt(_0x1adf0f(0x152))/0x2*(parseInt(_0x1adf0f(0x145))/0x3)+parseInt(_0x1adf0f(0x14a))/0x4+-parseInt(_0x1adf0f(0x14b))/0x5*(-parseInt(_0x1adf0f(0x14c))/0x6)+-parseInt(_0x1adf0f(0x14e))/0x7+parseInt(_0x1adf0f(0x149))/0x8+parseInt(_0x1adf0f(0x144))/0x9*(-parseInt(_0x1adf0f(0x150))/0xa);if(_0x25d78c===_0x154b8c)break;else _0x2b9c5b['push'](_0x2b9c5b['shift']());}catch(_0x2ab021){_0x2b9c5b['push'](_0x2b9c5b['shift']());}}}(a44_0x35fe,0x2f8d6));function a44_0x35fe(){var _0x3a989d=['1896111QXIBda','909aBITdr','(((.+)+)+)+$','constructor','27192ylIIvs','2848088ytYIIx','1364172DKODyU','1335TGYryR','7578VEnETe','toString','1574062gnWYYk','PatternDTOTypeEnum','40pbeCwf','defineProperty','1326hhHtsg','BY_VALUE','search'];a44_0x35fe=function(){return _0x3a989d;};return a44_0x35fe();}var a44_0x2f09da=(function(){var _0x3812a9=!![];return function(_0x2c85e8,_0x582615){var _0x3fd17a=_0x3812a9?function(){if(_0x582615){var _0x5a8bbe=_0x582615['apply'](_0x2c85e8,arguments);return _0x582615=null,_0x5a8bbe;}}:function(){};return _0x3812a9=![],_0x3fd17a;};}()),a44_0x255d88=a44_0x2f09da(this,function(){var _0x236d7b=a44_0x34df;return a44_0x255d88[_0x236d7b(0x14d)]()['search'](_0x236d7b(0x146))[_0x236d7b(0x14d)]()[_0x236d7b(0x147)](a44_0x255d88)[_0x236d7b(0x143)](_0x236d7b(0x146));});a44_0x255d88();'use strict';Object[a44_0xf69006(0x151)](exports,'__esModule',{'value':!![]}),exports['PatternDTOTypeEnum']=void 0x0,exports[a44_0xf69006(0x14f)]={'Name':'BY_NAME','Value':a44_0xf69006(0x153)};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a45_0x496854=a45_0xcfc2;(function(_0x2e4678,_0x33a40c){const _0x4b16f8=a45_0xcfc2,_0x13af35=_0x2e4678();while(!![]){try{const _0x563401=parseInt(_0x4b16f8(0x1b2))/0x1*(-parseInt(_0x4b16f8(0x1bd))/0x2)+parseInt(_0x4b16f8(0x1b6))/0x3*(parseInt(_0x4b16f8(0x1ba))/0x4)+parseInt(_0x4b16f8(0x1b4))/0x5*(parseInt(_0x4b16f8(0x1af))/0x6)+-parseInt(_0x4b16f8(0x1bb))/0x7*(parseInt(_0x4b16f8(0x1ac))/0x8)+parseInt(_0x4b16f8(0x1b7))/0x9*(-parseInt(_0x4b16f8(0x1b5))/0xa)+-parseInt(_0x4b16f8(0x1b8))/0xb+parseInt(_0x4b16f8(0x1bf))/0xc;if(_0x563401===_0x33a40c)break;else _0x13af35['push'](_0x13af35['shift']());}catch(_0x5e66ea){_0x13af35['push'](_0x13af35['shift']());}}}(a45_0x1f16,0x42f55));const a45_0x419718=(function(){let _0x1cdc1a=!![];return function(_0x5beffa,_0x5caef0){const _0x567676=_0x1cdc1a?function(){if(_0x5caef0){const _0x1a5303=_0x5caef0['apply'](_0x5beffa,arguments);return _0x5caef0=null,_0x1a5303;}}:function(){};return _0x1cdc1a=![],_0x567676;};}()),a45_0x15b349=a45_0x419718(this,function(){const _0xba481b=a45_0xcfc2;return a45_0x15b349['toString']()[_0xba481b(0x1b0)](_0xba481b(0x1ae))[_0xba481b(0x1b3)]()['constructor'](a45_0x15b349)[_0xba481b(0x1b0)](_0xba481b(0x1ae));});a45_0x15b349();function a45_0x1f16(){const _0x4cb36e=['assign','20596380XJVutH',',\x20id=','location','16UAtmJW','__esModule','(((.+)+)+)+$','290226WLtHzf','search','path','559OMHEaU','toString','5HoQpOM','20hHWgEU','25962suUiXZ','1078011tSVLkC','4511100VIOTjh','action','12xRYdOJ','1556569HHwkEa','Breakpoint','1510hbaFpR'];a45_0x1f16=function(){return _0x4cb36e;};return a45_0x1f16();}'use strict';function a45_0xcfc2(_0x5e6243,_0x4bfc4){const _0x467a72=a45_0x1f16();return a45_0xcfc2=function(_0x15b349,_0x419718){_0x15b349=_0x15b349-0x1aa;let _0x1f1663=_0x467a72[_0x15b349];return _0x1f1663;},a45_0xcfc2(_0x5e6243,_0x4bfc4);}Object['defineProperty'](exports,a45_0x496854(0x1ad),{'value':!![]}),exports[a45_0x496854(0x1bc)]=void 0x0;class Breakpoint{constructor(_0x188ade){const _0x342935=a45_0x496854;_0x188ade&&Object[_0x342935(0x1be)](this,_0x188ade);}[a45_0x496854(0x1b3)](){const _0x28b416=a45_0x496854,_0xa51a79=this[_0x28b416(0x1ab)]?'\x20'+this['location'][_0x28b416(0x1b1)]+':'+this[_0x28b416(0x1ab)]['line']:'';return'\x22'+this[_0x28b416(0x1b9)]+_0xa51a79+_0x28b416(0x1aa)+this['id']+'\x22';}}exports[a45_0x496854(0x1bc)]=Breakpoint;
|
package/build/src/types/v8.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a46_0x1b18c0=a46_0x4138;function a46_0x5713(){var _0x13f6d4=['constructor','apply','482580mjTWXg','__esModule','toString','487024amfRHL','15789eaOogM','2068878fbhEMT','3601682OCdUYu','2639340JLcfew','276WWZKmd','(((.+)+)+)+$','637660xXWRyt'];a46_0x5713=function(){return _0x13f6d4;};return a46_0x5713();}(function(_0x2b9091,_0x58b571){var _0xe89de3=a46_0x4138,_0x28e7c5=_0x2b9091();while(!![]){try{var _0x10efd3=-parseInt(_0xe89de3(0x1a7))/0x1+-parseInt(_0xe89de3(0x1a4))/0x2+-parseInt(_0xe89de3(0x1ab))/0x3*(parseInt(_0xe89de3(0x1a2))/0x4)+parseInt(_0xe89de3(0x1a1))/0x5+parseInt(_0xe89de3(0x1ac))/0x6+parseInt(_0xe89de3(0x1ad))/0x7+parseInt(_0xe89de3(0x1aa))/0x8;if(_0x10efd3===_0x58b571)break;else _0x28e7c5['push'](_0x28e7c5['shift']());}catch(_0x523a71){_0x28e7c5['push'](_0x28e7c5['shift']());}}}(a46_0x5713,0x45388));var a46_0x584e60=(function(){var _0x381116=!![];return function(_0x34d832,_0x5cf09e){var _0x425055=_0x381116?function(){var _0x2da629=a46_0x4138;if(_0x5cf09e){var _0x1fd662=_0x5cf09e[_0x2da629(0x1a6)](_0x34d832,arguments);return _0x5cf09e=null,_0x1fd662;}}:function(){};return _0x381116=![],_0x425055;};}()),a46_0x5029dc=a46_0x584e60(this,function(){var _0x495e2a=a46_0x4138;return a46_0x5029dc[_0x495e2a(0x1a9)]()['search']('(((.+)+)+)+$')[_0x495e2a(0x1a9)]()[_0x495e2a(0x1a5)](a46_0x5029dc)['search'](_0x495e2a(0x1a3));});a46_0x5029dc();function a46_0x4138(_0x2b42a6,_0x4948cc){var _0x5a249c=a46_0x5713();return a46_0x4138=function(_0x5029dc,_0x584e60){_0x5029dc=_0x5029dc-0x1a1;var _0x5713d2=_0x5a249c[_0x5029dc];return _0x5713d2;},a46_0x4138(_0x2b42a6,_0x4948cc);}'use strict';Object['defineProperty'](exports,a46_0x1b18c0(0x1a8),{'value':!![]});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lightrun",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.0",
|
|
4
4
|
"author": "Lightrun platform Inc.",
|
|
5
5
|
"description": "Lightrun Debug Agent for Node.js",
|
|
6
6
|
"license": "SEE LICENSE IN LIGHTRUN",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"cloud debugger"
|
|
17
17
|
],
|
|
18
18
|
"engines": {
|
|
19
|
-
"node": ">=
|
|
19
|
+
"node": ">=12"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"build/src",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"prepack": "npm run obfuscate && npm run api-extractor && shx rm -r \"build/src/**/*.d.ts\" && shx cp build/types/index.d.ts build/src/index.d.ts",
|
|
38
38
|
"lint": "gts check",
|
|
39
39
|
"docs": "compodoc src/",
|
|
40
|
-
"docs-test": "linkinator docs",
|
|
40
|
+
"docs-test": "npx linkinator docs",
|
|
41
41
|
"predocs-test": "npm run docs",
|
|
42
42
|
"clean": "gts clean",
|
|
43
43
|
"precompile": "gts clean",
|
|
@@ -69,8 +69,10 @@
|
|
|
69
69
|
"winston-daily-rotate-file": "^4.7.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
72
|
+
"@babel/preset-env": "7.16.11",
|
|
73
|
+
"@compodoc/compodoc": "1.1.19",
|
|
74
|
+
"@compodoc/ngd-transformer": "2.1.0",
|
|
75
|
+
"@microsoft/api-extractor": "7.38.5",
|
|
74
76
|
"@types/acorn": "^4.0.2",
|
|
75
77
|
"@types/estree": "^1.0.1",
|
|
76
78
|
"@types/events": "^3.0.0",
|
|
@@ -78,7 +80,7 @@
|
|
|
78
80
|
"@types/mocha": "^8.0.0",
|
|
79
81
|
"@types/mv": "^2.1.0",
|
|
80
82
|
"@types/ncp": "^2.0.3",
|
|
81
|
-
"@types/node": "
|
|
83
|
+
"@types/node": "^12.20.55",
|
|
82
84
|
"@types/proxyquire": "^1.3.28",
|
|
83
85
|
"@types/semver": "^7.0.0",
|
|
84
86
|
"@types/sinon": "^10.0.11",
|
|
@@ -87,9 +89,8 @@
|
|
|
87
89
|
"cross-env": "^7.0.0",
|
|
88
90
|
"execa": "^4.0.0",
|
|
89
91
|
"gts": "^4.0.1",
|
|
90
|
-
"javascript-obfuscator": "
|
|
91
|
-
"
|
|
92
|
-
"mocha": "^10.1.0",
|
|
92
|
+
"javascript-obfuscator": "4.0.1",
|
|
93
|
+
"mocha": "9.2.2",
|
|
93
94
|
"mocha-sinon": "^2.1.2",
|
|
94
95
|
"mv": "^2.1.1",
|
|
95
96
|
"ncp": "^2.0.0",
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
"teeny-request": "^7.0.0",
|
|
101
102
|
"timekeeper": "^2.2.0",
|
|
102
103
|
"tmp-promise": "^3.0.0",
|
|
103
|
-
"typescript": "
|
|
104
|
+
"typescript": "5.0.4",
|
|
104
105
|
"uuid": "^8.0.0"
|
|
105
106
|
}
|
|
106
107
|
}
|