Home | History | Annotate | Download | only in src

Lines Matching refs:GetOwnPropertyNames

1070   nameArrays.push(%GetOwnPropertyNames(obj, filter));
1112 throw MakeTypeError("called_on_non_object", ["Object.getOwnPropertyNames"]);
1117 var names = CallTrap0(handler, "getOwnPropertyNames", UNDEFINED);
1118 return ToNameArray(names, "getOwnPropertyNames", false);
1187 var symbols = %GetOwnPropertyNames(object, filter);
1443 "getOwnPropertyNames", ObjectGetOwnPropertyNames,