Searched defs:isString (Results 1 – 6 of 6) sorted by relevance
33 bool isString = false; member
62 inline static constexpr bool isString = std::is_same_v<std::decay_t<T>, std::string> || variable
218 bool isString = publishedDataItem.IsString(); variable
991 bool isString = IsNapiString(env, argv[0]); in Attach() local
9832 bool isString = CheckAttributeString(item); in SetImageSrc() local
3043 const isString = (val) => typeof val === 'string'; constant