Home
last modified time | relevance | path

Searched refs:stringProto (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js42 stringProto = String.prototype; variable
13085 stringProto.a = 1;
13092 delete stringProto.a;
16517 stringProto.a = 1;
16518 stringProto.b = 2;
16522 delete stringProto.a;
16523 delete stringProto.b;
25117 stringProto.replace.b = 1;
25121 assert.notOk('a' in stringProto.replace);
25123 delete stringProto.replace.b;