Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.cpp66 // Return SymbolDescriptiveString(sym). in ToString()
67 return SymbolDescriptiveString(thread, valueHandle.GetTaggedValue()); in ToString()
75 return SymbolDescriptiveString(thread, primitive); in ToString()
83 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString() function in panda::ecmascript::builtins::BuiltinsSymbol
85 BUILTINS_API_TRACE(thread, Symbol, SymbolDescriptiveString); in SymbolDescriptiveString()
H A Dbuiltins_symbol.h84 static JSTaggedValue SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym);
H A Dbuiltins_string.cpp61 return BuiltinsSymbol::SymbolDescriptiveString(thread, valTagNew.GetTaggedValue()); in StringConstructor()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h843 V(Symbol, SymbolDescriptiveString) \

Completed in 8 milliseconds