Lines Matching refs:addBoundMethod
203 function addBoundMethod(obj, methodName, implementation, length) { function
1088 addBoundMethod(Intl.Collator, 'compare', compare, 2);
1367 addBoundMethod(Intl.NumberFormat, 'format', formatNumber, 1);
1368 addBoundMethod(Intl.NumberFormat, 'v8Parse', parseNumber, 1);
1800 addBoundMethod(Intl.DateTimeFormat, 'format', formatDate, 0);
1801 addBoundMethod(Intl.DateTimeFormat, 'v8Parse', parseDate, 1);
1997 addBoundMethod(Intl.v8BreakIterator, 'adoptText', adoptText, 1);
1998 addBoundMethod(Intl.v8BreakIterator, 'first', first, 0);
1999 addBoundMethod(Intl.v8BreakIterator, 'next', next, 0);
2000 addBoundMethod(Intl.v8BreakIterator, 'current', current, 0);
2001 addBoundMethod(Intl.v8BreakIterator, 'breakType', breakType, 0);