Searched defs:isString (Results 1 – 6 of 6) sorted by relevance
27 bool isString = false; member
332 bool isString = publishedDataItem.IsString(); variable
3496 const isString = (val: basicType): boolean => typeof val === 'string'; constant
1025 bool isString = IsNapiString(env, argv[0]); in Attach() local
11232 bool isString = CheckAttributeString(item); in SetImageSrc() local
3301 const isString = (val) => typeof val === 'string'; function