Searched refs:hasEventId (Results 1 – 1 of 1) sorted by relevance
282 bool hasEventId = false; in GetEventIdWithObjectOrString() local283 napi_has_named_property(env, argv, "eventId", &hasEventId); in GetEventIdWithObjectOrString()284 if (!hasEventId) { in GetEventIdWithObjectOrString()531 bool hasEventId = false; in EmitWithEventIdUint32() local533 napi_has_named_property(env, argv[0], "eventId", &hasEventId); in EmitWithEventIdUint32()534 if (hasEventId == false) { in EmitWithEventIdUint32()