Home | History | Annotate | Download | only in include

Lines Matching refs:SetObjectGroupId

4313   template<typename T> void SetObjectGroupId(const Persistent<T>& object,
4388 void SetObjectGroupId(internal::Object** object, UniqueId id);
6683 void Isolate::SetObjectGroupId(const Persistent<T>& object,
6686 SetObjectGroupId(reinterpret_cast<v8::internal::Object**>(object.val_), id);