Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp238 JSTaggedValue desValue = JSSymbol::Cast(value->GetTaggedObject())->GetDescription(); in ThisSymbolValue() local
239 return desValue; in ThisSymbolValue()