According to IRC users on FreeNode / # node.js
BennyLava: Object.getOwnPropertyNames (String.prototype)
jmar777: because in REPL you basically get the result of calling toString() as a result, whereas the chrome console has some fancy interactive display of objects
BennyLava: They Just Are Not Listed
So the answer is Object.getOwnPropertyNames(String.prototype) .
source share