Home | History | Annotate | Download | only in src

Lines Matching refs:maybe_accessors

1951   { MaybeObject* maybe_accessors = AllocateStruct(ACCESSOR_PAIR_TYPE);
1952 if (!maybe_accessors->To(&accessors)) return maybe_accessors;