Searched refs:hasPriority (Results 1 – 1 of 1) sorted by relevance
550 bool hasPriority = false; in EmitWithEventIdUint32() local551 napi_has_named_property(env, argv[0], "priority", &hasPriority); in EmitWithEventIdUint32()553 if (hasPriority) { in EmitWithEventIdUint32()596 bool hasPriority = false; in EmitWithEventIdString() local598 napi_has_named_property(env, argv[1], "priority", &hasPriority); in EmitWithEventIdString()599 if (!hasPriority) { in EmitWithEventIdString()