ClassDeletePropertyFunction

The type of delete_property in #JSCClassVTable. This is only required when you need to handle external properties not added to the prototype.

alias ClassDeletePropertyFunction = bool delegate

Return Value

true if handled or false to to forward the request to the parent class or prototype chain.