Searched refs:NPVARIANT_IS_STRING (Results 1 – 6 of 6) sorted by relevance
468 assert(NPVARIANT_IS_STRING(variant)); in stringVariantToIdentifier()490 if (NPVARIANT_IS_STRING(variant)) in variantToIdentifier()533 if (argCount != 2 || !NPVARIANT_IS_STRING(args[0])) in testPassTestObject()561 if (!argCount || !NPVARIANT_IS_STRING(args[0])) in testCallback()591 if (argCount != 1 || !NPVARIANT_IS_STRING(args[0])) in testCallbackReturn()627 if (argCount == 2 && NPVARIANT_IS_STRING(args[0]) && in getURL()628 NPVARIANT_IS_STRING(args[1])) { in getURL()638 if (argCount == 1 && NPVARIANT_IS_STRING(args[0])) { in getURL()653 if (argCount != 3 || !NPVARIANT_IS_STRING(args[0]) || in getURLNotify()654 (!NPVARIANT_IS_STRING(args[1]) && !NPVARIANT_IS_NULL(args[1])) || in getURLNotify()[all …]
119 if (!NPVARIANT_IS_STRING(arguments[1]) && !NPVARIANT_IS_DOUBLE(arguments[1])) in invoke()123 if (NPVARIANT_IS_STRING(arguments[1])) { in invoke()
58 if (argCount != 1 || !NPVARIANT_IS_STRING(args[0])) in invoke()
160 #define NPVARIANT_IS_STRING(_v) ((_v).type == NPVariantType_String) macro
132 #define NPVARIANT_IS_STRING(_v) ((_v).type == NPVariantType_String) macro
48 if (!NPVARIANT_IS_STRING(variant)) in StringFromNPVariant()