Home | History | Annotate | Download | only in src

Lines Matching refs:Accessors

30 #include "accessors.h"
1950 AccessorPair* accessors;
1952 if (!maybe_accessors->To(&accessors)) return maybe_accessors;
1954 accessors->set_getter(the_hole_value(), SKIP_WRITE_BARRIER);
1955 accessors->set_setter(the_hole_value(), SKIP_WRITE_BARRIER);
1956 return accessors;
2533 AllocateForeign((Address) &Accessors::ObjectPrototype);
3968 // The global object might be created from an object template with accessors.
3969 // Fill these accessors into the dictionary.
3973 ASSERT(details.type() == CALLBACKS); // Only accessors are expected.
5139 AccessorPair* accessors = AccessorPair::cast(descs->GetValue(i));
5140 uintptr_t before = reinterpret_cast<intptr_t>(accessors->getter());
5145 accessors->set_getter(reinterpret_cast<Object*>(after));