Home
last modified time | relevance | path

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

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