Home | History | Annotate | Download | only in include

Lines Matching refs:SetObjectGroupId

5962   template<typename T> void SetObjectGroupId(const Persistent<T>& object,
6398 void SetObjectGroupId(internal::Object** object, UniqueId id);
8735 void Isolate::SetObjectGroupId(const Persistent<T>& object,
8738 SetObjectGroupId(reinterpret_cast<v8::internal::Object**>(object.val_), id);