Searched refs:IsFastValueToQuotedString (Results 1 – 2 of 2) sorted by relevance
42 bool IsFastValueToQuotedString(const char *value);
44 bool JsonStringifier::IsFastValueToQuotedString(const char *value) in IsFastValueToQuotedString() function in panda::ecmascript::base::JsonStringifier63 bool isFast = IsFastValueToQuotedString(value); in ValueToQuotedString()