Home | History | Annotate | Download | only in js

Lines Matching full:prototype

21   CHECK_OBJECT_COERCIBLE(this, "String.prototype.concat");
33 CHECK_OBJECT_COERCIBLE(this, "String.prototype.match");
51 CHECK_OBJECT_COERCIBLE(this, "String.prototype.search");
70 CHECK_OBJECT_COERCIBLE(this, "String.prototype.slice");
118 CHECK_OBJECT_COERCIBLE(this, "String.prototype.anchor");
126 CHECK_OBJECT_COERCIBLE(this, "String.prototype.big");
133 CHECK_OBJECT_COERCIBLE(this, "String.prototype.blink");
140 CHECK_OBJECT_COERCIBLE(this, "String.prototype.bold");
147 CHECK_OBJECT_COERCIBLE(this, "String.prototype.fixed");
154 CHECK_OBJECT_COERCIBLE(this, "String.prototype.fontcolor");
162 CHECK_OBJECT_COERCIBLE(this, "String.prototype.fontsize");
170 CHECK_OBJECT_COERCIBLE(this, "String.prototype.italics");
177 CHECK_OBJECT_COERCIBLE(this, "String.prototype.link");
184 CHECK_OBJECT_COERCIBLE(this, "String.prototype.small");
191 CHECK_OBJECT_COERCIBLE(this, "String.prototype.strike");
198 CHECK_OBJECT_COERCIBLE(this, "String.prototype.sub");
205 CHECK_OBJECT_COERCIBLE(this, "String.prototype.sup");
211 CHECK_OBJECT_COERCIBLE(this, "String.prototype.repeat");
237 CHECK_OBJECT_COERCIBLE(this, "String.prototype.codePointAt");
288 // Set up the non-enumerable functions on the String prototype object.
289 utils.InstallFunctions(GlobalString.prototype, DONT_ENUM, [