MCPcopy Create free account
hub / github.com/Tencent/RapidView / set

Method set

luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1165–1165  ·  view source on GitHub ↗

Set a value in a table without metatag processing using #NEWINDEX. @param key the key to use, must not be #NIL or null @param value the value to use, can be #NIL, must not be null @throws LuaError if this is not a table, or key is #NIL, or there is no {@link #

( LuaValue key, LuaValue value )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

testMetatableIndexMethod · 0.95
testMetatableNewIndexMethod · 0.95
executeMethod · 0.95
invokeMethod · 0.95
callMethod · 0.95
luaMainMethod · 0.95
invokeMethod · 0.95
callMethod · 0.95
callMethod · 0.95

Calls 3

settableMethod · 0.95
valueOfMethod · 0.95
valueOfMethod · 0.95

Tested by 4

testMetatableIndexMethod · 0.76
testMetatableNewIndexMethod · 0.76