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

Method DictionaryCreate

platform/android/ndk/jni/NativeToJavaBridge.cpp:194–298  ·  view source on GitHub ↗

Creates a new Java dictionary object populated with the given Lua state's table entries. @param L The Lua state to read the table entries from. @param t Index to the Lua table to read. It must be greater than zero. ie: It cannot be a relative index. @param bridge The JNI bridge interfae to create the dictionary object in. @return Returns the Java dictionary object populated with the Lua table's en

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

lua_pushnilFunction · 0.85
lua_nextFunction · 0.85
lua_typeFunction · 0.85
lua_tonumberFunction · 0.85
lua_tobooleanFunction · 0.85
lua_tocfunctionFunction · 0.85
lua_gettopFunction · 0.85
GetJNIEnvMethod · 0.80
getHashMapObjectMethod · 0.80
putMethod · 0.45
isValidMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected