Lines Matching defs:accessor
5 #include "src/ic/accessor-assembler.h"
182 // Load the accessor context
641 nonexistent(this), accessor(this, Label::kDeferred),
655 GotoIf(WordEqual(handler_kind, LOAD_KIND(kAccessor)), &accessor);
732 BIND(&accessor);
1179 // Fall through if it's an accessor property.
1281 // Check that the property is a writable data property (no accessor).
1312 Label data(this), accessor(this), shared_struct_field(this),
1314 GotoIf(Word32Equal(handler_kind, STORE_KIND(kAccessor)), &accessor);
1320 BIND(&accessor);
1835 // Check that the property is a writable data property (no accessor).