Searched refs:SymbolDescriptiveString (Results 1 – 4 of 4) sorted by relevance
71 return SymbolDescriptiveString(thread, valueHandle.GetTaggedValue()); in ToString()79 return SymbolDescriptiveString(thread, primitive); in ToString()87 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString() function in panda::ecmascript::builtins::BuiltinsSymbol89 BUILTINS_API_TRACE(thread, Symbol, SymbolDescriptiveString); in SymbolDescriptiveString()
84 static JSTaggedValue SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym);
76 return BuiltinsSymbol::SymbolDescriptiveString(thread, valTagNew.GetTaggedValue()); in StringConstructor()
759 V(Symbol, SymbolDescriptiveString) \