Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert that NativeConstructors return object when constructed
Summary: `NativeConstructor`s make their own `this` when constructed. This means that we *must* be returning an object out of `NativeConstructor`s in this situation. Add an assert for this invariant. Reviewed By: tmikov Differential Revision: D66511004 fbshipit-source-id: a9ed322f9197cf458e99e21f781cd9f5f59e71e1
- Loading branch information