Home
last modified time | relevance | path

Searched defs:nativ (Results 1 – 1 of 1) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js53 nativ = { class in AnonymousFunction5b121b410100
279 RegExp.prototype.exec = (on ? fixed : nativ).exec;
280 RegExp.prototype.test = (on ? fixed : nativ).test;
281 String.prototype.match = (on ? fixed : nativ).match;
282 String.prototype.replace = (on ? fixed : nativ).replace;
283 String.prototype.split = (on ? fixed : nativ).split;