Lines Matching refs:kNoProperties

265   V(Word32Shl, Operator::kNoProperties, 2, 0, 1)                            \
266 V(Word32Shr, Operator::kNoProperties, 2, 0, 1) \
267 V(Word32Ror, Operator::kNoProperties, 2, 0, 1) \
270 V(Int32Sub, Operator::kNoProperties, 2, 0, 1) \
273 V(Int32Div, Operator::kNoProperties, 2, 1, 1) \
274 V(Int32Mod, Operator::kNoProperties, 2, 1, 1) \
275 V(Int32LessThan, Operator::kNoProperties, 2, 0, 1) \
276 V(Int32LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \
277 V(Uint32Div, Operator::kNoProperties, 2, 1, 1) \
278 V(Uint32LessThan, Operator::kNoProperties, 2, 0, 1) \
279 V(Uint32LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \
280 V(Uint32Mod, Operator::kNoProperties, 2, 1, 1) \
289 V(Word64Shl, Operator::kNoProperties, 2, 0, 1) \
290 V(Word64Shr, Operator::kNoProperties, 2, 0, 1) \
291 V(Word64Ror, Operator::kNoProperties, 2, 0, 1) \
292 V(Word64RorLowerable, Operator::kNoProperties, 2, 1, 1) \
295 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
297 V(Int64Div, Operator::kNoProperties, 2, 1, 1) \
298 V(Int64Mod, Operator::kNoProperties, 2, 1, 1) \
299 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
300 V(Int64LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \
301 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
302 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
303 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
304 V(Uint64LessThanOrEqual, Operator::kNoProperties, 2, 0, 1)
311 V(Word32Clz, Operator::kNoProperties, 1, 0, 1) \
312 V(Word64Clz, Operator::kNoProperties, 1, 0, 1) \
313 V(Word64ClzLowerable, Operator::kNoProperties, 1, 1, 1) \
314 V(Word32ReverseBytes, Operator::kNoProperties, 1, 0, 1) \
315 V(Word64ReverseBytes, Operator::kNoProperties, 1, 0, 1) \
316 V(Simd128ReverseBytes, Operator::kNoProperties, 1, 0, 1) \
317 V(BitcastTaggedToWordForTagAndSmiBits, Operator::kNoProperties, 1, 0, 1) \
318 V(BitcastWordToTaggedSigned, Operator::kNoProperties, 1, 0, 1) \
319 V(TruncateFloat64ToWord32, Operator::kNoProperties, 1, 0, 1) \
320 V(ChangeFloat32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
321 V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
322 V(ChangeFloat64ToInt64, Operator::kNoProperties, 1, 0, 1) \
323 V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
324 V(ChangeFloat64ToUint64, Operator::kNoProperties, 1, 0, 1) \
325 V(TruncateFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
326 V(TryTruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 2) \
327 V(TryTruncateFloat64ToInt64, Operator::kNoProperties, 1, 0, 2) \
328 V(TryTruncateFloat32ToUint64, Operator::kNoProperties, 1, 0, 2) \
329 V(TryTruncateFloat64ToUint64, Operator::kNoProperties, 1, 0, 2) \
330 V(ChangeInt32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
331 V(ChangeInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
332 V(Float64SilenceNaN, Operator::kNoProperties, 1, 0, 1) \
333 V(RoundFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
334 V(RoundInt32ToFloat32, Operator::kNoProperties, 1, 0, 1) \
335 V(RoundInt64ToFloat32, Operator::kNoProperties, 1, 0, 1) \
336 V(RoundInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
337 V(RoundUint32ToFloat32, Operator::kNoProperties, 1, 0, 1) \
338 V(RoundUint64ToFloat32, Operator::kNoProperties, 1, 0, 1) \
339 V(RoundUint64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
340 V(BitcastWord32ToWord64, Operator::kNoProperties, 1, 0, 1) \
341 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
342 V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
343 V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \
344 V(TruncateFloat64ToFloat32, Operator::kNoProperties, 1, 0, 1) \
345 V(TruncateInt64ToInt32, Operator::kNoProperties, 1, 0, 1) \
346 V(BitcastFloat32ToInt32, Operator::kNoProperties, 1, 0, 1) \
347 V(BitcastFloat64ToInt64, Operator::kNoProperties, 1, 0, 1) \
348 V(BitcastInt32ToFloat32, Operator::kNoProperties, 1, 0, 1) \
349 V(BitcastInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
350 V(SignExtendWord8ToInt32, Operator::kNoProperties, 1, 0, 1) \
351 V(SignExtendWord16ToInt32, Operator::kNoProperties, 1, 0, 1) \
352 V(SignExtendWord8ToInt64, Operator::kNoProperties, 1, 0, 1) \
353 V(SignExtendWord16ToInt64, Operator::kNoProperties, 1, 0, 1) \
354 V(SignExtendWord32ToInt64, Operator::kNoProperties, 1, 0, 1) \
355 V(Float32Abs, Operator::kNoProperties, 1, 0, 1) \
357 V(Float32Sub, Operator::kNoProperties, 2, 0, 1) \
359 V(Float32Div, Operator::kNoProperties, 2, 0, 1) \
360 V(Float32Neg, Operator::kNoProperties, 1, 0, 1) \
361 V(Float32Sqrt, Operator::kNoProperties, 1, 0, 1) \
364 V(Float64Abs, Operator::kNoProperties, 1, 0, 1) \
365 V(Float64Acos, Operator::kNoProperties, 1, 0, 1) \
366 V(Float64Acosh, Operator::kNoProperties, 1, 0, 1) \
367 V(Float64Asin, Operator::kNoProperties, 1, 0, 1) \
368 V(Float64Asinh, Operator::kNoProperties, 1, 0, 1) \
369 V(Float64Atan, Operator::kNoProperties, 1, 0, 1) \
370 V(Float64Atan2, Operator::kNoProperties, 2, 0, 1) \
371 V(Float64Atanh, Operator::kNoProperties, 1, 0, 1) \
372 V(Float64Cbrt, Operator::kNoProperties, 1, 0, 1) \
373 V(Float64Cos, Operator::kNoProperties, 1, 0, 1) \
374 V(Float64Cosh, Operator::kNoProperties, 1, 0, 1) \
375 V(Float64Exp, Operator::kNoProperties, 1, 0, 1) \
376 V(Float64Expm1, Operator::kNoProperties, 1, 0, 1) \
377 V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
378 V(Float64Log1p, Operator::kNoProperties, 1, 0, 1) \
379 V(Float64Log2, Operator::kNoProperties, 1, 0, 1) \
380 V(Float64Log10, Operator::kNoProperties, 1, 0, 1) \
383 V(Float64Neg, Operator::kNoProperties, 1, 0, 1) \
385 V(Float64Sub, Operator::kNoProperties, 2, 0, 1) \
387 V(Float64Div, Operator::kNoProperties, 2, 0, 1) \
388 V(Float64Mod, Operator::kNoProperties, 2, 0, 1) \
389 V(Float64Pow, Operator::kNoProperties, 2, 0, 1) \
390 V(Float64Sin, Operator::kNoProperties, 1, 0, 1) \
391 V(Float64Sinh, Operator::kNoProperties, 1, 0, 1) \
392 V(Float64Sqrt, Operator::kNoProperties, 1, 0, 1) \
393 V(Float64Tan, Operator::kNoProperties, 1, 0, 1) \
394 V(Float64Tanh, Operator::kNoProperties, 1, 0, 1) \
396 V(Float32LessThan, Operator::kNoProperties, 2, 0, 1) \
397 V(Float32LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \
399 V(Float64LessThan, Operator::kNoProperties, 2, 0, 1) \
400 V(Float64LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \
401 V(Float64ExtractLowWord32, Operator::kNoProperties, 1, 0, 1) \
402 V(Float64ExtractHighWord32, Operator::kNoProperties, 1, 0, 1) \
403 V(Float64InsertLowWord32, Operator::kNoProperties, 2, 0, 1) \
404 V(Float64InsertHighWord32, Operator::kNoProperties, 2, 0, 1) \
405 V(LoadStackCheckOffset, Operator::kNoProperties, 0, 0, 1) \
406 V(LoadFramePointer, Operator::kNoProperties, 0, 0, 1) \
407 V(LoadParentFramePointer, Operator::kNoProperties, 0, 0, 1) \
408 V(Int32PairAdd, Operator::kNoProperties, 4, 0, 2) \
409 V(Int32PairSub, Operator::kNoProperties, 4, 0, 2) \
410 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
411 V(Word32PairShl, Operator::kNoProperties, 3, 0, 2) \
412 V(Word32PairShr, Operator::kNoProperties, 3, 0, 2) \
413 V(Word32PairSar, Operator::kNoProperties, 3, 0, 2) \
414 V(F64x2Splat, Operator::kNoProperties, 1, 0, 1) \
415 V(F64x2Abs, Operator::kNoProperties, 1, 0, 1) \
416 V(F64x2Neg, Operator::kNoProperties, 1, 0, 1) \
417 V(F64x2Sqrt, Operator::kNoProperties, 1, 0, 1) \
419 V(F64x2Sub, Operator::kNoProperties, 2, 0, 1) \
421 V(F64x2Div, Operator::kNoProperties, 2, 0, 1) \
426 V(F64x2Lt, Operator::kNoProperties, 2, 0, 1) \
427 V(F64x2Le, Operator::kNoProperties, 2, 0, 1) \
428 V(F64x2Qfma, Operator::kNoProperties, 3, 0, 1) \
429 V(F64x2Qfms, Operator::kNoProperties, 3, 0, 1) \
430 V(F64x2Pmin, Operator::kNoProperties, 2, 0, 1) \
431 V(F64x2Pmax, Operator::kNoProperties, 2, 0, 1) \
432 V(F64x2Ceil, Operator::kNoProperties, 1, 0, 1) \
433 V(F64x2Floor, Operator::kNoProperties, 1, 0, 1) \
434 V(F64x2Trunc, Operator::kNoProperties, 1, 0, 1) \
435 V(F64x2NearestInt, Operator::kNoProperties, 1, 0, 1) \
436 V(F64x2ConvertLowI32x4S, Operator::kNoProperties, 1, 0, 1) \
437 V(F64x2ConvertLowI32x4U, Operator::kNoProperties, 1, 0, 1) \
438 V(F64x2PromoteLowF32x4, Operator::kNoProperties, 1, 0, 1) \
439 V(F32x4Splat, Operator::kNoProperties, 1, 0, 1) \
440 V(F32x4SConvertI32x4, Operator::kNoProperties, 1, 0, 1) \
441 V(F32x4UConvertI32x4, Operator::kNoProperties, 1, 0, 1) \
442 V(F32x4Abs, Operator::kNoProperties, 1, 0, 1) \
443 V(F32x4Neg, Operator::kNoProperties, 1, 0, 1) \
444 V(F32x4Sqrt, Operator::kNoProperties, 1, 0, 1) \
445 V(F32x4RecipApprox, Operator::kNoProperties, 1, 0, 1) \
446 V(F32x4RecipSqrtApprox, Operator::kNoProperties, 1, 0, 1) \
448 V(F32x4Sub, Operator::kNoProperties, 2, 0, 1) \
450 V(F32x4Div, Operator::kNoProperties, 2, 0, 1) \
455 V(F32x4Lt, Operator::kNoProperties, 2, 0, 1) \
456 V(F32x4Le, Operator::kNoProperties, 2, 0, 1) \
457 V(F32x4Qfma, Operator::kNoProperties, 3, 0, 1) \
458 V(F32x4Qfms, Operator::kNoProperties, 3, 0, 1) \
459 V(F32x4Pmin, Operator::kNoProperties, 2, 0, 1) \
460 V(F32x4Pmax, Operator::kNoProperties, 2, 0, 1) \
461 V(F32x4Ceil, Operator::kNoProperties, 1, 0, 1) \
462 V(F32x4Floor, Operator::kNoProperties, 1, 0, 1) \
463 V(F32x4Trunc, Operator::kNoProperties, 1, 0, 1) \
464 V(F32x4NearestInt, Operator::kNoProperties, 1, 0, 1) \
465 V(F32x4DemoteF64x2Zero, Operator::kNoProperties, 1, 0, 1) \
466 V(I64x2Splat, Operator::kNoProperties, 1, 0, 1) \
467 V(I64x2SplatI32Pair, Operator::kNoProperties, 2, 0, 1) \
468 V(I64x2Abs, Operator::kNoProperties, 1, 0, 1) \
469 V(I64x2Neg, Operator::kNoProperties, 1, 0, 1) \
470 V(I64x2SConvertI32x4Low, Operator::kNoProperties, 1, 0, 1) \
471 V(I64x2SConvertI32x4High, Operator::kNoProperties, 1, 0, 1) \
472 V(I64x2UConvertI32x4Low, Operator::kNoProperties, 1, 0, 1) \
473 V(I64x2UConvertI32x4High, Operator::kNoProperties, 1, 0, 1) \
474 V(I64x2BitMask, Operator::kNoProperties, 1, 0, 1) \
475 V(I64x2Shl, Operator::kNoProperties, 2, 0, 1) \
476 V(I64x2ShrS, Operator::kNoProperties, 2, 0, 1) \
478 V(I64x2Sub, Operator::kNoProperties, 2, 0, 1) \
482 V(I64x2GtS, Operator::kNoProperties, 2, 0, 1) \
483 V(I64x2GeS, Operator::kNoProperties, 2, 0, 1) \
484 V(I64x2ShrU, Operator::kNoProperties, 2, 0, 1) \
489 V(I32x4Splat, Operator::kNoProperties, 1, 0, 1) \
490 V(I32x4SConvertF32x4, Operator::kNoProperties, 1, 0, 1) \
491 V(I32x4SConvertI16x8Low, Operator::kNoProperties, 1, 0, 1) \
492 V(I32x4SConvertI16x8High, Operator::kNoProperties, 1, 0, 1) \
493 V(I32x4Neg, Operator::kNoProperties, 1, 0, 1) \
494 V(I32x4Shl, Operator::kNoProperties, 2, 0, 1) \
495 V(I32x4ShrS, Operator::kNoProperties, 2, 0, 1) \
497 V(I32x4Sub, Operator::kNoProperties, 2, 0, 1) \
503 V(I32x4GtS, Operator::kNoProperties, 2, 0, 1) \
504 V(I32x4GeS, Operator::kNoProperties, 2, 0, 1) \
505 V(I32x4UConvertF32x4, Operator::kNoProperties, 1, 0, 1) \
506 V(I32x4UConvertI16x8Low, Operator::kNoProperties, 1, 0, 1) \
507 V(I32x4UConvertI16x8High, Operator::kNoProperties, 1, 0, 1) \
508 V(I32x4ShrU, Operator::kNoProperties, 2, 0, 1) \
511 V(I32x4GtU, Operator::kNoProperties, 2, 0, 1) \
512 V(I32x4GeU, Operator::kNoProperties, 2, 0, 1) \
513 V(I32x4Abs, Operator::kNoProperties, 1, 0, 1) \
514 V(I32x4BitMask, Operator::kNoProperties, 1, 0, 1) \
520 V(I32x4ExtAddPairwiseI16x8S, Operator::kNoProperties, 1, 0, 1) \
521 V(I32x4ExtAddPairwiseI16x8U, Operator::kNoProperties, 1, 0, 1) \
522 V(I32x4TruncSatF64x2SZero, Operator::kNoProperties, 1, 0, 1) \
523 V(I32x4TruncSatF64x2UZero, Operator::kNoProperties, 1, 0, 1) \
524 V(I16x8Splat, Operator::kNoProperties, 1, 0, 1) \
525 V(I16x8SConvertI8x16Low, Operator::kNoProperties, 1, 0, 1) \
526 V(I16x8SConvertI8x16High, Operator::kNoProperties, 1, 0, 1) \
527 V(I16x8Neg, Operator::kNoProperties, 1, 0, 1) \
528 V(I16x8Shl, Operator::kNoProperties, 2, 0, 1) \
529 V(I16x8ShrS, Operator::kNoProperties, 2, 0, 1) \
530 V(I16x8SConvertI32x4, Operator::kNoProperties, 2, 0, 1) \
533 V(I16x8Sub, Operator::kNoProperties, 2, 0, 1) \
534 V(I16x8SubSatS, Operator::kNoProperties, 2, 0, 1) \
540 V(I16x8GtS, Operator::kNoProperties, 2, 0, 1) \
541 V(I16x8GeS, Operator::kNoProperties, 2, 0, 1) \
542 V(I16x8UConvertI8x16Low, Operator::kNoProperties, 1, 0, 1) \
543 V(I16x8UConvertI8x16High, Operator::kNoProperties, 1, 0, 1) \
544 V(I16x8ShrU, Operator::kNoProperties, 2, 0, 1) \
545 V(I16x8UConvertI32x4, Operator::kNoProperties, 2, 0, 1) \
547 V(I16x8SubSatU, Operator::kNoProperties, 2, 0, 1) \
550 V(I16x8GtU, Operator::kNoProperties, 2, 0, 1) \
551 V(I16x8GeU, Operator::kNoProperties, 2, 0, 1) \
554 V(I16x8Abs, Operator::kNoProperties, 1, 0, 1) \
555 V(I16x8BitMask, Operator::kNoProperties, 1, 0, 1) \
560 V(I16x8ExtAddPairwiseI8x16S, Operator::kNoProperties, 1, 0, 1) \
561 V(I16x8ExtAddPairwiseI8x16U, Operator::kNoProperties, 1, 0, 1) \
562 V(I8x16Splat, Operator::kNoProperties, 1, 0, 1) \
563 V(I8x16Neg, Operator::kNoProperties, 1, 0, 1) \
564 V(I8x16Shl, Operator::kNoProperties, 2, 0, 1) \
565 V(I8x16ShrS, Operator::kNoProperties, 2, 0, 1) \
566 V(I8x16SConvertI16x8, Operator::kNoProperties, 2, 0, 1) \
569 V(I8x16Sub, Operator::kNoProperties, 2, 0, 1) \
570 V(I8x16SubSatS, Operator::kNoProperties, 2, 0, 1) \
575 V(I8x16GtS, Operator::kNoProperties, 2, 0, 1) \
576 V(I8x16GeS, Operator::kNoProperties, 2, 0, 1) \
577 V(I8x16ShrU, Operator::kNoProperties, 2, 0, 1) \
578 V(I8x16UConvertI16x8, Operator::kNoProperties, 2, 0, 1) \
580 V(I8x16SubSatU, Operator::kNoProperties, 2, 0, 1) \
583 V(I8x16GtU, Operator::kNoProperties, 2, 0, 1) \
584 V(I8x16GeU, Operator::kNoProperties, 2, 0, 1) \
586 V(I8x16Popcnt, Operator::kNoProperties, 1, 0, 1) \
587 V(I8x16Abs, Operator::kNoProperties, 1, 0, 1) \
588 V(I8x16BitMask, Operator::kNoProperties, 1, 0, 1) \
589 V(S128Zero, Operator::kNoProperties, 0, 0, 1) \
593 V(S128Not, Operator::kNoProperties, 1, 0, 1) \
594 V(S128Select, Operator::kNoProperties, 3, 0, 1) \
595 V(S128AndNot, Operator::kNoProperties, 2, 0, 1) \
596 V(V128AnyTrue, Operator::kNoProperties, 1, 0, 1) \
597 V(I64x2AllTrue, Operator::kNoProperties, 1, 0, 1) \
598 V(I32x4AllTrue, Operator::kNoProperties, 1, 0, 1) \
599 V(I16x8AllTrue, Operator::kNoProperties, 1, 0, 1) \
600 V(I8x16AllTrue, Operator::kNoProperties, 1, 0, 1) \
601 V(I8x16RelaxedLaneSelect, Operator::kNoProperties, 3, 0, 1) \
602 V(I16x8RelaxedLaneSelect, Operator::kNoProperties, 3, 0, 1) \
603 V(I32x4RelaxedLaneSelect, Operator::kNoProperties, 3, 0, 1) \
604 V(I64x2RelaxedLaneSelect, Operator::kNoProperties, 3, 0, 1) \
605 V(F32x4RelaxedMin, Operator::kNoProperties, 2, 0, 1) \
606 V(F32x4RelaxedMax, Operator::kNoProperties, 2, 0, 1) \
607 V(F64x2RelaxedMin, Operator::kNoProperties, 2, 0, 1) \
608 V(F64x2RelaxedMax, Operator::kNoProperties, 2, 0, 1) \
609 V(I32x4RelaxedTruncF32x4S, Operator::kNoProperties, 1, 0, 1) \
610 V(I32x4RelaxedTruncF32x4U, Operator::kNoProperties, 1, 0, 1) \
611 V(I32x4RelaxedTruncF64x2SZero, Operator::kNoProperties, 1, 0, 1) \
612 V(I32x4RelaxedTruncF64x2UZero, Operator::kNoProperties, 1, 0, 1)
617 V(Word32Ctz, Operator::kNoProperties, 1, 0, 1) \
618 V(Word64Ctz, Operator::kNoProperties, 1, 0, 1) \
619 V(Word64CtzLowerable, Operator::kNoProperties, 1, 1, 1) \
620 V(Word32Rol, Operator::kNoProperties, 2, 0, 1) \
621 V(Word64Rol, Operator::kNoProperties, 2, 0, 1) \
622 V(Word64RolLowerable, Operator::kNoProperties, 2, 1, 1) \
623 V(Word32ReverseBits, Operator::kNoProperties, 1, 0, 1) \
624 V(Word64ReverseBits, Operator::kNoProperties, 1, 0, 1) \
625 V(Int32AbsWithOverflow, Operator::kNoProperties, 1, 0, 2) \
626 V(Int64AbsWithOverflow, Operator::kNoProperties, 1, 0, 2) \
627 V(Word32Popcnt, Operator::kNoProperties, 1, 0, 1) \
628 V(Word64Popcnt, Operator::kNoProperties, 1, 0, 1) \
629 V(Float32RoundDown, Operator::kNoProperties, 1, 0, 1) \
630 V(Float64RoundDown, Operator::kNoProperties, 1, 0, 1) \
631 V(Float32RoundUp, Operator::kNoProperties, 1, 0, 1) \
632 V(Float64RoundUp, Operator::kNoProperties, 1, 0, 1) \
633 V(Float32RoundTruncate, Operator::kNoProperties, 1, 0, 1) \
634 V(Float64RoundTruncate, Operator::kNoProperties, 1, 0, 1) \
635 V(Float64RoundTiesAway, Operator::kNoProperties, 1, 0, 1) \
636 V(Float32RoundTiesEven, Operator::kNoProperties, 1, 0, 1) \
637 V(Float64RoundTiesEven, Operator::kNoProperties, 1, 0, 1) \
638 V(Word32Select, Operator::kNoProperties, 3, 0, 1) \
639 V(Word64Select, Operator::kNoProperties, 3, 0, 1) \
640 V(Float32Select, Operator::kNoProperties, 3, 0, 1) \
641 V(Float64Select, Operator::kNoProperties, 3, 0, 1)
647 V(Int32SubWithOverflow, Operator::kNoProperties) \
650 V(Int64SubWithOverflow, Operator::kNoProperties)