function [[HasProperty]](P){ desc = this.[[GetProperty]](P); if (desc === undefined) return false; return true;}