Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dstring-trim-expected.txt24 This test checks String.trim(), String.trimLeft() and String.trimRight() methods.
30 PASS whitespace[0].s.trimLeft() is ''
33 PASS whitespace[1].s.trimLeft() is ''
36 PASS whitespace[2].s.trimLeft() is ''
39 PASS whitespace[3].s.trimLeft() is ''
42 PASS whitespace[4].s.trimLeft() is ''
45 PASS whitespace[5].s.trimLeft() is ''
48 PASS whitespace[6].s.trimLeft() is ''
51 PASS whitespace[7].s.trimLeft() is ''
54 PASS whitespace[8].s.trimLeft() is ''
[all …]
Dstring-trim.js28 var trimLeft = String.prototype.trimLeft; variable
/external/v8/test/webkit/fast/js/
DObject-getOwnPropertyNames-expected.txt73 …'toLocaleUpperCase', 'toLowerCase', 'toString', 'toUpperCase', 'trim', 'trimLeft', 'trimRight', 'v…
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Djquery-1.7.1.js47 trimLeft = /^\s+/,
680 text.toString().replace( trimLeft, "" ).replace( trimRight, "" );
912 trimLeft = /^[\s\xA0]+/;
/external/v8/src/
Druntime.cc6739 CONVERT_BOOLEAN_ARG_CHECKED(trimLeft, 1); in RUNTIME_FUNCTION()
6747 if (trimLeft) { in RUNTIME_FUNCTION()
/external/v8/
DChangeLog6980 Added trim, trimLeft and trimRight methods to String