Searched refs:TO_THIS_STRING (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-string.cc | 779 TO_THIS_STRING(str, "String.prototype.endsWith"); in BUILTIN() 843 TO_THIS_STRING(str, "String.prototype.includes"); in BUILTIN() 1099 TO_THIS_STRING(str1, "String.prototype.localeCompare"); in BUILTIN() 1147 TO_THIS_STRING(string, "String.prototype.normalize"); in BUILTIN() 1753 TO_THIS_STRING(str, "String.prototype.startsWith"); in BUILTIN() 1811 TO_THIS_STRING(string, "String.prototype.trim"); in BUILTIN() 1818 TO_THIS_STRING(string, "String.prototype.trimLeft"); in BUILTIN() 1825 TO_THIS_STRING(string, "String.prototype.trimRight"); in BUILTIN() 2160 TO_THIS_STRING(string, "String.prototype.toLocaleLowerCase"); in BUILTIN() 2167 TO_THIS_STRING(string, "String.prototype.toLocaleUpperCase"); in BUILTIN() [all …]
|
D | builtins-utils.h | 149 #define TO_THIS_STRING(name, method) \ macro
|