MCPcopy Create free account
hub / github.com/coronalabs/corona / __proxyindex

Method __proxyindex

librtt/Rtt_LuaProxy.cpp:388–510  ·  view source on GitHub ↗

Does the equivalent of the following pseudo-code: function gettable_event( table, eventName ) return valueForKey( table.proxy_, eventName ) or table._class[eventName] end where valueForKey( ud, key ) would be a C function exported to Lua: int valueForKey( L, ud, key ) { return ((LuaProxy*)ud)->ValueForKey( L, key ) }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 14

lua_typeFunction · 0.85
lua_isnumberFunction · 0.85
luaL_errorFunction · 0.85
lua_getfieldFunction · 0.85
lua_pushvalueFunction · 0.85
lua_gettableFunction · 0.85
lua_removeFunction · 0.85
lua_getmetatableFunction · 0.85
lua_rawgetFunction · 0.85
lua_iscfunctionFunction · 0.85
lua_rawsetFunction · 0.85
ObjectMethod · 0.80

Tested by

no test coverage detected