davidpcaldwell / slime

Mozilla Public License 2.0
2 stars 1 forks source link

instanceof does not work with rhino/file Pathname #13

Open davidpcaldwell opened 4 years ago

davidpcaldwell commented 4 years ago

Currently, the Pathname "constructor" or function specifically sets the constructor property of Pathname objects so that instanceof works as expected. However, Pathnames created by the module (e.g., via getRelativePath()) do not work.

davidpcaldwell commented 4 years ago

Migrated from Bitbucket issue ID 54