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