Home
last modified time | relevance | path

Searched refs:SymbolDescriptiveString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp71 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::BuiltinsSymbol
89 BUILTINS_API_TRACE(thread, Symbol, SymbolDescriptiveString); in SymbolDescriptiveString()
Dbuiltins_symbol.h84 static JSTaggedValue SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym);
Dbuiltins_string.cpp76 return BuiltinsSymbol::SymbolDescriptiveString(thread, valTagNew.GetTaggedValue()); in StringConstructor()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h759 V(Symbol, SymbolDescriptiveString) \