Searched refs:ThisStringValue (Results 1 – 3 of 3) sorted by relevance
118 static JSTaggedValue ThisStringValue(JSThread *thread, JSTaggedValue value);
1675 return ThisStringValue(argv->GetThread(), GetThis(argv).GetTaggedValue()); in ToString()1769 return ThisStringValue(argv->GetThread(), GetThis(argv).GetTaggedValue()); in ValueOf()1894 JSTaggedValue BuiltinsString::ThisStringValue(JSThread *thread, JSTaggedValue value) in ThisStringValue() function in panda::ecmascript::builtins::BuiltinsString1896 BUILTINS_API_TRACE(thread, String, ThisStringValue); in ThisStringValue()
722 V(String, ThisStringValue) \