Home | History | Annotate | Download | only in src

Lines Matching refs:GetOwnPropertyNames

1069   nameArrays.push(%GetOwnPropertyNames(obj, filter));
1111 throw MakeTypeError("called_on_non_object", ["Object.getOwnPropertyNames"]);
1116 var names = CallTrap0(handler, "getOwnPropertyNames", UNDEFINED);
1117 return ToNameArray(names, "getOwnPropertyNames", false);
1428 "getOwnPropertyNames", ObjectGetOwnPropertyNames,