Home
last modified time | relevance | path

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

/external/v8/src/
Dregexp.js426 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);