Lines Matching refs:set
373 set(options) {
439 set(value) {
829 ctx.circular.set(value, index);
834 ctx.circular.set(value, index);
878 // We have to check all values in case the constructor is set to null.
883 // Only set the constructor for non ordinary ("Array [...]") arrays.
1932 const label = desc.set !== undefined ? 'Getter/Setter' : 'Getter';
1936 (ctx.getters === 'get' && desc.set === undefined) ||
1937 (ctx.getters === 'set' && desc.set !== undefined))) {
1957 } else if (desc.set !== undefined) {
2025 // `ctx.currentDepth` is set to the most inner depth of the currently