Searched refs:setter_map (Results 1 – 2 of 2) sorted by relevance
918 TNode<Map> setter_map = LoadMap(setter); in EmitGenericPropertyStore() local920 GotoIf(IsFunctionTemplateInfoMap(setter_map), slow); in EmitGenericPropertyStore()921 GotoIfNot(IsCallableMap(setter_map), ¬_callable); in EmitGenericPropertyStore()
1108 Handle<Map> setter_map(setter->map(), isolate); in RUNTIME_FUNCTION() local1112 CHECK_EQ(*setter_map, setter->map()); in RUNTIME_FUNCTION()