Searched refs:TO_THIS_STRING (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string.cc | 146 TO_THIS_STRING(str1, kMethod); in BUILTIN() 161 TO_THIS_STRING(str1, kMethod); in BUILTIN() 211 TO_THIS_STRING(string, "String.prototype.normalize"); in BUILTIN() 403 TO_THIS_STRING(string, "String.prototype.toLocaleLowerCase"); in BUILTIN() 410 TO_THIS_STRING(string, "String.prototype.toLocaleUpperCase"); in BUILTIN() 417 TO_THIS_STRING(string, "String.prototype.toLowerCase"); in BUILTIN() 424 TO_THIS_STRING(string, "String.prototype.toUpperCase"); in BUILTIN()
|
H A D | builtins-utils.h | 142 #define TO_THIS_STRING(name, method) \ macro
|
H A D | builtins-intl.cc | 43 TO_THIS_STRING(string, "String.prototype.toUpperCase"); in BUILTIN() 51 TO_THIS_STRING(string, "String.prototype.normalize"); in BUILTIN() 937 TO_THIS_STRING(string, "String.prototype.toLocaleLowerCase"); in BUILTIN() 949 TO_THIS_STRING(string, "String.prototype.toLocaleUpperCase"); in BUILTIN()
|
Completed in 4 milliseconds