D | access-info.cc | 61 PropertyAccessInfo PropertyAccessInfo::NotFound(Type* receiver_type, in NotFound() 63 return PropertyAccessInfo(holder, receiver_type); in NotFound() 68 PropertyAccessInfo PropertyAccessInfo::DataConstant( in DataConstant() 71 return PropertyAccessInfo(holder, constant, receiver_type); in DataConstant() 76 PropertyAccessInfo PropertyAccessInfo::DataField( in DataField() 80 return PropertyAccessInfo(holder, transition_map, field_index, field_check, in DataField() 96 PropertyAccessInfo::PropertyAccessInfo() in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo 100 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo 108 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo 118 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo [all …]
|