NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

fix(runtime): Lookup into native MD tables when searching by name #1218

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

Querying metadata for Objective-C interfaces and protocols should not be done by the JS name when the string we search for is actually their native name

PR Checklist

refs #712