Searched refs:GetBuiltinObjectToString (Results 1 – 3 of 3) sorted by relevance
198 … static JSTaggedValue GetBuiltinObjectToString(JSThread *thread, const JSHandle<JSObject> &object);
895 JSTaggedValue BuiltinsObject::GetBuiltinObjectToString(JSThread *thread, const JSHandle<JSObject> &… in GetBuiltinObjectToString() function in panda::ecmascript::builtins::BuiltinsObject897 BUILTINS_API_TRACE(thread, Object, GetBuiltinObjectToString); in GetBuiltinObjectToString()972 return GetBuiltinObjectToString(thread, object); in ToString()
602 V(Object, GetBuiltinObjectToString) \