Home | History | Annotate | Download | only in octane

Lines Matching refs:instanceof

1189   return v instanceof Name;
1193 return v instanceof Cmd && (!cmd || v.cmd == cmd);
1197 return v instanceof Dict && (!type || v.get('Type').name == type);
1201 return v instanceof Array;
1213 return v instanceof Ref;
2980 if (!(this.current.strokeColorSpace instanceof DeviceGrayCS))
2988 if (!(this.current.fillColorSpace instanceof DeviceGrayCS))
2996 if (!(this.current.strokeColorSpace instanceof DeviceRgbCS))
3004 if (!(this.current.fillColorSpace instanceof DeviceRgbCS))
3012 if (!(this.current.strokeColorSpace instanceof DeviceCmykCS))
3020 if (!(this.current.fillColorSpace instanceof DeviceCmykCS))
3354 all[key] = obj instanceof Dict ? obj.getAll() : obj;
3951 if (!isStream(e) || e instanceof JpegStream)
12045 if (IR instanceof AlternateCS)
13376 if (!softMask && image instanceof JpegStream &&
13618 args.push(obj instanceof Dict ? obj.getAll() : obj);
22972 if (image instanceof JpegStream && image.isNativelyDecodable(xref, res)) {
29611 handler.send('test', data instanceof Uint8Array);
32999 } else if (!(meta instanceof Document)) {