Auto-Submit | +1 |
TEST(ContextNameSimple) {
These are the copies of the GlobalObjectName* tests above but for the new interface.
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. |
How about adding the proper `GetName()` overload to the `ObjectNameResolver`?
Would that simplify the deprecation?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
How about adding the proper `GetName()` overload to the `ObjectNameResolver`?
Would that simplify the deprecation?
I think this way it'd be cleaner unless we have plans to give other objects friendly names.
Plus, I think we'd like to rename the `HeapSnapshotOptions::global_object_name_resolver` field to keep things clean.
This Api is mostly used inside V8, so I think the deprecation is going to be smooth.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Igor SheludkoHow about adding the proper `GetName()` overload to the `ObjectNameResolver`?
Would that simplify the deprecation?
I think this way it'd be cleaner unless we have plans to give other objects friendly names.
Plus, I think we'd like to rename the `HeapSnapshotOptions::global_object_name_resolver` field to keep things clean.
This Api is mostly used inside V8, so I think the deprecation is going to be smooth.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |