Searched defs:charCodeAt (Results 1 – 1 of 1) sorted by relevance
100 charCodeAt: String.prototype.charCodeAt, property247 String.prototype.charCodeAt = function() { return 42; }; method in String253 delete String.prototype.charCodeAt; // Restore the default. method in delete