History log of /expo/packages/expo-modules-core/common/cpp/LazyObject.cpp (Results 1 – 2 of 2)
Revision Date Author Comments
# e1f25825 08-Aug-2023 Łukasz Kosmaty <[email protected]>

[core] Move `defineProperty` and `ObjectDeallocator` to common code (#23860)

# Why

Moves `defineProperty` and `ObjectDeallocator` to common code.

# Test Plan

- bare-expo ✅
- native-tester

[core] Move `defineProperty` and `ObjectDeallocator` to common code (#23860)

# Why

Moves `defineProperty` and `ObjectDeallocator` to common code.

# Test Plan

- bare-expo ✅
- native-tester ✅

show more ...


# fa88aeb8 29-Aug-2022 Tomasz Sapeta <[email protected]>

[modules][ios] Defer the creation of module's JS object until its first usage (#18863)