Home | History | Annotate | Download | only in src

Lines Matching full:isreadonly

606       elms->set(2, Heap::ToBoolean(!result.IsReadOnly()));
618 elms->set(2, Heap::ToBoolean(!result.IsReadOnly()));
816 (lookup.IsReadOnly() || is_const_property)) {
817 const char* type = (lookup.IsReadOnly()) ? "const" : "var";
951 if (lookup.IsReadOnly()) {
1044 if (!lookup.IsReadOnly()) {
1086 ASSERT(lookup.IsReadOnly() && type == CONSTANT_FUNCTION);
1161 ASSERT(lookup.IsReadOnly()); // and it was declared as read-only