pub fn lua_binary( cx: &mut Cx, _env: &mut LuaEnv, op: LuaOp, left: Value, right: Value, ) -> Result<Value>
Applies a Lua binary operator using metamethods before primitive behavior.