Home | History | Annotate | Download | only in src

Lines Matching refs:SetLocalPropertyIgnoreAttributes

399 SetLocalPropertyIgnoreAttributes(
415 result = JSObject::SetLocalPropertyIgnoreAttributes(
1367 JSObject::SetLocalPropertyIgnoreAttributes(global, name, value,
1562 // We use SetLocalPropertyIgnoreAttributes instead
1566 return global->SetLocalPropertyIgnoreAttributes(*name,
1827 result = regexp->SetLocalPropertyIgnoreAttributes(heap->source_symbol(),
1831 result = regexp->SetLocalPropertyIgnoreAttributes(heap->global_symbol(),
1836 regexp->SetLocalPropertyIgnoreAttributes(heap->ignore_case_symbol(),
1840 result = regexp->SetLocalPropertyIgnoreAttributes(heap->multiline_symbol(),
1845 regexp->SetLocalPropertyIgnoreAttributes(heap->last_index_symbol(),
4417 return js_object->SetLocalPropertyIgnoreAttributes(*name,
4542 return js_object->SetLocalPropertyIgnoreAttributes(*key_string,
4558 return js_object->SetLocalPropertyIgnoreAttributes(*name, *value, attr);
4720 SetLocalPropertyIgnoreAttributes(name, args[2], attributes);