Lines Matching refs:DefineOwnPropertyIgnoreAttributes
5218 MaybeHandle<Object> JSObject::DefineOwnPropertyIgnoreAttributes(
5221 MAYBE_RETURN_NULL(DefineOwnPropertyIgnoreAttributes(
5227 Maybe<bool> JSObject::DefineOwnPropertyIgnoreAttributes(
5356 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes, handling);
5365 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes, handling);
5375 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes, handling);
6487 // DefineOwnPropertyIgnoreAttributes, can handle arguments (ES6 9.4.4.2)
6602 JSObject::DefineOwnPropertyIgnoreAttributes(
6795 MaybeHandle<Object> result = JSObject::DefineOwnPropertyIgnoreAttributes(
6862 DefineOwnPropertyIgnoreAttributes(it, value, NONE, DONT_FORCE_FIELD),