Skip to content
Snippets Groups Projects
Commit cf644abd authored by Georgiy Lebedev's avatar Georgiy Lebedev Committed by Serge Petrenko
Browse files

lua: fix completion retrieval for cdata objects

Cdata objects cannot have an `__autocomplete` metamethod (it's our custom
metamethod). To work this around, we should also lookup the
`__autocomplete` method using an object's `__index` metamethod.

Part of #9107

NO_CHANGELOG=<not a reported bug>
NO_DOC=<bugfix>
parent 2adfc662
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment