| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
static const isExtensionTypeMemberFlag = 1 << 17;Please add the new flag to pkg/dart2bytecode/docs/bytecode.md for `FunctionDeclaration` and `FieldDeclaration`.
function.set_is_extension_member(is_extension_member);Add `function.set_is_extension_type_member(is_extension_type_member)` for the implicit getters too.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks, Alex! PTAL again, since the bytecode.md change invalidates the +1.
Please add the new flag to pkg/dart2bytecode/docs/bytecode.md for `FunctionDeclaration` and `FieldDeclaration`.
Done
function.set_is_extension_member(is_extension_member);Add `function.set_is_extension_type_member(is_extension_type_member)` for the implicit getters too.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[vm,dyn_modules] Mark extension type members appropriately.
TEST=pkg/vm_service/test/step_through_extension_type_method_call_test
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |