Searched refs:SymbolDescriptiveString (Results 1 – 4 of 4) sorted by relevance
66 return SymbolDescriptiveString(thread, valueHandle.GetTaggedValue()); in ToString()74 return SymbolDescriptiveString(thread, primitive); in ToString()82 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString() function in panda::ecmascript::builtins::BuiltinsSymbol84 BUILTINS_API_TRACE(thread, Symbol, SymbolDescriptiveString); in SymbolDescriptiveString()
84 static JSTaggedValue SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym);
61 return BuiltinsSymbol::SymbolDescriptiveString(thread, valTagNew.GetTaggedValue()); in StringConstructor()
839 V(Symbol, SymbolDescriptiveString) \