Searched refs:TO_THIS_STRING (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-string.cc | 123 TO_THIS_STRING(str, "String.prototype.endsWith"); in BUILTIN() 199 TO_THIS_STRING(str1, "String.prototype.localeCompare"); in BUILTIN() 210 TO_THIS_STRING(str1, "String.prototype.localeCompare"); in BUILTIN() 260 TO_THIS_STRING(string, "String.prototype.normalize"); in BUILTIN() 290 TO_THIS_STRING(str, "String.prototype.startsWith"); in BUILTIN() 503 TO_THIS_STRING(string, "String.prototype.toLocaleLowerCase"); in BUILTIN() 510 TO_THIS_STRING(string, "String.prototype.toLocaleUpperCase"); in BUILTIN() 517 TO_THIS_STRING(string, "String.prototype.toLowerCase"); in BUILTIN() 524 TO_THIS_STRING(string, "String.prototype.toUpperCase"); in BUILTIN()
|
D | builtins-utils.h | 111 #define TO_THIS_STRING(name, method) \ macro
|
D | builtins-intl.cc | 48 TO_THIS_STRING(string, "String.prototype.toUpperCase"); in BUILTIN() 55 TO_THIS_STRING(string, "String.prototype.normalize"); in BUILTIN() 1117 TO_THIS_STRING(string, "String.prototype.toLocaleLowerCase"); in BUILTIN() 1125 TO_THIS_STRING(string, "String.prototype.toLocaleUpperCase"); in BUILTIN()
|