Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:trim

8443         Support for String.trim(), String.trimLeft() and String.trimRight() methods
8446 Implement trim, trimLeft, and trimRight
8451 is needed for compatibility with mozilla's implementation of trim.