Home
last modified time | relevance | path

Searched refs:IsFastValueToQuotedString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.h42 bool IsFastValueToQuotedString(const char *value);
Djson_stringifier.cpp44 bool JsonStringifier::IsFastValueToQuotedString(const char *value) in IsFastValueToQuotedString() function in panda::ecmascript::base::JsonStringifier
63 bool isFast = IsFastValueToQuotedString(value); in ValueToQuotedString()