Searched refs:RegExpGetInput (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | regexp.js | 345 function RegExpGetInput() { class in SetupRegExp 353 %DefineAccessor($RegExp, 'input', GETTER, RegExpGetInput, DONT_DELETE); 355 %DefineAccessor($RegExp, '$_', GETTER, RegExpGetInput, DONT_ENUM | DONT_DELETE); 357 %DefineAccessor($RegExp, '$input', GETTER, RegExpGetInput, DONT_ENUM | DONT_DELETE);
|