Lines Matching refs:subject
71 subject = 'default', // Can be 'default', 'always', or 'never'
78 validateString(subject, 'options.subject');
83 switch (subject) {
88 throw new ERR_INVALID_ARG_VALUE('options.subject', subject);
132 subject: this.subject,
158 get subject() {
159 let value = this[kInternalState].get('subject');
161 value = this[kHandle].subject();
162 this[kInternalState].set('subject', value);