Searched refs:ACCESSOR_SETTER (Results 1 – 3 of 3) sorted by relevance
2023 Handle<Object> setter(accessors->GetComponent(ACCESSOR_SETTER), isolate); in GetOwnProperty()10876 AccessorComponent component = flag == 0 ? ACCESSOR_GETTER : ACCESSOR_SETTER; in RUNTIME_FUNCTION()11039 details->set(5, accessors->GetComponent(ACCESSOR_SETTER)); in RUNTIME_FUNCTION()
1556 ACCESSOR_SETTER enumerator
6164 it.TransitionToAccessorProperty(ACCESSOR_SETTER, setter, attributes); in DefineAccessor()