Searched refs:RegExpSetInput (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | regexp.js | 426 function RegExpSetInput(string) { class in SetupRegExp 431 %DefineAccessor($RegExp, 'input', SETTER, RegExpSetInput, DONT_DELETE); 433 %DefineAccessor($RegExp, '$_', SETTER, RegExpSetInput, DONT_ENUM | DONT_DELETE); 435 %DefineAccessor($RegExp, '$input', SETTER, RegExpSetInput, DONT_ENUM | DONT_DELETE);
|