isExtensible(target) {
        let data = this.data.shadow.getField(target.$);
        return Reflect.isExtensible(data);
    }