{"ScriptPreparationCode":null,"TestCases":[{"Name":"_.get lodash","Code":"const props = {\r\n stops: [\r\n {\r\n location: {\r\n address: \u0027123 Main Street\u0027,\r\n },\r\n },\r\n ],\r\n};\r\nfor (let i = 0; i \u003C 50; i\u002B\u002B) {\r\n\tconst address = _.get(props, \u0027address\u0027);\r\n}","IsDeferred":false},{"Name":"Compiled babel optional chaining","Code":"\u0022use strict\u0022;\r\n\r\nconst props = {\r\n stops: [{\r\n location: {\r\n address: \u0027123 Main Street\u0027\r\n }\r\n }]\r\n};\r\n\r\nfor (let i = 0; i \u003C 50; i\u002B\u002B) {\r\n var _props$stops$, _props$stops$$locatio;\r\n\r\n const address = props === null || props === void 0 ? void 0 : (_props$stops$ = props.stops[0]) === null || _props$stops$ === void 0 ? void 0 : (_props$stops$$locatio = _props$stops$.location) === null || _props$stops$$locatio === void 0 ? void 0 : _props$stops$$locatio.address;\r\n}","IsDeferred":false}]}