Lines Matching refs:ToString
217 return %HasLocalProperty(ToObject(this), ToString(V));
230 return %IsPropertyEnumerable(ToObject(this), ToString(V));
246 DefineOwnProperty(ToObject(this), ToString(name), desc, false);
254 return %LookupAccessor(ToObject(this), ToString(name), GETTER);
270 DefineOwnProperty(ToObject(this), ToString(name), desc, false);
278 return %LookupAccessor(ToObject(this), ToString(name), SETTER);
544 var props = %GetOwnProperty(ToObject(obj), ToString(p));
555 var current_or_access = %GetOwnProperty(ToObject(obj), ToString(p));
772 var name = ToString(propertyNames[i]);
804 var name = ToString(p);
1094 if (IS_UNDEFINED(precision)) return ToString(%_ValueOf(this));
1260 var body = (n > 0) ? ToString(%_Arguments(n - 1)) : '';