Searched refs:weakmap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c3715 struct weakmap { struct
3731 struct weakmap *w = ptr;
3746 struct weakmap *w = ptr;
3764 const struct weakmap *w = ptr;
3774 "weakmap",
3785 struct weakmap *w;
3786 VALUE obj = TypedData_Make_Struct(klass, struct weakmap, &weakmap_type, w);
3810 struct weakmap *w;
3812 TypedData_Get_Struct(self, struct weakmap, &weakmap_type, w);
3840 struct weakmap *
[all...]

Completed in 68 milliseconds