Show More
Commit Description:
change to encrypted cookies
Commit Description:
change to encrypted cookies
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/test/array/#/values/shim.js
| 9 lines
| 311 B
| application/javascript
| JavascriptLexer
|
r789 | "use strict"; | |||
exports.__generic = function (t, a) { | ||||
var iterator = t.call(this); | ||||
a.deep(iterator.next(), { value: "1", done: false }); | ||||
a.deep(iterator.next(), { value: "2", done: false }); | ||||
a.deep(iterator.next(), { value: "3", done: false }); | ||||
a.deep(iterator.next(), { value: undefined, done: true }); | ||||
}; | ||||