Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: If property doesn't exist on object, don't throw KeyNotFoundExce…
…ption The spec says to check if the descriptor is undefined when calling OrdinaryGet. Before this commit, we always tried to get the property from the internal dictionary. This would cause internal errors, throwing a KeyNotFoundException if the property did not exist on the object.
- Loading branch information