Searched defs:isString (Results 1 – 6 of 6) sorted by relevance
33 bool isString = false; member
218 bool isString = publishedDataItem.IsString(); variable
3221 const isString = (val: basicType): boolean => typeof val === 'string'; constant
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'; function