I am not sure whether it's an issue or node new stable version have intention to do this
this codeReflect.apply(Object.prototype.toString, {}) throw the error
TypeError: CreateListFromArrayLike called on non-object
I have to using Reflect.apply(Object.prototype.toString, {}, []) to make it working
Reflect.apply(Object.prototype.toString, {}, [])
'[object Object]'
if i am wrong, correct me, and close the issue!!!