Yes, the features are special.
Proof
const f = Object.create(Function.prototype);
f();
Exposition
" ", ( , , , , , Function, class).
, [[Call]] ( ), ().
[[Call]]:
, , LexicalEnvironment ( ), (this) -.
, Function.prototype [[Prototype]] ( "" , Function.prototype - . ).
MDN, ..