registerInterpretedForNative static method
Records that nativeObject is the bridged-super of interpretedInstance.
No-op for non-Object keys (Expandos require Object keys).
Implementation
static void registerInterpretedForNative(
Object nativeObject,
Object interpretedInstance,
) {
_nativeToInterpreted[nativeObject] = interpretedInstance;
_nativeRegistrationCount++;
}