Searched refs:ThisSymbolValue (Results 1 – 3 of 3) sorted by relevance
42 static JSTaggedValue ThisSymbolValue(JSThread *thread, const JSHandle<JSTaggedValue> &value);
231 return ThisSymbolValue(thread, s); in DescriptionGetter()234 JSTaggedValue BuiltinsSymbol::ThisSymbolValue(JSThread *thread, const JSHandle<JSTaggedValue> &valu… in ThisSymbolValue() function in panda::ecmascript::builtins::BuiltinsSymbol236 BUILTINS_API_TRACE(thread, Symbol, ThisSymbolValue); in ThisSymbolValue()
730 V(Symbol, ThisSymbolValue) \