Searched refs:setter_map (Results 1 – 2 of 2) sorted by relevance
841 Node* setter_map = LoadMap(setter); in EmitGenericPropertyStore() local843 GotoIf(IsFunctionTemplateInfoMap(setter_map), slow); in EmitGenericPropertyStore()844 GotoIfNot(IsCallableMap(setter_map), ¬_callable); in EmitGenericPropertyStore()
1097 Handle<Map> setter_map(setter->map(), isolate); in RUNTIME_FUNCTION() local1101 CHECK_EQ(*setter_map, setter->map()); in RUNTIME_FUNCTION()