{"ScriptPreparationCode":null,"TestCases":[{"Name":"Math.pow","Code":"const c = Math.pow(3.14, 2)","IsDeferred":false},{"Name":"es6 ** operator","Code":"const c = 3.14 ** 2","IsDeferred":false},{"Name":"const * const","Code":"const c = 3.14 * 3.14","IsDeferred":false}]}