Home | History | Annotate | Download | only in src

Lines Matching refs:GetPrototype

967     for (var proto = %GetPrototype(obj); proto; proto = %GetPrototype(proto)) {
996 for (var proto = %GetPrototype(obj); proto; proto = %GetPrototype(proto)) {
1064 if (i in %GetPrototype(obj)) {