Searched defs:isString (Results 1 – 6 of 6) sorted by relevance
33 bool isString = false; member
218 bool isString = publishedDataItem.IsString(); variable
3115 const isString = (val: basicType): boolean => typeof val === 'string'; constant
989 bool isString = IsNapiString(env, argv[0]); in Attach() local
9753 bool isString = CheckAttributeString(item); in SetImageSrc() local
2948 const isString = (val) => typeof val === 'string'; function